fulldecent / FDTake

Easily take a photo or video or choose from library
MIT License
319 stars 121 forks source link

Swift 3 Migration #98

Closed JettF closed 8 years ago

JettF commented 8 years ago

Any idea on when this library will be converted to Swift 3?

fulldecent commented 8 years ago

Thank you. I am having trouble getting CocoaPods to work with Xcode 8. Which is giving me trouble in updating this project to Swift 3.

But I am working on this and seeking help!

JettF commented 8 years ago

Thanks for getting back to me. I will help if I can. What seems to be the problem? Are you using the Xcode 8 GM seed? Which version of CocoaPods do you have?

fulldecent commented 8 years ago

I have just put together documentation of how to make a Xcode project for Swift 3 modules.

This documentation is at https://github.com/fulldecent/swift-package. I am testing that it works and then plan on implementing that layout and all new Swift 3 syntax (with a major version bump) for this project.

If you have any advice on that project I will see that first. Thanks for helping out! I am using the released CocoaPods 1.0.1, not the prerelease one. Xcode is version 8.

LivioGama commented 8 years ago

I don't understand because even with Use Legacy Swift Language Versionsetting, the project doesn't compile in Xcode 8 capture d ecran 2016-09-14 a 11 24 22

fulldecent commented 8 years ago

Working on this now at https://github.com/fulldecent/FDTake/pull/99

Live stream and collaboration at https://www.youtube.com/watch?v=nkGIlDStD7Q

fulldecent commented 8 years ago

Fixed in https://github.com/fulldecent/FDTake/commit/a144638e7c18dda469c36b24bee8536c2492cf54.

Known issue. I cannot get localization to work in Swift 3.0. Requesting assistance.