Adding the Studio Framework for iOS to Your Xcode Project
After extracting the downloaded Lofelt Studio .zip file, open the sdk
folder, then the ios-framework
folder. Inside this folder are two more folders: devices
and universal
. Choose the framework based on what you want to do:
I want to debug my app on both iPhones and the Xcode simulator | I only want to debug my app on iPhones and/or I want to release my app on Apple’s AppStore |
---|---|
Take the LofeltHaptics.framework from the universal folder. | Take the LofeltHaptics.framework from the devices folder. |
Note: Apple will reject an iOS app containing any framework with support for the Xcode simulator. So, only the
devices
version can be included in apps intended for App Store submission and distribution.