After updating to 2014r3 and subsequent “update” to cocoa
my application crashes in the debugger as well as a compiled app
There is no error message that I can catch, just the message box.
The report (to be sent to Apple) says
Process: AmadeusImport.debug [2064]
Path: /Users/USER/Desktop/*/AmadeusImport.debug.app/Contents/MacOS/AmadeusImport.debug
Identifier: landmark.com.au
Version: ???
Code Type: X86 (Native)
Parent Process: launchd [136]
Responsible: AmadeusImport.debug [2064]
User ID: 501
Date/Time: 2014-12-18 11:53:46.653 +1100
OS Version: Mac OS X 10.9.3 (13D65)
Report Version: 11
Anonymous UUID: A353BFD1-0FD5-FF40-50B8-8CFD62ED8B72
Sleep/Wake UUID: 5BE4B682-02F0-4127-BA6C-C3CC3290D23A
Crashed Thread: 0
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
Library not loaded: /System/Library/Frameworks/InterfaceLib.framework/InterfaceLib
Referenced from: /Users/USER/Desktop/*/AmadeusImport.debug.app/Contents/MacOS/AmadeusImport.debug
Reason: image not found
Binary Images:
0x8fec6000 - 0x8fef8417 dyld (239.4) /usr/lib/dyld
0x91d8e000 - 0x91d8ffff libSystem.B.dylib (1197.1.1) <789CF4BE-5A0B-310E-9515-E515EA033D03> /usr/lib/libSystem.B.dylib
There are no images in the application at all
Any idea?