Search code examples
xcodeiosdebug-symbolsios-4.2

Can't deploy debug version of my app after upgrading to iOS 4.2


I just upgraded to XCode 3.2.5 and iOS SDK 4.2, and I upgraded my device to 4.2.1. Now I can only deploy a release version of my app. How do I deploy a debug version of my app? Do I need to install debug symbols on the device? If so how?


Solution

  • Perhaps this can solve your problem, at least it worked for me:

    1. Change the build settings for base sdk to latest iOS version
    2. Change the active configuration to Release
    3. Choose Device in the same menu as configuration
    4. Switch back to Debug configuration
    5. Choose Device in the same menu again

    /Jakob