needle icon indicating copy to clipboard operation
needle copied to clipboard

Fix Sample app builds by using Xcode10.2

Open alexch2000 opened this issue 6 years ago • 2 comments

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.

alexch2000 avatar Oct 04 '19 12:10 alexch2000

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Oct 04 '19 12:10 CLAassistant

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

alexch2000 avatar Nov 04 '19 21:11 alexch2000