-
Notifications
You must be signed in to change notification settings - Fork 124
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
Swift 3.0 Support #33
Comments
We don't yet support Swift 3.0, but we are planning to add it the moment Swift 3.0 goes GM. |
This said, we have Swift 2.3 support, which adds support for Xcode 8 on current master (thanks to #27) and release with it is coming soon. |
@augene, @PranayDMI, just released BoltsSwift 1.2.0, which has support for Xcode 8 and Swift 2.3. |
It's pretty weird, that was the compilation issue due to the wrong syntax. I used the XCode 8.0 default migration tool. |
I'm using Xcode 8.0 with swift 3.0 and trying to import via carthage
Anyone seen this error before? |
@simonnarang, I would recommend trying to migrate the framework to Swift 3.0 in your own custom fork using built-in migration assistant from Xcode. |
Okay thanks |
Hey folks, Since we have an Xcode beta 4 from this morning - I've just went ahead and migrated the entirety of our sources to current latest Swift 3.0 that comes in the beta. It lives in this branch. If you are curious or want to use to use the alpha version of Bolts-Swift in Swift 3.0 - I would recommend checking it out. Please comment here if you run into any issues. |
@nlutsenko last week, Xcode 8 GM was released. Is there any update on this issue? |
Xcode 8 has been released, is anyone actively working on the update? @nlutsenko |
Hey guys, frankly, am a quite tangled in other things this week, but am going to try my best to get to this by end of this week. Stay tuned for news and look for incoming PRs. |
This is not working with the XCode 8.0 & Swift 3.0. Its not compiling with Swift 3.0.
The text was updated successfully, but these errors were encountered: