1.0.0 • Published 4 years ago

com.mobbeel.mobbscan.cordovaplugindemo v1.0.0

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
4 years ago

MobbScan Cordova demo

Configuration

Just run:

npx cordova prepare

Run on Android

  1. Start an Android emulator or plug in a device.
  2. Run:

    npx cordova run android

Run on iOS

  1. Plug in an iOS device.
  2. Open the platforms/ios/MobbScan.xcodeproj file with XCode.
  3. 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 android

Or

npx cordova platform rm ios && npx cordova platform ios

Lost libraries during iOS building

  1. Remove and add again the embedded frameworks in your target configuration:

    • MobbIDSDK_Core.framework
    • MobbIDSDK_Face.framework
    • MobbCommons.framework
    • protobuf_lite_ios.framework
    • TwilioVideo.framework
  2. Clean and run again