Récemment, je suis passé à Xcode4 et lors de la compilation de mon projet, une erreur s'est produite.
ld: warning: ignoring file /Users/myname/Library/Developer/Xcode/DerivedData/appname-hezrgyqimckztgbdlslkavphdclw/Build/Products/Debug-iphoneos/libTapkuLibrary.a, file was built for archive which is not the architecture being linked (armv6)
Undefined symbols for architecture armv6:
"_OBJC_CLASS_$_TKLoadingView", referenced from:
objc-class-ref in RootViewController.o
J'ai ouvert la bibliothèque Tapku et vérifié que ses architectures étaient définies sur Standard (armv6 armv7).
Que puis-je faire pour résoudre ce problème?