This is more of a reminder to myself about confusing linker errors that can appear in XCode when you are working on large projects with many dependencies.
Everything compiles just fine but when it comes to linking you get errors like this....
ve been working on an iOS game for a four months now and it's time to create a new target for iPad. The XCode documentation says to select your target, right click and select Duplicate and the Click Duplicate and Transition to iPad. Once this is done there is a shiny new Scheme to build, test and deploy for iPad complete with a new MainWindow.xib....
When you create an iOS Application in XCode by default the version of the application is stored in <appname>-Info.plist. It would be really handy to get this in to code for compile time checks and #defines...