Skip to content
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

Pull request for fix for issue #64 #78

Closed
wants to merge 1 commit into from
Closed

Pull request for fix for issue #64 #78

wants to merge 1 commit into from

Conversation

rbang1
Copy link

@rbang1 rbang1 commented Aug 11, 2014

I had the same errors as ones described in issue #64 - seems like the issue is with missing quotes around the code signing arguments to xcodebuild

  • added wrapper double quotes around CODE_SIGN_IDENTITY so that spaces in identity parameter doesn't trip up build
  • added wrapper double quotes around OTHER_CODE_SIGN_FLAGS, xcodebuild trips up without quotes

  * added wrapper double quotes around CODE_SIGN_IDENTITY so that spaces in identity parameter doesn't trip up build
  * added wrapper double quotes around OTHER_CODE_SIGN_FLAGS, xcodebuild trips up without quotes
@renep
Copy link
Contributor

renep commented Aug 12, 2014

I have test your fix by changing the path of the project to have spaces and it hasn't work.
The problem is that the xcodebuild command does not escape the spaces, also when you add quotes or '\ '.
Filed a radar for this: 17987594

The only solution by now is to make sure that your path does not contain spaces!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants