ERROR:
Error: Uh oh! "/Users/ivanculo/Development/blinkid/
blinkid-phonegap/BlinkIdDemo/plugins/
com.microblink.BlinkIdScanner/src/ios/sources/
CDVblinkIdScanner.m" not found!
SOLUTION:
A problem is in our script that clones the ios framework, for now, you can use this workaround:
- Clone bilnkid-phonegap repository or reset all changes in the current one
- Open initIOSFramework.sh in BlinkID directory and replace this line 'git clone "git@github.com:BlinkID/blinkid-ios.git"' with this line 'git clone https://github.com/BlinkID/blinkid-ios.git'
- Start initIonicDemoApp.sh script
Comments