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

Use the new build system in XCode 10 #173

Closed
alexsegura opened this issue Mar 30, 2019 · 2 comments · Fixed by #212
Closed

Use the new build system in XCode 10 #173

alexsegura opened this issue Mar 30, 2019 · 2 comments · Fixed by #212
Milestone

Comments

@alexsegura
Copy link
Member

To be able to compile the latest version, we had to switch to using the Legacy Build System (both in XCode & Travis)

CHANGES

<dict>
<key>BuildSystemType</key>
<string>Original</string>
</dict>

script:
- xcodebuild -workspace CoopCycle.xcworkspace -scheme CoopCycle -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -quiet -UseModernBuildSystem=NO | xcpretty && exit ${PIPESTATUS[0]}


We should be able to use the new build system.

See facebook/react-native#20492

Example Travis build showing the error → https://travis-ci.org/coopcycle/coopcycle-app/jobs/511394418

@alexsegura
Copy link
Member Author

alexsegura commented Aug 10, 2019

Fixed in c5c3dd1

@alexsegura
Copy link
Member Author

Actually, it doesn't work... still getting "Multiple commands produce error"

@alexsegura alexsegura added this to the 0.18.x milestone Sep 1, 2019
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 a pull request may close this issue.

1 participant