watsonbox / ios_google_places_autocomplete

Google Places address entry for iOS (Swift)
MIT License
269 stars 69 forks source link

Errors on Xcode 6.3 #7

Closed josephkandi closed 9 years ago

josephkandi commented 9 years ago

The library does not compile on XCode 6.3 with the error AnyObject? is not convertible to String. There are simple fixes though.

watsonbox commented 9 years ago

Thanks for pointing this out - I'll update the library to be Swift 1.2 compatible soon.

jormon commented 9 years ago

I'm running into this issue as well. Can I be of help?

watsonbox commented 9 years ago

Thanks for the PR. I've merged this into the swift-1.2 branch. The reason being that Travis CI still doesn't support Xcode 6.3, and I'd like the master branch to remain under CI testing. It seems that they plan to resolve this soon, at which point I'll merge the changes into master.

Could others possibly confirm that these changes are working? Then I'll update the README.md to point people using Swift 1.2 in the right direction.

watsonbox commented 9 years ago

See also http://blog.travis-ci.com/2015-04-20-state-of-the-mac-infrastructure-on-travis-ci/

seenickcode commented 9 years ago

+1 to merge into master

watsonbox commented 9 years ago

Trivis CI now supports XCode 6.3 / Swift 1.2 so I've just released version 0.3.0 which is compatible.