2016-11-02 5 views
2

установки: iPhone 5с (IOS 10.0.2) iPhone 6 плюс (IOS 10.1.1) IPad Air (IOS 10.1.1) Xcode 8,1Xcode 8.1 и IOS 10.1.1 не строит

I В настоящее время я создаю приложение, и оно прекрасно работает на всех моих устройствах. Я обновил свой 6 плюс от 10.0.2 до 10.1.1, и теперь приложение не создает. Я построен на iPad, который был 10.0.2, и это удалось и обновило это. Сбой также после обновления.

Я получаю следующие предупреждения и ошибки ... если у кого-нибудь есть идея, я был бы признателен!

Заранее благодарен!

Showing Recent Issues 
ld: warning: ld: warning: ld: warning: ignoring file /Users/jb/Library/Developer/Xcode/DerivedData/Give_It_Up_and_Trade-efbegnisuhotnyharswslfockoid/Build/Products/Debug-iphoneos/libFMDB.a, file was built for archive which is not the architecture being linked (arm64): /Users/jb/Library/Developer/Xcode/DerivedData/Give_It_Up_and_Trade-efbegnisuhotnyharswslfockoid/Build/Products/Debug-iphoneos/libFMDB.aignoring file /Users/jb/Library/Developer/Xcode/DerivedData/Give_It_Up_and_Trade-efbegnisuhotnyharswslfockoid/Build/Products/Debug-iphoneos/libFontAwesomeKit.a, file was built for archive which is not the architecture being linked (arm64): /Users/jb/Library/Developer/Xcode/DerivedData/Give_It_Up_and_Trade-efbegnisuhotnyharswslfockoid/Build/Products/Debug-iphoneos/libFontAwesomeKit.aignoring file /Users/jb/Library/Developer/Xcode/DerivedData/Give_It_Up_and_Trade-efbegnisuhotnyharswslfockoid/Build/Products/Debug-iphoneos/libAFNetworking.a, file was built for archive which is not the architecture being linked (arm64): /Users/jb/Library/Developer/Xcode/DerivedData/Give_It_Up_and_Trade-efbegnisuhotnyharswslfockoid/Build/Products/Debug-iphoneos/libAFNetworking.a 


ld: warning: ignoring file /Users/jb/Library/Developer/Xcode/DerivedData/Give_It_Up_and_Trade-efbegnisuhotnyharswslfockoid/Build/Products/Debug-iphoneos/libRMStore.a, file was built for archive which is not the architecture being linked (arm64): /Users/jb/Library/Developer/Xcode/DerivedData/Give_It_Up_and_Trade-efbegnisuhotnyharswslfockoid/Build/Products/Debug-iphoneos/libRMStore.a 


ld: warning: ignoring file /Users/jb/Library/Developer/Xcode/DerivedData/Give_It_Up_and_Trade-efbegnisuhotnyharswslfockoid/Build/Products/Debug-iphoneos/libUIColor-Crayola.a, file was built for archive which is not the architecture being linked (arm64): /Users/jb/Library/Developer/Xcode/DerivedData/Give_It_Up_and_Trade-efbegnisuhotnyharswslfockoid/Build/Products/Debug-iphoneos/libUIColor-Crayola.a 


    "_OBJC_CLASS_$_RMStore", referenced from: 


     objc-class-ref in iapClass.o 


    "_OBJC_CLASS_$_RMAppReceipt", referenced from: 


     objc-class-ref in iapClass.o 


    "_OBJC_CLASS_$_FAKFontAwesome", referenced from: 


     objc-class-ref in browseViewController.o 


     objc-class-ref in FirstViewController.o 


    "_OBJC_CLASS_$_AFJSONRequestSerializer", referenced from: 


     objc-class-ref in networkingClass.o 


    "_OBJC_CLASS_$_AFHTTPSessionManager", referenced from: 


     objc-class-ref in networkingClass.o 


ld: symbol(s) not found for architecture arm64 


clang: error: linker command failed with exit code 1 (use -v to see invocation) 
+0

Вы используете последнюю версию Xcode? – Nik

+0

нет Я нахожусь на официальном уровне 8.1 –

ответ

0

Если Архитектуры и Допустимы Архитектуры все в порядке, вы можете проверить, является ли вы добавить $ (наследуется) в другие флаги компоновщика like explained here.

0

Я имел подобную ошибку ...

Перейти к своему Навигатору по проекту от Xcode -> Параметры Blu-ray ...

и «Фильтр» или «Поиск» по «Нет общих блоков». Статус «ДА», но установите его на «НЕТ».

enter image description here

Это изменение работы для меня. :)

Смежные вопросы