“AFNetworking.h“ file not found

解决方法一
删除原来的pods文件 终端命令 cd到 项目.xproj—的统计项目根目录下 如果没有Podprofile文件 可以先pod install 有的 话可以根据target和platform2种形式添加profile配置 1.platform
#Uncomment the next line to define a global platform for your project
platform :ios, '15.0'
pod 'AFNetworking', '~> 4.0.1'

这种形式对整个项目都有用(15.0是支持的最高系统,4.0.1是为其设置的afnetworking库的版本)
2.target模式
target 'BluetoothSDKDemo' do
# Comment the next line if you don't want

“AFNetworking.h“ file not found最先出现在Python成神之路

版权声明:
作者:admin
链接:https://www.techfm.club/p/13881.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>