Can I have configuration specific resources in XCode -


I have an Xcode iPhone Project with 3 configurations, debug, release and adhock. What i need to do is only one The source file is for debug build, and not for others, can someone tell me how to do this please?

I know that I can have different project settings and preprocessor instructions for each configuration, and different resource files per goal, but I only need one goal.

Thanks,

Steve

I do not think It is possible by creating a second (or third) goal, and by adding config-specific resources to your copy bundled processing phase.

Alternatively, you can copy all the resources in your existing Goal, and then use a Post-Build step to delete selected unrelated resources, Will have to face, and this is not really a great solution.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -