Re: Xcode is changing binary resources
Re: Xcode is changing binary resources
- Subject: Re: Xcode is changing binary resources
- From: Dave Keck <email@hidden>
- Date: Sat, 24 Apr 2010 16:03:30 -1000
> In my project I have several binary files included as part of my application's resources. I have a few command line tools and a kext. I went to test the kext and it was failing and I discovered it's because Xcode is changing it.
>
> When Xcode copies the command line tools and the kext into the application package, it's changing them. The tools get a little bigger and the kext smaller. It's actually changing the contents of the binary file itself. *WHY* is beyond me, but it's breaking the kext.
>
> Any idea what could be happening?
Not sure about the binaries that are getting larger, but the "Strip
Debug Symbols During Copy" option (COPY_PHASE_STRIP) has caused me
agony in the past.
_______________________________________________
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