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:

  1. create seperate framework project
  2. build , produce .framework file
  3. 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

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -