If I link Cocoa Touch Framework
into a project without copying but only linking then I get a linker error which says, framework is not at the location.
It worked in Xcode 6, but not in Xcode 7. Do you know any workaround?
I see one can set more attribute when embedding framework, but Location
can not set to relative
, only absolute
available.