我在当前项目中使用Socket IO-Swift库。将Socket.IO-Client-Swift pod文件安装到我的项目后,找不到我的FMDB库路径,显示此错误:
library not found for -lAFNetworking
我在podfile中使用以下pod:
pod 'Socket.IO-Client-Swift', '~> 12.1.0'
use_frameworks!
pod 'AFNetworking', '~> 3.1.0'
pod 'CocoaLumberjack', '~> 3.2.0'
pod 'MBProgressHUD', '~> 1.0.0'
pod 'SDWebImage', '~> 4.0.0'
pod 'Reachability', '~> 3.2’
pod 'IQKeyboardManager', '~> 4.0.9’
pod 'CrittercismSDK', '~> 5.6.8’
pod 'SocketIO’, '~> 0.0.1’
pod 'GPUImage’, '~> 0.1.7’
pod 'iCarousel’, '~> 1.8.3’
pod 'TwitterKit'
pod 'GoogleMaps'
pod 'GooglePlaces'
pod 'GooglePlacePicker'
pod 'Google/SignIn'
pod 'Firebase/Core’
pod 'Firebase/Crash'
pod 'Fabric'
pod 'Crashlytics'
pod 'AWSCloudWatch'
pod 'AWSCognito'
pod 'AWSCognitoIdentityProvider'
pod 'AWSDynamoDB'
pod 'AWSEC2'
pod 'AWSIoT'
pod 'AWSKinesis'
pod 'AWSLambda'
pod 'AWSLex'
pod 'AWSMachineLearning'
pod 'AWSPinpoint'
pod 'AWSPolly'
pod 'AWSRekognition'
pod 'AWSS3'
pod 'AWSSES'
pod 'AWSSimpleDB'
pod 'AWSSNS'
pod 'AWSSQS'