i added new framework(3rd party) and build.
Unfortunately, since the execution was not.
How do I solve this problem? The whole four nights were spent.:(
Make sure you have added the necessary search path for your library in Library Search Paths in Build Settings.
There should be something like:
${SOURCE_ROOT}/Framework/Classes
For .a files you need to set Target Dependencies in Build Phases in section. Just click "+" and add your .a file there.