Skip to content
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

Rxcocoa ABI not supported #2466

Closed
3 of 17 tasks
sreekanthps opened this issue Dec 1, 2022 · 1 comment
Closed
3 of 17 tasks

Rxcocoa ABI not supported #2466

sreekanthps opened this issue Dec 1, 2022 · 1 comment

Comments

@sreekanthps
Copy link

sreekanthps commented Dec 1, 2022

⚠️ If you don't have something to report in the following format, it will probably be easier and faster to ask in the slack channel first. ⚠️

⚠️ Please take you time to fill in the fields below. If we aren't provided with this basic information about your issue we probably won't be able to help you and there won't be much we can do except to close the issue :( ⚠️

If you still want to report issue, please delete above statements before submitting an issue.

Short description of the issue: RXCocoa is not supporting ABI

We are using Rxcoco 6.2.0 version and Xcode 13.0, now we are updating our project to Xcode 14.1 , all other Rx frameworks (6.2.0) are working as expected but Rxcocoa is giving compilation error

"Failed to build Module 'RxCocoa', this SDK is not supported by the compiler (the SDK is built with Apple Swift version 5.4) while this compiler is 'Apple Swift version 5.7.1'

Expected outcome:

what you expect to happen goes here

What actually happens:

what actually happens goes here

Self contained code example that reproduces the issue:

  code goes here
  
// If we can't get a self contained code example that reproduces the issue, there is a big chance we won't be able
// to help you because there is not much we can do.
//
// `Self contained code example` means:
//
// * that we should be able to just run the provided code without changing it.
// * that it will reproduce the issue upon running

RxSwift/RxCocoa/RxBlocking/RxTest version/commit

version or commit here

Platform/Environment

  • iOS
  • macOS
  • tvOS
  • watchOS
  • playgrounds

How easy is to reproduce? (chances of successful reproduce after running the self contained code)

  • easy, 100% repro
  • sometimes, 10%-100%
  • hard, 2% - 10%
  • extremely hard, %0 - 2%

Xcode version:

  Xcode version goes here

⚠️ Fields below are optional for general issues or in case those questions aren't related to your issue, but filling them out will increase the chances of getting your issue resolved. ⚠️

Installation method:

  • CocoaPods
  • Carthage
  • Git submodules

I have multiple versions of Xcode installed:
(so we can know if this is a potential cause of your issue)

  • yes (which ones)
  • no

Level of RxSwift knowledge:
(this is so we can understand your level of knowledge
and formulate the response in an appropriate manner)

  • just starting
  • I have a small code base
  • I have a significant code base
@SunZhiC
Copy link

SunZhiC commented Mar 8, 2023

carthage update --use-xcframeworks should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants