Skip to content
This repository has been archived by the owner on Jun 2, 2018. It is now read-only.

BlocksKit 1.0.6 only runs on Debug Build? #69

Closed
myell0w opened this issue Feb 28, 2012 · 7 comments
Closed

BlocksKit 1.0.6 only runs on Debug Build? #69

myell0w opened this issue Feb 28, 2012 · 7 comments

Comments

@myell0w
Copy link

myell0w commented Feb 28, 2012

I've upgraded to BlocksKit 1.0.6 because the important issue with AirPlay was fixed. Since then I can't run my App when I switch the Build configuration to Release or Distribution, it worked with the old version. I've already tried to integrate the library as well as the framework without success. The error message is pretty concise:

Feb 28 13:33:03 unknown com.apple.launchd[1] : (UIKitApplication:com.company.ios.App[0x6e39]) Bug: launchd_core_logic.c:3730 (25147):3
Feb 28 13:33:03 unknown com.apple.launchd[1] : (UIKitApplication:com.company.ios.App[0x6e39]) Assuming job exited: rdar://problem/5020256: 10: No child processes
Feb 28 13:33:03 unknown com.apple.launchd[1] : (UIKitApplication:com.company.ios.App[0x6e39]) Job appears to have crashed: Segmentation fault: 11

Feb 28 13:33:03 unknown SpringBoard[15] : Application 'App' exited abnormally with signal 11: Segmentation fault: 11

Feb 28 13:33:42 unknown kernel[0] : lockbot[2505] Builtin profile: gputoolsd (sandbox)
Feb 28 13:33:47 unknown installd[2509] : entitlement 'keychain-access-groups' has value not permitted by a provisioning profile
Feb 28 13:33:47 unknown installd[2509] : entitlement 'application-identifier' has value not permitted by a provisioning profile
Feb 28 13:33:47 unknown SpringBoard[15] : Killing com.company.ios.App for termination assertion
Feb 28 13:33:48 unknown installd[2509] : entitlement 'keychain-access-groups' has value not permitted by a provisioning profile
Feb 28 13:33:48 unknown installd[2509] : entitlement 'application-identifier' has value not permitted by a provisioning profile
Feb 28 13:33:49 unknown SpringBoard[15] : Reloading application state for 'com.company.ios.App' as its modification date or path has changed
Feb 28 13:33:49 unknown SpringBoard[15] : Reloading and rendering all application icons.
Feb 28 13:33:51 unknown com.apple.debugserver-64[2517] : debugserver-64 for armv6 Copyright (c) 2007-2009 Apple, Inc. All Rights Reserved.
Feb 28 13:33:51 unknown com.apple.debugserver-64[2517] : Connecting to com.apple.debugserver service...
Feb 28 13:33:51 unknown kernel[0] : lockbot[2505] Builtin profile: debugserver (sandbox)
Feb 28 13:33:52 unknown com.apple.launchd[1] : (UIKitApplication:com.company.ios.App[0xc62e]) Spawned and waiting for the debugger to attach before continuing...
Feb 28 13:33:52 unknown amfid[2520] : entitlement 'keychain-access-groups' has value not permitted by a provisioning profile
Feb 28 13:33:52 unknown amfid[2520] : entitlement 'application-identifier' has value not permitted by a provisioning profile
Feb 28 13:33:52 unknown com.apple.debugserver-64[2517] : Got a connection, waiting for debugger instructions for task "(null)".
Feb 28 13:33:52 unknown kernel[0] : launchd[2519] Builtin profile: container (sandbox)
Feb 28 13:33:52 unknown kernel[0] : launchd[2519] Container: /private/var/mobile/Applications/545053F2-E228-4616-8709-3DE73945EA2E 69
Feb 28 13:34:03 unknown sandboxd[2518] : App(2519) deny file-read-data /private/var/tmp
Feb 28 13:34:04 unknown com.apple.launchd[1] : (UIKitApplication:com.company.ios.App[0xc62e]) Bug: launchd_core_logic.c:3730 (25147):3
Feb 28 13:34:04 unknown com.apple.launchd[1] : (UIKitApplication:com.company.ios.App[0xc62e]) Assuming job exited: rdar://problem/5020256: 10: No child processes
Feb 28 13:34:04 unknown com.apple.launchd[1] : (UIKitApplication:com.company.ios.App[0xc62e]) Job appears to have crashed: Segmentation fault: 11
Feb 28 13:34:04 unknown com.apple.launchd[1] : (UIKitApplication:com.company.ios.App[0xc62e]) Throttling respawn: Will start in 2147483636 seconds
Feb 28 13:34:04 unknown com.apple.debugserver-64[2517] : 1 [09d5/1303]: error: ::read ( 4, 0x2fefe9d4, 1024 ) => -1 err = Bad file descriptor (0x00000009)
Feb 28 13:34:04 unknown SpringBoard[15] : Application 'App' exited abnormally with signal 11: Segmentation fault: 11

@zwaldowski
Copy link
Collaborator

Oh no. That certainly isn't good. I'm looking into it now.

@zwaldowski
Copy link
Collaborator

Just to double-check and make sure I'm not assuming anything, this is under Xcode 4.3, 5.0 SDK? What deployment target?

@myell0w
Copy link
Author

myell0w commented Feb 28, 2012

Xcode 4.2.1, 5.0 SDK, 4.3 Deployment Target - sorry that I missed this info. It's really strange, everything works in Debug configuration and also the last release works in release too.

@zwaldowski
Copy link
Collaborator

Sorry to keep you waiting, had to download an older Xcode build. Does this help any? If so, I'll re-release with it.

@myell0w
Copy link
Author

myell0w commented Mar 1, 2012

Unfortunately not, still Segmentation fault: 11 and I have no idea what's going on.

@myell0w
Copy link
Author

myell0w commented Mar 1, 2012

Sorry it was me being dump, it works now. Out of interest: what did you change and what was the reason it didn't work?

@zwaldowski
Copy link
Collaborator

I was accidentally using Clang from Xcode 4.4. Glad it works now!

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

No branches or pull requests

2 participants