Building XCode From Command Line Issues (Updating Entitlements file location)

Posted by michaellindahl on Stack Overflow See other posts from Stack Overflow or by michaellindahl
Published on 2011-01-03T17:51:49Z Indexed on 2011/01/09 10:53 UTC
Read the original article Hit count: 229

Filed under:
|
|
|

The first error is a warning for complier 'com.apple.compilers.gcc.4_0' I don't know if this is okay and I can just not worry about it. The second tells me that my entitlements file is no longer at that location. I know this and I thought I had correctly updated it in Xcode's info window. This project builds fine in Xcode.

Michael-Lindahls-Mac:~ michaellindahl$ xcodebuild -project /Users/michaellindahl/Dropbox/Xcode/App/app.xcodeproj -alltargets
2011-01-03 11:41:51.591 xcodebuild[15162:60f] warning: compiler 'com.apple.compilers.gcc.4_0' is based on missing compiler 'com.apple.compilers.gcc.4_0'
=== BUILD NATIVE TARGET app OF PROJECT app WITH THE DEFAULT CONFIGURATION (Release) ===
Check dependencies
[BEROR]CodeSign error: The entitlements file '/Users/michaellindahl/Dropbox/Xcode/deletedAppFile/Entitlements.plist' is missing



** BUILD FAILED **

© Stack Overflow or respective owner

Related posts about iphone

Related posts about xcode