My top swift framework posts


My notes on different xCode framework workflows

Swift package manager (SPM):

Tutorials:

  1. Adding an external .framework file to xCode: http://eon.codes/blog/2018/09/30/Manually-adding-a-lib/
  2. Writing your own framework for xCode: http://eon.codes/blog/2017/11/08/local-frameworks/
  3. Additional framework gotchas: http://eon.codes/blog/2017/01/14/framework/

Repo gotchas etc

Testing:

Other: