swift - iOS: How to properly add my own Frameworks to my App? -
i have workspace app project , multiple pure swift frameworks. framework a dependent on framework b.
i go framework a's target, "linked frameworks , libraries", click "+". in pop-up dialog there folder "workspace" framework b listed. pick , click "add".
when right click on , "reveal in project navigator" , @ file inspector, location set "relative group" , path is:
../myapp/deriveddata/myapp/build/products/release-iphoneos/b.framework
other times set to
../myapp/deriveddata/myapp/build/products/debug-iphoneos/b.framework
here confused: picked automatically? if set release-folder start in trouble when want build debug purposes (either no such module, or doesn't find methods, or...). have change scheme of b's target? first have rebuild b before can add right version a.
it's hard pick right question, because i'm quite confused whole thing. shed light on this?
Comments
Post a Comment