NativeScript: tns run ios got error Framework "lb:not found AmPopTip"

Environment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

  • CLI: { “nativescript”: { “tns-ios”: { “version”: “6.5.0” }, “tns-android”: { “version”: “6.5.3” } }, “description”: “NativeScript Application”, “license”: “SEE LICENSE IN <your-license-filename>”, “repository”: “<fill-your-repository-here>”, “dependencies”: { “@angular/animations”: “~8.2.0”, “@angular/common”: “~8.2.0”, “@angular/compiler”: “~8.2.0”, “@angular/core”: “~8.2.0”, “@angular/forms”: “~8.2.0”, “@angular/http”: “~8.0.0-beta.10”, “@angular/platform-browser”: “~8.2.0”, “@angular/platform-browser-dynamic”: “~8.2.0”, “@angular/router”: “~8.2.0”, “@nativescript/schematics”: “^0.6.0”, “@nativescript/theme”: “^2.3.3”, “@nstudio/nativescript-checkbox”: “^1.0.0”, “@nstudio/nativescript-pulltorefresh”: “^1.0.1”, “@tweenjs/tween.js”: “^17.4.0”, “lodash”: “^4.17.15”, “lodash.round”: “^4.0.4”, “moment”: “^2.24.0”, “nativescript-angular”: “^8.21.0-next-2020-02-17-115749-01”, “nativescript-background-http”: “^4.2.1”, “nativescript-barcodescanner”: “^3.3.2”, “nativescript-camera”: “^4.5.0”, “nativescript-contacts-lite”: “^0.2.6”, “nativescript-datetimepicker”: “^1.2.2”, “nativescript-dom”: “^2.0.5”, “nativescript-fancyalert”: “^3.0.9”, “nativescript-fingerprint-auth”: “^7.0.1”, “nativescript-gif”: “^4.0.5”, “nativescript-google-maps-sdk”: “^2.9.1”, “nativescript-i18n”: “^0.4.1”, “nativescript-imagecropper”: “^3.0.0”, “nativescript-imagepicker”: “^7.1.0”, “nativescript-iqkeyboardmanager”: “^1.5.1”, “nativescript-keyboard-toolbar”: “^1.1.0”, “nativescript-local-notifications”: “^4.1.5”, “nativescript-localize”: “^4.2.2”, “nativescript-localstorage”: “^2.0.1”, “nativescript-masked-text-field”: “^4.0.3”, “nativescript-md5”: “^1.0.1”, “nativescript-permissions”: “^1.3.9”, “nativescript-phone”: “^1.4.1”, “nativescript-plugin-badge”: “^1.0.0”, “nativescript-plugin-firebase”: “^10.3.3”, “nativescript-pulltorefresh”: “^2.3.0”, “nativescript-secure-storage”: “^2.6.0”, “nativescript-socketio”: “^3.3.1”, “nativescript-theme-core”: “~1.0.6”, “nativescript-toast”: “^2.0.0”, “nativescript-toasty”: “^3.0.0-alpha.2”, “nativescript-tooltip”: “^2.1.2”, “nativescript-ui-chart”: “^7.1.1”, “nativescript-ui-listview”: “^8.0.2-next-2019-12-18-091654-01”, “nativescript-ui-sidedrawer”: “^8.0.1”, “nativescript-uuid”: “0.0.1”, “nativescript-zxing”: “^1.5.9”, “ng2-translate”: “^5.0.0”, “reflect-metadata”: “~0.1.12”, “rxjs”: “^6.4.0”, “tns-android”: “^6.1.2”, “tns-core-modules”: “^6.5.15”, “tns-ios”: “^6.1.1”, “zone.js”: “^0.9.1” }, “devDependencies”: { “@angular/compiler-cli”: “~8.2.0”, “@ngtools/webpack”: “8.2.0”, “@types/lodash”: “^4.14.136”, “nativescript-dev-webpack”: “^1.5.1”, “tns-platform-declarations”: “^6.1.2”, “typescript”: “~3.5.3” }, “gitHead”: “f28dbc60d74dd2cef4b645afd8fdd63bbb12c73e”, “readme”: “NativeScript Application” }

  • Cross-platform modules:

  • Android Runtime:

  • iOS Runtime: iOS version 13.7

  • Plugin(s):

Describe the bug i got error in my terminal, after run command tns run ios i have a sertificate and provision file, my app worked successfull, but now i can not run my app on my iphone

platforms/ios/build/Debug-iphoneos/metadata-generation-stderr-arm64.txt

~/platforms/ios

ld: framework not found AMPopTip

clang: error: linker command failed with exit code 1 (use -v to see invocation)

note: Using new build system

note: Building targets in parallel

note: Planning build

note: Constructing build description

** ARCHIVE FAILED **

Unable to apply changes on device: 97419a29c15bcffd90b08ae5835c142a049a8fe2. Error is: Command xcodebuild failed with exit code 65.

About this issue

  • Original URL
  • State: open
  • Created 4 years ago
  • Comments: 17 (3 by maintainers)

Most upvoted comments

@PetroSuch the new version of the socket.io client has a min of ios 10 , which seems to be the error there