kstenerud / iOS-Universal-Framework

An XCode project template to build universal frameworks (arm7, arm7s, and simulator) for iOS / iPhone.
2.95k stars 473 forks source link

No such file or directory: MyFramework.xcent #129

Open lvandal opened 10 years ago

lvandal commented 10 years ago

I've updated to the latest commit, which should be working with Xcode 5 but I get this error:

The following build commands failed: ProcessProductPackaging /Applications/Xcode5-DP.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Entitlements.plist /Users/me/Library/Developer/Xcode/DerivedData/MyFramework-cacqxlytetntcpcnxgevhatebjto/Build/Intermediates/MyFramework.build/Debug-iphonesimulator/MyFramework.build/MyFramework.xcent

The new scripts work fine with Xcode 4.6.3. Do I need to do anything to update the project?

lvandal commented 10 years ago

Never mind. Re-cleaning and re-updating the project to Xcode 5 solved the issue. No idea why it didn't work the first time.

lvandal commented 10 years ago

Sorry to reopen this but right after updating to Xcode 5 DP2 that error is back. Compiling for the simulator works but not for a device.

Any ideas?