NappTestFlight
NappTestFlight copied to clipboard
Ld build/Debug-iphoneos/Trumpit.app/Trumpit normal armv7
When trying to build I get this error:
[ERROR] : ** BUILD FAILED ** [ERROR] : The following build commands failed: [ERROR] : Ld build/Debug-iphoneos/Trumpit.app/Trumpit normal armv7 [ERROR] : (1 failure)
What should I do?
We need the [TRACE]s before the [ERROR]s. I'm betting you have another test flight .a in your app's modules though. Try removing that first.
You'll see a linker error saying there are duplicate symbols. The duplicate symbol errors will have the paths of the duplicates.
Thank you very much! That was the problem