2014r3 crashes app on startup

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?

[quote=153286:@Gerd Wilmer]After updating to 2014r3 and subsequent “update” to cocoa
my application crashes in the debugger as well as a compiled app[/quote]

You have declares that call into InterfaceLib, most likely because there is a constant in your project that resolved to “Carbon” when doing a Carbon build and has a default value of “InterfaceLib”.

Hi Joe

nothing of the sort.
This app only deals with plain text files, parses the text and put it into the db
There are no declares, no plugins used by the app
This clearly is the difference between carbon and cocoa
Other apps that do use plug-ins do not have this problem
The open event of the app establishes the db connection
There is only 1 window and the OpenBase ODBC module
That’s it
No calls to interfaceLib comes from my code

Do you use MacOSLib?

[quote=153304:@Gerd Wilmer]There is only 1 window and the OpenBase ODBC module
[/quote]

Is it possible that the OpenBase module is encrypted and it contains declares?

I have Mavericks. But someone wrote on MacUpdate that my App (build with Xojo 2014r3) crash on startup with Yosemite. I have a method which cal Lib to know if a folder is a package or not. There is a #If carbon #Elseif Cocoa in it.
As Carbon is not supported, maybe there is a problem? Or maybe the Cocoa Lib I call doesn’t work with Yosemite ?

As I don’t have Yosemite …

it is
it did but new versions fix this
fixed offline last night