ios - Framework not found xcode 7 -


i built framework , when trying use in project gives me error:

ld: framework not found psd clang: error: linker command failed exit code 1 (use -v see invocation) 

i'm using xcode 7 , .framework file inside project folder. tried changing non-recursive recursive in paths , adding path manually, it's not working.

ok, found solution, wasn't building framework target


Comments