简体   繁体   English

Apple Mach-O链接器警告

[英]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 忽略文件/Applications/Xcode.app/Contents/Developer/Library/Frameworks/SenTestingKit.framework/SenTestingKit,文件中缺少必需的体系结构armv7

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. 您正在尝试使用为设备上的模拟器制作的SenTestingKit框架。 You might re-add SenTestingKit framework in a proper way (Targets -> Build Phases -> "press the plus", select your framework) 您可能会以适当的方式重新添加SenTestingKit框架(“目标”->“构建阶段”->“按加号,选择您的框架”)

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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