Re: failed build for archiving
Re: failed build for archiving
- Subject: Re: failed build for archiving
- From: Michael Babin <email@hidden>
- Date: Fri, 06 Apr 2012 17:40:59 -0500
On Apr 6, 2012, at 2:34 PM, Jan E. Schotsman wrote:
> My build for archiving fails in the end. The app works and is a lot smaller than the debug version, but of course I would like to get rid of this.
> What is going on here?
>
> Mac OS 10.7.3, latest Xcode
>
> CpResource /Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreServices.framework "/Users/jeschot/Library/Developer/Xcode/DerivedData/Clips_Cleaner-hkovemnvxwbunyaepxweclldovog/Build/Products/Release/Clips Cleaner.app/Contents/Resources/CoreServices.framework"
> cd "/Users/jeschot/Documents/Xcode projects/By JES/Clips Cleaner"
> builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -resolve-src-symlinks /Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreServices.framework "/Users/jeschot/Library/Developer/Xcode/DerivedData/Clips_Cleaner-hkovemnvxwbunyaepxweclldovog/Build/Products/Release/Clips Cleaner.app/Contents/Resources"
>
> /usr/bin/strip -S /Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices -o /Users/jeschot/Library/Developer/Xcode/DerivedData/Clips_Cleaner-hkovemnvxwbunyaepxweclldovog/Build/Products/Release/Clips Cleaner.app/Contents/Resources/CoreServices.framework/Versions/A/CoreServices
> /usr/bin/strip: dynamic stub library can't be changed once created: /Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (for architecture x86_64)
> error: strip /Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices: /usr/bin/strip exited with 1
Looks like you're trying to copy the stub CoreServices.framework from the 10.7 SDK to your app's Resources directory (and strip it). Is the framework included in your Copy Bundle Resources build phase for some reason?
_______________________________________________
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