1.0.0 • Published 6 years ago
com.mobbeel.mobbscan.cordovaplugindemo v1.0.0
MobbScan Cordova demo
Configuration
Just run:
npx cordova prepareRun on Android
- Start an Android emulator or plug in a device.
Run:
npx cordova run android
Run on iOS
- Plug in an iOS device.
- Open the
platforms/ios/MobbScan.xcodeprojfile with XCode. - Select your device and click on "Run".
Troubleshooting
"File xxx already present" during some Cordova command
Just remove and add the platform that is causing problem:
npx cordova platform rm android && npx cordova platform androidOr
npx cordova platform rm ios && npx cordova platform iosLost libraries during iOS building
Remove and add again the embedded frameworks in your target configuration:
MobbIDSDK_Core.frameworkMobbIDSDK_Face.frameworkMobbCommons.frameworkprotobuf_lite_ios.frameworkTwilioVideo.framework
Clean and run again
1.0.0
6 years ago