ios - Is it possible to create a standalone distributed Swift Framework? -
i have scenario need package common code swift framework. have found many tutorials on how involve creating framework within ios app. goal to:
- create seperate framework project
- build , produce .framework file
- copy single file(without source files) ios app project, add under "linked libraries" , use it.
question: possible or have include of classes part of framework?
i have added framework project ios app , had success using because source code in framework project. tried copy .framework file alone new project , use when trying access classes or instantiate contents of framework couldn't even-though whatever needed declared public was.
appreciate help...
Comments
Post a Comment