I want to add a framework to my project. Added in two ways
We downloaded the framework and imported it into the project. Added to Linked Frameworks and Libraries. When I Compile, it shows the error "ld: framework not found by AppsFlyer. Linker command failed with exit code -1".
Tried using Cocoa pods. Created a podfile and set the framework for applications. Here I also get the same error. "Ld: framework not found. AppFlyer. Linker command failed with exit code -1."
Tried all the options from stackoverflow. By using header search paths, library search paths, and wireframe search paths. The inclusion of bit code, only the construction of an active architecture, etc. Although I get the same result.
Iam using Xcode 6.3, and also tried with xcode 7.3 code.
Suggest me how to solve the problem? Thanks in advance.

source
share