-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Description
Steps to reproduce:
npm i -g nativescript@next
git clone https://github.com/EddyVerbruggen/nativescript-barcodescanner
cd nativescript-barcodescanner
tns plugin remove nativescript-barcodescanner --path demo
tns plugin add nativescript-barcodescanner --path demo
tns build ios --path demo
Result:
At least one native framework (usually Widgets) is missing in final package:
platforms/ios/build/emulator/demo.app/Frameworks/
Notes: CLI 2.5.0 is ok, the problem is valid only for nativescript@next and it is introduced with #2411