-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 4.0 support #1414
Comments
There is a swift4.0 branch. I didn't had any issues with Swift 4 & Xcode 9 on my end. It's working great. I also don't remember needing to specify that branch... 🤔 |
I think the swift4.0 branch has been superseded by beta releases such as 4.0.0-beta.0:
But I'm not sure it's the correct way to go: the swift4.0 branch may have the same content as the 3.6.1 release + Swift 4 compatibility, when the 4.0.0-beta.0 tag may have breaking changes towards the future version 4.0. @kzaher: it looks like the community could enjoy some "official" communication on Swift 4. |
But RxCocoa currently does not support Swift 4 |
I've updated the README.md file with
Currently CHANGELOG.md represents official communication about releases.
|
It seems like iTunes Connect does not like having "4.0.0-beta.0" as the CFBundleShortVersionString value. When trying to upload my app via fastlane pilot I get the following error: |
@zhentan Same issue here trying to submit a new build to TestFlight using the pre-release branch |
@zhentan For the moment you can use this workaround if you're using Carthage https://github.com/AFNetworking/AFNetworking/issues/3092#issuecomment-150605547 or with Cocoapods you can use CocoaPods/CocoaPods#4421 (comment). I hope this help you for the moment |
Hi, 4.0.0-rc.0 is out. We'll release this in a week unless we find some big issue. If you see some issue with the public API or some functionality, next week is the time to report it :) |
Waiting and expecting for the coming big thing, haha! |
Thanks for awesome job! |
Any issues release 4.0.0 @kzaher ? |
@AJ9UNiDAYS I'm doing some final checks and trying to figure out did I forget to fix some part. I'll publish it once I finish running tests. Hopefully today. |
Would be awesome! Is there any work done on this?
The text was updated successfully, but these errors were encountered: