Hi everyone,
I am trying to develop my first iOS app using CocoaPods but I am getting the following error when I try to build:
I don't know how to fix this, I already ran pod update and pod install with no success. This is what I have under Build Phases > Link Binary With Libraries:
And this is what I have for Build Settings > Linking > Other Linker Flags:
I am trying to develop my first iOS app using CocoaPods but I am getting the following error when I try to build:
Code Block ld: framework not found Bolts
I don't know how to fix this, I already ran pod update and pod install with no success. This is what I have under Build Phases > Link Binary With Libraries:
Code Block Bolts.framework
And this is what I have for Build Settings > Linking > Other Linker Flags:
Code Block $(inherited) -framework "Bolts"