Doesn't the latest version support Xcode12 in MacOS Big Sur with m1

After I run the script from bootstrap.sh, Xcode show up. But when I try to run the project, an error occurred, it said “No such module ‘RxSwift’”

Just download Xcode 11.x (for example 11.7 which is the latest 11.x).

After installing open terminal and run:
xcode-select -s <path>
where would be dependent of where you installed Xcode 11.x and how you named it.

In my case it would be:
xcode-select -s /Applications/Xcode_11.7.app/Contents/Developer

You can also try going into the “File Inspector” and ensuring “Build Active Schema” is checked. That should resolve your issue with RxSwift.

image

1 Like

This topic was automatically closed after 166 days. New replies are no longer allowed.