“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
共有 0 条评论