One of my devs is getting this error, anyone have ...
# ios
b
One of my devs is getting this error, anyone have any idea why? We're all using same Xcode version (13.2.1):
Copy code
> Task :jgosdk:linkReleaseFrameworkIosArm64 FAILED
The /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: library not found for -lSystem
FAILURE: Build failed with an exception.
Restarting their machine fixed it
👀 1