xcode - library not found for -lAFNetworking -
i have project on bitbucket builds fine on 1 machine. cloned on machine, did pod install
, installed fine. open .xcworkspace , won't build because of error in title of post.
when project deleted original machine , cloned there (pods installed, etc.) builds fine.
i don't don't know what's different other machine or information can provide here ask question.
here's contents of podfile:
# uncomment line define global platform project source 'https://github.com/cocoapods/specs.git' platform :ios, "7.0" link_with 'extender', 'definitiveextender' pod 'zipzap', '~> 7.0' pod 'sqkpieprogressview', '~> 1.0' pod 'afnetworking', '~> 2.3' pod 'mbprogresshud', '~> 0.9' pod 'reachability', '~> 3.1' pod 'hockeysdk', '~> 3.5.7' pod 'parse', '~> 1.4'
i ran same issue. in case happening reason libpods wasn't being linked.
click on project
, go general
, click on target
, scroll down linked frameworks , libraries
. there made sure include libpods.a , project built fine. hope helps.
Comments
Post a Comment