-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
I'm running into build errors on Big Sur when using cargo-lipo in an Xcode build script.
I've made a small test project here.
It builds successfully in Xcode 12.2 on Catalina 10.15.7, but fails with Big Sur 11.0.1.
The errors are along the lines of
linking with
ccfailed
note: ld: library not found for -lSystem
Building the project on the command line with cargo lipo without --xcode-integ works correctly.
Big Sur has introduced a dynamic library cache, so libSystem.dylib isn't in /usr/lib as it is on Catalina, I assume that's got something to do with it but I haven't had any luck finding a solution so far.
Any ideas? Thanks for cargo-lipo 👍
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels