Problems running example project
krafter opened this issue · comments
At the moment of writing this the latest commit to this repo was on Oct 19, 2016, so XCode 8.2 always asks to "Convert to Current Swift Syntax, Xcode 8 will not be able to build the workspace and certain editing features will not function properly until the Swift source code in this workspace has been converted."
Without converting I get a error "Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly."
After the convert I get multiple errors in Nimble source code which are quite frustrating.
Playing with "Use Legacy Swift Language Version" settings attribute doesn't do much to help.
Either way I seem to be unable to run the Example project without too much struggle
Use branch from PR, or wait merge commit
https://github.com/cooler333/mapsapi-ios/tree/feature/swift_3.0