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

Fix Sample app builds by using Xcode10.2 #304

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alexch2000
Copy link

PR update needle to 10.2 to prevent the needle app crash on the sample build app. This happens because Xcode10.1 image doesn't have swift runtime which is required by app

This includes:

  • use xcode10.2 image to Travis builds
  • update deployment target to 12.2
  • remove static-stdlib generation since Swift compiler no longer supports statically linking the Swift libraries. They're included in the OS by default starting with macOS Mojave 10.14.4.

@CLAassistant
Copy link

CLAassistant commented Oct 4, 2019

CLA assistant check
All committers have signed the CLA.

@alexch2000
Copy link
Author

@rudro, @sbarow can you review this? It will fix builds

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.

2 participants