CodeSign errors when invoking `carthage build` from an Xcode build phase
- Dominant language
- Swift
- Stars
- 15.2k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
```
** BUILD FAILED **
The following build commands failed:
Check dependencies
(1 failure)
CodeSign error: entitlements are required for product type 'Framework' in SDK 'Simulator - iOS 9.2'. Your Xcode installation may be damaged.
A shell task failed with exit code 65:
** BUILD FAILED **
The following build commands failed:
Check dependencies
(1 failure)
*** xcodebuild output can be found in /var/folders/9w/h24bj5js3sdf64gpv33_htjm000087/T/carthage-xcodebuild.XtCxzJ.log
*** Building scheme "GCDWebServers (iOS)" in GCDWebServer.xcodeproj
```
We're getting the above error from our `carthage build` [Run Phase script](https://github.com/Carthage/Carthage#known-issues) when it runs on our build server. Anyone seen it or have any idea what could be causing it? I don't think our Xcode installation is damaged, it's a relatively fresh install.
OS X 10.10.5
OS X Server 5.0.15
Xcode 7.2
Contributor guide
Assessment
This issue has not been assessed yet.