Late 2011 MacBookPro 17" 2.5 GHz Intel Core i7
OSX 10.9.1
Build 2013.1235 - Also tried build 2014.2183 with same crashing results on 64 bit simulators
Xcode 5.0.2
Late 2011 MacBookPro 17" 2.5 GHz Intel Core i7
OSX 10.9.1
Build 2013.1235 - Also tried build 2014.2183 with same crashing results on 64 bit simulators
Xcode 5.0.2
Can you describe what you mean by “Crash”? Is the Xcode simulator exiting? Is your app just exiting on it? Are there helpful messages in the console? Remember the Xcode simulator outputs to the specific app: “Console”.
Look there for any messages that might help track this down.
Rob
It “crashes”/closes out of the app back to home screen of simulator after the default/splash screen is displayed. The system.log states “exited abnormally with signal 9: Killed: 9” and in the console it also states " taskgated[14]: killed …(com.company.app)…[pid 26975] because its use of the keychain-access-groups entitlement is not allowed (error code -67030)"
Does this happen if you build the Hello World app?
Rob
Yes
Correction, sorry that was in build 2013.1235. In build 2014.2183 the Hello World app does NOT crash, My app only crashes on 64 bit iOS Simulators.
If I build my app using my standard development Provisioning profile instead of the actual app specific profile, It works fine.
Rob, I was able to fix this by re-generating my app provisioning profile using a different prefix on the appID that I had. It works on all iOS simulator now. Thanks.