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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -