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
we get duplicate symbol error when building ipa
duplicate symbol l002 in: C:\\Users\\TESTMAN\\AppData\\Local\\Temp\\005bc40e-36b3-45cf-866e-69aee97bb9 dc/Fabric.framework/Fabric(FABNetworkClient.o) C:\\Users\\TESTMAN\\AppData\\Local\\Temp\\005bc40e-36b3-45cf-866e-69aee97bb9 dc/Crashlytics.framework/Crashlytics(ANSSettings.o) duplicate symbol l002 in: C:\\Users\\TESTMAN\\AppData\\Local\\Temp\\005bc40e-36b3-45cf-866e-69aee97bb9 dc/Fabric.framework/Fabric(FABNetworkClient.o) C:\\Users\\TESTMAN\\AppData\\Local\\Temp\\005bc40e-36b3-45cf-866e-69aee97bb9 dc/Crashlytics.framework/Crashlytics(ANSBackoffTimer.o) ld: 506 duplicate symbols for architecture arm64 Compilation failed while executing : ld64
make info additions as you have described
<key>Fabric</key> <dict> <key>APIKey</key> <string>***************************</string> <key>Kits</key> <array> <dict> <key>KitInfo</key> <dict/> <key>KitName</key> <string>Crashlytics</string> </dict> </array> </dict>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
we get duplicate symbol error when building ipa
make info additions as you have described
The text was updated successfully, but these errors were encountered: