-
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
OSAtomic* deprecation #1752
Comments
It appears that, while unpublished, Apple is requiring all watchOS deployment targets to be updated to 3.0 https://forums.developer.apple.com/thread/108853 for reference Addresses ReactiveX#1752
It appears that, while unpublished, Apple is requiring all watchOS deployment targets to be updated to 3.0 https://forums.developer.apple.com/thread/108853 for reference Addresses ReactiveX#1752
It appears that, while unpublished, Apple is requiring all watchOS deployment targets to be updated to 3.0 https://forums.developer.apple.com/thread/108853 for reference Addresses ReactiveX#1752
Any news on when this is gonna be merged? |
This isn't a PR so there's nothing to merge 😛 |
I started on a PR in #1753 but have been pulled away by other commitments. I hope to get back to it very soon and get it passing CI by silencing the deprecation warnings |
It appears that, while unpublished, Apple is requiring all watchOS deployment targets to be updated to 3.0 https://forums.developer.apple.com/thread/108853 for reference Addresses #1752
It appears that, while unpublished, Apple is requiring all watchOS deployment targets to be updated to 3.0 https://forums.developer.apple.com/thread/108853 for reference Addresses #1752
Short description of the issue:
With the final release of Xcode 10 and watchOS 5, Apple is rejecting submission of watchOS applications with a
WATCHOS_DEPLOYMENT_TARGET
below 3.0Expected outcome:
Apple accepts the application via upload through the normal means.
What actually happens:
The application upload is rejected with the following message:
While the error message suggests the iOS Deployment target is wrong, it appears this is a misnomer, as our iOS deployment target is 9.0. Others are seeing this issue as well:
https://forums.developer.apple.com/thread/108853
We did have to update the watchOS deployment target from 2.0 (the default) on other frameworks we use. We had been relying on the precompiled version of RxSwift to expedite our build times, but it appears that the current minimum version compiled in is 2.0 as shown here:
https://github.com/ReactiveX/RxSwift/blob/master/Rx.xcodeproj/project.pbxproj#L6428
Self contained code example that reproduces the issue:
The issue isn't specific to any code, but how it's built via the project setting linked above
RxSwift/RxCocoa/RxBlocking/RxTest version/commit
https://github.com/ReactiveX/RxSwift/releases/tag/4.3.1
Platform/Environment
How easy is to reproduce? (chances of successful reproduce after running the self contained code)
Xcode version:
Installation method:
I have multiple versions of Xcode installed:
(so we can know if this is a potential cause of your issue)
Level of RxSwift knowledge:
(this is so we can understand your level of knowledge
and formulate the response in an appropriate manner)
The text was updated successfully, but these errors were encountered: