Wednesday, 15 August 2012

ios - xCode removed target still in the project -


So originally there was an app extension (extension today) in my project, then I made another and removed the first one . The deleted goal is not shown anywhere in the project, not the main project file is listed under "target", however, it is still showing on compilation and testing, both on the phone and on the simulator, even if I removed the app and restored it.

Have a big problem? Okay, now I've changed the bundle ID for both projects (the main app and app extension I created earlier), the project compiles but claims that it can not be installed because:

< P> "This app is an app extension with an illegal bundle identifier.Application Bundle Identifier wants to have a prefix of a bundle identifier of the app containing the". "

Although the remaining App Extension bundle is correct, and I'm sure it's talking about the Destroy Goal, which I can not configure now. What can i do

Thank you in advance :)

I have decided to do the following: / P>

  1. Find the .xcodeproj file of your project.
  2. Right click and select 'Show Package Contents'.
  3. Navigate to root_dir .xcuserdatad / xcschemes /
  4. Delete the abusive .xcscheme file.
  5. Resume the encode and it should go

No comments:

Post a Comment