A cordova app for testing the zen drive library
- Install cocoapods
sudo gem install cocoapods
- Install cordova platforms and plugins
cordova prepare
- Install cocoapods and build Because of a bug in cordova-ios (CB-12582) the cocoa pods libary is not linked properly which is why we manually have to install the pods. [email protected] should contain a fix for this.
cd platform/ios
pod install
cd ../..
cordova build // This will fail, however it is still necessary.
- Open platform/ios/ZendriveTest.xcworkspace in Xcode or platform/android in Android Studio