Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS 8] application requires container but none set #9

Open
bbodenmiller opened this issue Jan 24, 2015 · 0 comments
Open

[iOS 8] application requires container but none set #9

bbodenmiller opened this issue Jan 24, 2015 · 0 comments

Comments

@bbodenmiller
Copy link
Contributor

My application crashes on open & I'm getting the following console errors on iOS 8. This exact process had no issue on iOS 7. Also mentioned at https://github.com/linusyang/AppSync/issues/5#issuecomment-71317674.

kernel[0] : Sandbox: hook..execve() killing pid 964: application requires container but none set 
com.apple.xpc.launchd1 : Service exited due to signal: Killed: 9

The project is built using:

xctool -project org.onebusaway.iphone.xcodeproj -scheme Debug archive CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" build-tests run-tests

Then fake signed using:

./ldid -S $APPNAME.app/$APPNAME

And lastly packaged using:

xcrun -sdk iphoneos PackageApplication -v "$CURRENT_DIR/$APPNAME.app" -o "$CURRENT_DIR/$APPNAME.ipa"

Any ideas what may be wrong or what I need to adjust to prevent the application from crashing on launch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant