xcode-project

Integrating pods with all targets

随声附和 提交于 2019-11-27 23:15:32
问题 I have been using CocoaPods for a few weeks now with my iOS app and it works perfectly with the one target I have been testing (let's call it "MainApp"). However, I now want to build a different target ("MyAppLite") and noticed that the build failed (file not found on one of the pods' header files). The differences in the Build Settings I've noticed are as follows: Other Linker Flags does not contain the required frameworks in MyAppLite Framework/Header/Library Search Paths are all empty in

Undefined symbols for architecture armv7 for Cocoapods libraries

那年仲夏 提交于 2019-11-27 03:04:17
问题 I stumbled upon a problem on a project that I need to work on. The project use Cocoapods for managing its libraries. I run pod install as usual to get started but xcode give me errors. I got Undefined symbols for architecture armv7 as you can see in the image below: All this symbols are the libraries that I use with my project. Eg. AFNetworking, RNBlurModalView. I tried to remove all the Cocoapods related file from the project and running pod install again, but it still doesn't solved the