We have an issue we haven't been able to figure out. The app launches but then doesn't completely load. If we turn off sandboxing while code-signing, it runs fine. But if we turn on sandboxing, the app just freezes during load. The console doesn't reveal much expect the following. Would any of the errors below prevent the app from running? We didn't see any gatekeeper messages.
7/19/15 3:26:12.445 AM OurApp[4635]: WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.0 instead of 10.11.0. This is not a bug in Gestalt -- it is a documented limitation. Use NSProcessInfo's operatingSystemVersion property to get correct system version number.
Call location:
7/19/15 3:26:12.448 AM OurApp[4635]: 0 CarbonCore 0x00007fff84c18ccb ___Gestalt_SystemVersion_block_invoke + 113
7/19/15 3:26:12.448 AM OurApp[4635]: 1 libdispatch.dylib 0x00007fff85cc5c11 _dispatch_client_callout + 8
7/19/15 3:26:12.448 AM OurApp[4635]: 2 libdispatch.dylib 0x00007fff85cc5b09 dispatch_once_f + 67
7/19/15 3:26:12.448 AM OurApp[4635]: 3 CarbonCore 0x00007fff84ba4b97 _Gestalt_SystemVersion + 987
7/19/15 3:26:12.448 AM OurApp[4635]: 4 CarbonCore 0x00007fff84ba3e2b Gestalt + 139
7/19/15 3:26:12.448 AM OurApp[4635]: 5 OurApp 0x0000000100eeb665 _ZN12GraphicsCaps18DetectDriverBugsGLEi + 341
7/19/15 3:26:12.448 AM OurApp[4635]: 6 OurApp 0x0000000100eeb1bd _ZN12GraphicsCaps6InitGLEv + 5197
7/19/15 3:26:16.183 AM WindowServer[194]: CGXGetConnectionProperty: Invalid connection 179275
7/19/15 3:26:16.183 AM WindowServer[194]: CGXGetConnectionProperty: Invalid connection 179275
7/19/15 3:26:16.183 AM WindowServer[194]: CGXGetConnectionProperty: Invalid connection 179275
7/19/15 3:26:16.183 AM WindowServer[194]: CGXGetConnectionProperty: Invalid connection 179275
7/19/15 3:26:16.183 AM WindowServer[194]: CGXGetConnectionProperty: Invalid connection 179275