-
Notifications
You must be signed in to change notification settings - Fork 39
framework instructions
Eon edited this page Sep 28, 2017
·
7 revisions
- Download Element and swift-utils
- make .framework from swift-utils files
- make .framework from Element files (drag Utils.framework into framework project)
- make a new App project. (drag both Element.framework and Utils.framework into app-project)
- Add both frameworks under Embedded binaries in the app's General settings
- 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.