Since I've updated to Xcode 8.1 I can't archive and also not run in Release mode (in debug mode its working). The error is that there are several "duplicate symbols for architecture arm64" and all are "duplicate symbol __TMRbBp". Whats that?
相关问题
- Falling back to loading access token from NSUserDe
- Running 1 of 2 custom shell script stuck for 2 min
- Linker command failed with exit code 1 - duplicate
- EXC_BAD_ACCESS error for invoking method in swift
- ld: library not found for -lGoogleToolboxForMac
相关文章
- Falling back to loading access token from NSUserDe
- Running 1 of 2 custom shell script stuck for 2 min
- Linker command failed with exit code 1 - duplicate
- EXC_BAD_ACCESS error for invoking method in swift
- ld: library not found for -lGoogleToolboxForMac
- Unable to retrieve CarrierName
- Xcode 8.1 swift 3 take forever to compile this cod
- Adding/Edit a pod file after initial init “firebas
I had similar issues with Version 9.2 (9C40b), the solution is
For those that can't get the Thorax's answer to work, what I did was I closed out Xcode, ran
pod update
on my command line and then reopened the .xcworkspace file. After doing that, I was able to build and run the project.I am using the Firebase Cocoapod and Xcode version 9.1.
Surprisingly, in some occasions, simply cleaning the product worked for me.
Quick fix to try before looking at other solutions.
close you project then open xcode go to file -> open search your project and open it . this worked for me
I faced the same problem with archiving on Xcode 8.1.
X Code Version: Version 8.2.1 (8C1002)
The following fix worked on Mar 2019
1) Go to Project & Select your Project
2) Select Build Settings -
3) Most of version will fix this issue, for few other XCode version try this option also,
It seems to be a bug in Swift. See discussion on Apple developers portal
It is said to be fixed in Xcode version that is about to be released. But for now there is temporary workaround:
Go to your target
Build Settings
and setReflection Metadata Level
flag toNone