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 got this error due to deletion of some files. For me simply cloning my project worked.