Re: CFBundleExecutable doesn't match built bundle...
Re: CFBundleExecutable doesn't match built bundle...
- Subject: Re: CFBundleExecutable doesn't match built bundle...
- From: Philip Aker <email@hidden>
- Date: Mon, 28 Apr 2008 16:16:19 -0700
On 08-04-28, at 13:40, Scott Squires wrote:
I have an application that I've built a number of times for that NDA
device. With the latest x-code I sometimes get 'CFBundleExecutable
doesn't match built bundle...'
Seems to be at random. Once it happens it takes a lot of
experimenting and voodoo to get it working again.
The Info.plist is standard. CFBundleExecutable ${EXECUTABLE_NAME}
I never have to change this to get it working again. Hard writign
the name doesn't help either.
Some of the solution seems to be to flush Xcode cache, remove the
build folder and clean the targets.
If I backup to a known working snapshot it may or may not work as
well.
Suggestions?
You can try: CFBundleExecutable ${PRODUCT_NAME}
but that means you should define CFBundleName only in the bundle's
Info.plist and never localize it in a .strings file.
Philip Aker
echo email@hidden@nl | tr a-z@. p-za-o.@
Sent from my SE/30
_______________________________________________
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