ios - ld: framework not found Pods -


i'm trying add framework ios project when build got same message :

ld: framework not found pods

clang: error: linker command failed exit code 1 (use -v see invocation)

i tried remove pods directory , run pod install open .xcworkspace written in logs on pod install, clean project on xcode , try build won't works..

my podfile looks :

xcodeproj '/users/guillaume/project/mobile/ios/foodpin/foodpin.xcodeproj' source 'https://github.com/cocoapods/specs.git' platform :ios, '8.0' use_frameworks! pod 'swifthttp', '~> 0.9.2' 

my version of xcode 6.3.1

thank you,

in project navigator in folder pods had pods.framework in there red. present in linked frameworks , libraries. removed both references , error disappeared.

tl;dr

remove pods.framework in:

  • folder named pods
  • linked frameworks , libraries

Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -