失败报错

ignoring file /Users/mac_os/Library/Developer/Xcode/DerivedData/Zhouyi-ggruvfckppracpbnbygtwngrtadx/Build/Products/Debug-iphonesimulator/FMDB/libFMDB.a, building for iOS Simulator-x86_64 but attempting to link with file built for iOS Simulator-arm64


Showing Recent Messages
Undefined symbol: _OBJC_CLASS_$_MBProgressHUD


library not found for -lAFNetworking

主要原因是新版本模拟器使用的是x86_64(building for iOS Simulator-x86_64 but attempting to link with file built for iOS Simulator-arm64 ),而有一些三方框架比较老还需要arm64

解决方案

Build Sttings下面

Excluded Architectures 加上arm64
 

如果还继续失败还报错且,报错的是pod 引入三方,那继续改Pod下面Build Settings 里同样的字段 Excluded Architectures 加上arm64

 

原文地址:https://blog.csdn.net/zhanglizhi111/article/details/122241964

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任

如若转载,请注明出处:http://www.7code.cn/show_44658.html

如若内容造成侵权/违法违规/事实不符,请联系代码007邮箱suwngjj01@126.com进行投诉反馈,一经查实,立即删除

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注