seaglass icon indicating copy to clipboard operation
seaglass copied to clipboard

Fix a few warnings on Xcode 10

Open aaronraimist opened this issue 5 years ago • 3 comments

  1. Turns on whole module optimization for pods: https://stackoverflow.com/questions/46722323/project-pods-turn-on-whole-module-optimization screen shot 2018-09-18 at 12 35 51 am

  2. Turns on Automatically Select Architectures for several Pods. Not sure if this is an Xcode 10 only feature or not. I didn't see these warnings in Xcode 9. screen shot 2018-09-18 at 12 36 03 am

⚠️ Warning: haven't tried opening this in Xcode 9 so I don't know what it does. Using Xcode 10 also seems to require a pre-release version of Cocoapods for now so you may not want to merge this yet.

aaronraimist avatar Sep 18 '18 05:09 aaronraimist

It would be worth trying a Travis CI build with Xcode 10 - if that works then we could merge this without fear of breaking the CI builds.

neilalexander avatar Sep 19 '18 20:09 neilalexander

Yeah this is broken. Will check later today https://travis-ci.com/aaronraimist/seaglass/builds/85347054

aaronraimist avatar Sep 19 '18 21:09 aaronraimist

! https://travis-ci.com/aaronraimist/seaglass/jobs/146814341

Alright that works, if you are comfortable using a beta version of CocoaPods

aaronraimist avatar Sep 20 '18 01:09 aaronraimist