Commit 037a44d
Dimitar Kerezov
Don't code sign upon simulator build
Apparently xcodebuild whith xcode 7.2 attempts to code sign the simulator build when CODE_SIGN_IDENTITY is set. This variable is set to `iPhone Developer` in the `build.xcconfig` generated.
For reasons beyond me though this code signing attempt fails with **CodeSign error: entitlements are required for product type 'Application' in SDK 'Simulator - iOS 9.2'. Your Xcode installation may be damaged.**
Explicitly setting code signing to **Don't code sign** effectively resolves the issue.1 parent f2ed563 commit 037a44d
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
| 203 | + | |
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
| |||
0 commit comments