Skip to content

Don't code sign upon simulator build #1448

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 5, 2016
Merged

Conversation

Mitko-Kerezov
Copy link
Contributor

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.
This eliminates #1428
Ping @rosen-vladimirov @teobugslayer

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.
@Mitko-Kerezov Mitko-Kerezov self-assigned this Feb 5, 2016
@Mitko-Kerezov Mitko-Kerezov added this to the 1.6.0 milestone Feb 5, 2016
@rosen-vladimirov
Copy link
Contributor

run ci

@rosen-vladimirov
Copy link
Contributor

Have you tested this code agains XCode 7.1.1?

@Mitko-Kerezov
Copy link
Contributor Author

Yep - seems to work there also

@rosen-vladimirov
Copy link
Contributor

👍

Mitko-Kerezov added a commit that referenced this pull request Feb 5, 2016
Don't code sign upon simulator build
@Mitko-Kerezov Mitko-Kerezov merged commit f134750 into master Feb 5, 2016
@Mitko-Kerezov Mitko-Kerezov deleted the kerezov/xcode-7.2 branch February 5, 2016 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants