The application we have was compiling okay the other day, but now it will not. It still works in the simulator but has lots of MT5212/MT5213 linker errors when compiling for a real device. We get lots of these type of linker errors.
Error MT5212: Native linking failed, duplicate symbol: '_llvm.embedded.module'. (MT5212) (POS.iOS)
Error MT5213: Duplicate symbol in: ...POS/iOS/obj/iPhone/Debug/mtouch-cache/calabash(LPGCDAsyncSocket.o) (Location related to previous error) (MT5213) (POS.iOS)
Error MT5213: Duplicate symbol in: .../POS/iOS/obj/iPhone/Debug/mtouch-cache/calabash(LPCLIColor.o) (Location related to previous error) (MT5213) (POS.iOS)
I've looked for answers but didn't find anything. Any ideas?
Thanks.