You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate new project with drawer template NG ns create ml-kit-test --template @nativescript/template-drawer-navigation-ng
Run npm i @nativescript/mlkit-core
Run ns build iOS
At this point you'd get the following error: Command xcodebuild failed with exit code 65
ns info:
Component nativescript has 8.8.0 version and is up to date.
✔ Component @nativescript/core has 8.8.1 version and is up to date.
✔ Component @nativescript/ios has 8.8.1 version and is up to date.
✖ Component @nativescript/android is not installed.
This bug makes it impossible to use a barcode scanner on nativescript currently as other solutions like https://market.nativescript.org/plugins/@nstudio/nativescript-barcodescanner/ are also out of date and won't function properly
Steps to reproduce:
ns create ml-kit-test --template @nativescript/template-drawer-navigation-ng
npm i @nativescript/mlkit-core
ns build iOS
At this point you'd get the following error:
Command xcodebuild failed with exit code 65
ns info
:package.json
:The text was updated successfully, but these errors were encountered: