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

Use nightly Rust instead of myrust #3

Closed
wants to merge 1 commit into from

Conversation

q231950
Copy link

@q231950 q231950 commented Feb 26, 2021

When running make_fat.sh I was seeing the following output as not all libraries had been compiled:

kim@mbp rust-catalyst-example % ./make_fat.sh
Building for iOS X86_64 (Simulator)...
Building for Mac Catalyst X86_64...
Building for Mac Catalyst ARM64...
Building for ARM iOS...
Building Fat Libaries
fatal error: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: can't open input file: target/aarch64-apple-ios-macabi/release/libtest1.a (No such file or directory)
Wrote XcodeIntegration/XcodeIntegration/Rust/libtest1_ios.a
fatal error: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: can't open input file: target/aarch64-apple-ios/release/libtest1.a (No such file or directory)
Wrote XcodeIntegration/XcodeIntegration/Rust/libtest1_mac.a

This change replaces myrust the standard nightly Rust so that it compiles for everyone. myrust was probably the Rust that contained rust-lang/rust#77484.

@q231950 q231950 closed this Feb 27, 2021
@q231950 q231950 deleted the branch terhechte:master February 27, 2021 14:17
@q231950 q231950 deleted the master branch February 27, 2021 14:17
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

Successfully merging this pull request may close these issues.

1 participant