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

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -