草庐IT

lAFNetworking

全部标签

ios - Cocoapods 和 Xcode,ld : library not found for -lAFNetworking

我有这个pod文件包含所有这些库platform:ios,"7.0"target"PPforiPad"dopod'AFNetworking','1.1'pod'RaptureXML','1.0'pod'NoticeView'pod'iVersion'pod'iRate'pod'Facebook-iOS-SDK','3.13.1'pod'StackMob'pod'SSZipArchive'pod'ODRefreshControl'pod'SDWebImage'pod'TPKeyboardAvoiding'pod'LXPagingViews'pod'AQGridView'pod'Googl

ios - ld : library not found for -lAFNetworking xcode

我是ios编程的新手。克隆了一个friend的项目。尝试构建时(在解决了许多其他错误之后),出现以下错误:ld:librarynotfoundfor-lAFNetworkingclang:error:linkercommandfailedwithexitcode1(use-vtoseeinvocation)我查看了Pod文件,在项目中搜索了AFNetworking,是有的。不知道出了什么问题。 最佳答案 还要确保您运行的是.xcworkspace项目(白色图标),而不是.xcodeproj项目(蓝色图标)