Xcode 3.2 cannot launch app anymore
Xcode 3.2 cannot launch app anymore
- Subject: Xcode 3.2 cannot launch app anymore
- From: Jean-Denis Muys <email@hidden>
- Date: Fri, 02 Oct 2009 21:20:28 +0200
Hi,
I have been working on a plug-in project for several weeks with no
major issue: I defined a custom executable that launches the host app,
and I can debug just fine.
But as of just now, the host app doesn't launch anymore from Xcode 3.2
whatever the build configuration, which haven't changed in any case.
The host app continues launching fine from the Finder.
I get a SIGABRT signal, with the following stack trace
#0 0x01722766 in __kill
#1 0x01722759 in kill$UNIX2003
#2 0x017e7290 in raise
#3 0x0180cdb1 in abort
#4 0x01866da3 in _dispatch_abort
#5 0x016ea58a in dispatch_source_set_cancel_handler
#6 0x950942fd in ___CFMachPortCreateWithPort2_block_invoke_1
#7 0x016dfd8d in dispatch_barrier_sync_f
#8 0x016dfbcf in dispatch_sync_f
#9 0x016dfb9c in dispatch_sync
#10 0x95093ff0 in _CFMachPortCreateWithPort2
#11 0x9509b5ec in CFMachPortCreate
#12 0x9509b409 in _CFXNotificationCenterCreate
#13 0x9509b2a6 in _CFXNotificationGetHostCenter
#14 0x950a0e82 in __CFXPreferencesGetSourceForTriplet
#15 0x950a00fd in __CFXPreferencesGetSearchListForBundleID
#16 0x9509ffa5 in CFPreferencesCopyAppValue
#17 0x950ad72a in _CFBundleCopyUserLanguages
#18 0x950acc9c in _CFBundleAddPreferredLprojNamesInDirectory
#19 0x950ac6e0 in _CFBundleGetLanguageSearchList
#20 0x950b9af1 in CFBundleGetLocalizationInfoForLocalization
#21 0x9524fb64 in GetApplicationTextEncoding
#22 0x019c6875 in xbox::VTextConverters::ConvertFromVString
#23 0x019c5b59 in xbox::VTextConverters::ConvertFromVString
#24 0x019c4705 in xbox::VTextConverters::VTextConverters
#25 0x019c48d6 in xbox::VTextConverters::Get
#26 0x019646f3 in xbox::VString::VString
#27 0x01a5e4a8 in xbox::Base64Coder::m_base64Alphabet
#28 0x8fe0ed6d in
__dyld__ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE
#29 0x8fe0d31e in
__dyld__ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj
#30 0x8fe0d2c2 in
__dyld__ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj
#31 0x8fe0d2c2 in
__dyld__ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj
#32 0x8fe0d2c2 in
__dyld__ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj
#33 0x8fe0d3d1 in
__dyld__ZN11ImageLoader15runInitializersERKNS_11LinkContextE
#34 0x8fe024a9 in __dyld__ZN4dyld24initializeMainExecutableEv
#35 0x8fe07950 in __dyld__ZN4dyld5_mainEPK12macho_headermiPPKcS5_S5_
#36 0x8fe018b1 in __dyld__ZN13dyldbootstrap5startEPK12macho_headeriPPKcl
#37 0x8fe01057 in __dyld__dyld_start
I rebooted my Mac, cleaned all targets, no change.
Any suggestion?
The only thing I can imagine is to recreate my project from scratch,
but this is cumbersome, as it's getting rather big, and it's easy to
forget setting up something.
For the record, that host app is the 4D database application.
Thanks,
Jean-Denis
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden