Skip to content

framework instructions

Eon edited this page Sep 28, 2017 · 7 revisions
  1. Download Element and swift-utils
  2. make .framework from swift-utils files
  3. make .framework from Element files (drag Utils.framework into framework project)
  4. make a new App project. (drag both Element.framework and Utils.framework into app-project)
  5. Add both frameworks under Embedded binaries in the app's General settings
  6. Add Hello world code from here

Note: How to make .framework

Alternatively you can drag and drop these Binaries into your XCode project and test Element right away. Don't forget Adding the frameworks to the Embedded binaries section. And you should be able to test Element in no time.

Clone this wiki locally