-
Notifications
You must be signed in to change notification settings - Fork 93
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
Upgrade project to Xcode 8.1 #71
Conversation
Building the library still fails with:
|
@boundsj, any idea why setting |
As usual, I forgot that CocoaPods puts together a different project than the one that’s checked into the Polyline repository. So raphaelmor/Polyline#34 had no effect. We probably have to introduce |
I see no instances of |
Now the watchOS archive step is failing on Bitrise with:
Archiving locally works fine. |
This reverts commit d1f4766.
The watch example now exercises the most common directions code to ensure that it at least compiles.
Bitrise suggests flipping |
To get the watchOS tests passing again, I'll probably replace the existing analyze step with a Bash script step that runs |
#102 is only on the Swift 3 branch. I was holding out hope that we could publish a final Swift 2.3 release before cutting over to Swift 3, but that’s going to be less important if this drags on past the Xcode 8.2 release (the last release that supports Swift 2.3). |
Superseded by #108. |
This change upgrades project settings to Xcode 8.1, upgrades CocoaPods to 1.2.0.beta.1, and upgrades dependencies. It also fixes some build warnings.
Along the lines of mapbox/MapboxGeocoder.swift#66, this change sets the
BITCODE_GENERATION_MODE
build setting so that applications that link against this library can archive.Depends on raphaelmor/Polyline#34.
/cc @boundsj