iOS-Framework icon indicating copy to clipboard operation
iOS-Framework copied to clipboard

Compile issues

Open ghost opened this issue 11 years ago • 1 comments

Hi,

I am getting a linker command failed with exit code 1 (use -v to see invocation) error when I try to add the framework to a third party app. I built the framework exactly as the readme instructs and it compiles. I create an ios app and try to add the framework and get the error. Confused, I then took the sample third party app that had the the serenity framework attached and compiled it with no errors. I then took the serenity framework sample and compiled it and with no error. But If I delete the serenity framework from the sample third party app and add the serenity framework that I compile to the third party sample app I get the linker error. Any ideas whats wrong?

Thanks in advance for your help.

Derek

ghost avatar Dec 06 '13 01:12 ghost

if you are adding third party framework, then you will have to import the framework path in header search path

niravspaceo avatar Dec 06 '13 12:12 niravspaceo