Skip to content

fix: xcode10 build #3724

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 3 commits into from
Jul 4, 2018
Merged

fix: xcode10 build #3724

merged 3 commits into from
Jul 4, 2018

Conversation

dtopuzov
Copy link
Contributor

@dtopuzov dtopuzov commented Jul 3, 2018

PR Checklist

What is the current behavior?

tns build ios --release --for-device fails with Xcode 10 beta 2.

What is the new behavior?

This PR should fix it.

Fixes #3723.

`tns build ios --release --for-device` fails with Xcode 10 beta 2.

This should fix it.
@dtopuzov dtopuzov added this to the 4.2.0 milestone Jul 3, 2018
@@ -257,6 +257,8 @@ export class IOSProjectService extends projectServiceBaseLib.PlatformProjectServ
plistTemplate += ` <key>method</key>
<string>app-store</string>
<key>uploadBitcode</key>
<false/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please fix the indentation wherever you've added the new keys

@dtopuzov dtopuzov merged commit 9842e58 into master Jul 4, 2018
@rosen-vladimirov rosen-vladimirov deleted the dtopuzov/fix-xcode10-build branch July 13, 2018 06:52
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.

iOS build for device fails with Xcode 10 beta 2
2 participants