NappTestFlight icon indicating copy to clipboard operation
NappTestFlight copied to clipboard

Ld build/Debug-iphoneos/Trumpit.app/Trumpit normal armv7

Open dcarey opened this issue 12 years ago • 2 comments

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?

dcarey avatar Mar 02 '14 14:03 dcarey

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.

ericboehs avatar Mar 11 '14 05:03 ericboehs

Thank you very much! That was the problem

dcarey avatar Mar 20 '14 16:03 dcarey