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
I'm experiencing an issue building/running my app with barcodescanner package. This is easy to replicate - create new drawer template project, add nativescript-barcodescanner and try to build.
Here's an error with stack trace:
ld: warning: directory not found for option '-F/Users/andrew/Mobile/App/platforms/ios/build/Debug-iphonesimulator/DBCameraButton'
ld: warning: directory not found for option '-F/Users/andrew/Mobile/App/platforms/ios/build/Debug-iphonesimulator/DKCamera'
ld: warning: directory not found for option '-F/Users/andrew/Mobile/App/platforms/ios/build/Debug-iphonesimulator/DKImagePickerController'
ld: warning: directory not found for option '-F/Users/andrew/Mobile/App/platforms/ios/build/Debug-iphonesimulator/DKPhotoGallery'
ld: warning: directory not found for option '-F/Users/andrew/Mobile/App/platforms/ios/build/Debug-iphonesimulator/IQKeyboardManager'
ld: warning: directory not found for option '-F/Users/andrew/Mobile/App/platforms/ios/build/Debug-iphonesimulator/IQMediaPickerController'
ld: warning: directory not found for option '-F/Users/andrew/Mobile/App/platforms/ios/build/Debug-iphonesimulator/QBImagePickerController'
ld: warning: directory not found for option '-F/Users/andrew/Mobile/App/platforms/ios/build/Debug-iphonesimulator/SCSiriWaveformView'
ld: warning: directory not found for option '-F/Users/andrew/Mobile/App/platforms/ios/build/Debug-iphonesimulator/SDWebImage'
ld: warning: directory not found for option '-F/Users/andrew/Mobile/App/platforms/ios/build/Debug-iphonesimulator/SwiftyGif'
ld: framework not found DBCameraButton
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed:
Ld /Users/andrew/Library/Developer/Xcode/DerivedData/App-fioaochftlqehoajtbiulqrwsmrn/Build/Intermediates.noindex/App.build/Debug-iphonesimulator/App.build/Objects-normal/i386/Binary/App normal i386 (in target 'App' from project 'App')
(1 failure)
Command xcodebuild failed with exit code 65
Error: Command xcodebuild failed with exit code 65
at Errors.failWithOptions (/usr/local/lib/node_modules/nativescript/lib/common/errors.js:157:27)
at Errors.fail (/usr/local/lib/node_modules/nativescript/lib/common/errors.js:130:21)
at XcodebuildCommandService.<anonymous> (/usr/local/lib/node_modules/nativescript/lib/services/ios/xcodebuild-command-service.js:34:30)
at Generator.throw (<anonymous>)
at rejected (/usr/local/lib/node_modules/nativescript/lib/services/ios/xcodebuild-command-service.js:6:65)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Node version: v16.14.0
ns-info:
✔ Getting NativeScript components versions information...
✔ Component nativescript has 8.2.2 version and is up to date.
✔ Component @nativescript/core has 8.2.1 version and is up to date.
✔ Component @nativescript/ios has 8.2.1 version and is up to date.
✔ Component @nativescript/android has 8.2.2 version and is up to date.
It should be a drop in replacement for the current plugin, just need to update your references to point to '@nstudio/nativescript-barcodescanner' instead of 'nativescript-barcodescanner'
Hello,
I'm experiencing an issue building/running my app with barcodescanner package. This is easy to replicate - create new drawer template project, add
nativescript-barcodescanner
and try to build.Here's an error with stack trace:
Node version:
v16.14.0
ns-info
:package.json
The text was updated successfully, but these errors were encountered: