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
After bumping packages, I found that some packages/plugins only work when I uninstall ns cli globally and install "nativescript": "8.7.2" (downgrade from cli 8.8).
We have confirmed that the issue also occurs on cli 8.7.2 as well - The issue appears to stem from fact that the print star plugin distributes a .framework, not a .xcframework and thus does not contain proper arch slices (like arm64 support)
Here's the same output we see on CLI 8.8.2 latest and 8.7.2:
~/Desktop/print-star-demo/platforms/ios
ld: building for 'iOS-simulator', but linking in dylib (/Users/username/Desktop/print-star-demo/node_modules/nativescript-print-star/platforms/ios/print_star.framework/print_star) built for 'iOS'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using codesigning identity override:
note: Run script build phase 'NativeScript PreLink' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'printstardemo' from project 'printstardemo')
note: Run script build phase 'NativeScript PostBuild' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'printstardemo' from project 'printstardemo')
note: Run script build phase 'NativeScript PreBuild' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'printstardemo' from project 'printstardemo')
** BUILD FAILED **
Unable to apply changes on device: ADA51206-CB13-4EB1-B2F2-7A1DC887A5F3. Error is: Command xcodebuild failed with exit code 65.
^C
print-star-demo %
print-star-demo % ns -v
8.7.2
Issue Description
After bumping packages, I found that some packages/plugins only work when I uninstall ns cli globally and install "nativescript": "8.7.2" (downgrade from cli 8.8).
Reproduction
https://github.com/asharghi/print-star-demo
Relevant log output (if applicable)
No response
Environment
Dependencies
Please accept these terms
The text was updated successfully, but these errors were encountered: