简体   繁体   中英

Apple Mach-O Linker Warning

I am getting yellow warning:

ignoring file /Applications/Xcode.app/Contents/Developer/Library/Frameworks/SenTestingKit.framework/SenTestingKit, missing required architecture armv7 in file

Have no idea what it means.

Anyone can suggest something about this yellow warning.

Thanks for help.

You are trying to use the SenTestingKit Framework made for the Simulator on your Device. You might re-add SenTestingKit framework in a proper way (Targets -> Build Phases -> "press the plus", select your framework)

lipo -info /Applications/Xcode.app/Contents/Developer/Library/Frameworks/SenTestingKit.framework/SenTestingKit

gives output

Architectures in the fat file: /Applications/Xcode.app/Contents/Developer/Library/Frameworks/SenTestingKit.framework/SenTestingKit are: x86_64 i386

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM