We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Xcode 10.2 gives me the following warning for my watchOS extension when RxOptional is added to the WatchApp Extension through Carthage:
ld: warning: linking against a dylib which is not safe for use in application extensions: ..../Carthage/Build/watchOS/RxOptional.framework/RxOptional
My Carthage.resolved reference points to this github "RxSwiftCommunity/RxOptional" "1c37ab2d84823babc0d09ebe0b70ade3bee25829
github "RxSwiftCommunity/RxOptional" "1c37ab2d84823babc0d09ebe0b70ade3bee25829
Any ideas how to fix this ?
Regards, Mihai
The text was updated successfully, but these errors were encountered:
Specify APPLICATION_EXTENSION_API_ONLY
23e93c4
Fixes RxSwiftCommunity#71
Specify APPLICATION_EXTENSION_API_ONLY (#72)
1eee9e0
Fixes #71
Specify APPLICATION_EXTENSION_API_ONLY (RxSwiftCommunity#72)
32fe6a1
Successfully merging a pull request may close this issue.
Hello,
Xcode 10.2 gives me the following warning for my watchOS extension when RxOptional is added to the WatchApp Extension through Carthage:
My Carthage.resolved reference points to this
github "RxSwiftCommunity/RxOptional" "1c37ab2d84823babc0d09ebe0b70ade3bee25829
Any ideas how to fix this ?
Regards,
Mihai
The text was updated successfully, but these errors were encountered: