We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Our project used to compile successfully with CrashKiOS 0.8.2 however when updating to 0.8.5 it now fails with:
06:36:18 > Task :shared:bugsnag:public:linkDebugTestIosX64 FAILED 06:36:18 e: /Applications/Xcode/14.2.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors 06:36:18 06:36:18 The /Applications/Xcode/14.2.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1. 06:36:18 output: 06:36:18 Undefined symbols for architecture x86_64: 06:36:18 "_OBJC_CLASS_$_BugsnagHandledState", referenced from: 06:36:18 objc-class-ref in result.o 06:36:18 ld: symbol(s) not found for architecture x86_64
The text was updated successfully, but these errors were encountered:
Build framework as static (with isStatic = true) worked.
isStatic = true
Sorry, something went wrong.
No branches or pull requests
Our project used to compile successfully with CrashKiOS 0.8.2 however when updating to 0.8.5 it now fails with:
The text was updated successfully, but these errors were encountered: