Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我编译我的项目时,我得到了这个错误:
警告:(i386) /Users/Desktop/aug_9/iOSSample/SD_2.0.a(sdk743.o) 对象文件 '/Users/Desktop/aug_9/iOSSample/SD_2.0.a(sdk743.o)' 没有包含 i386 的体系结构信息。
我是否需要在构建设置的“有效架构”中添加 i386?
谁能告诉我如何解决这个警告?
您似乎正在尝试在模拟器中运行,而您使用的库不支持模拟器。
您可能想检查该库是否具有模拟器的构建,或者只是在真实设备上测试您的应用程序。