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 upgrading to NativeScript 8.4.1, when I build my iOS NativeScript app it errors:
Project successfully prepared (ios)
Building project...
Xcode build...
note: Using codesigning identity override:
note: Building targets in dependency order
error: There is no XCFramework found at '/Users/justintoth/Dev/housters/UI/node_modules/@triniwiz/nativescript-stripe/platforms/ios/Stripe3DS2.xcframework'. (in target 'UI' from project 'UI')
error: There is no XCFramework found at '/Users/justintoth/Dev/housters/UI/node_modules/@triniwiz/nativescript-stripe/platforms/ios/Stripe3DS2.xcframework'. (in target 'UI' from project 'UI')
I have checked in that directory (/Users/justintoth/Dev/housters/UI/node_modules/@triniwiz/nativescript-stripe/platforms/ios) and indeed there is no Stripe3DS2.xcframework file. I tried cleaning my Pod file and re-installing and re-updating, but to no avail. Is there a workaround for this issue?
The text was updated successfully, but these errors were encountered:
After upgrading to NativeScript 8.4.1, when I build my iOS NativeScript app it errors:
Project successfully prepared (ios)
Building project...
Xcode build...
note: Using codesigning identity override:
note: Building targets in dependency order
error: There is no XCFramework found at '/Users/justintoth/Dev/housters/UI/node_modules/@triniwiz/nativescript-stripe/platforms/ios/Stripe3DS2.xcframework'. (in target 'UI' from project 'UI')
error: There is no XCFramework found at '/Users/justintoth/Dev/housters/UI/node_modules/@triniwiz/nativescript-stripe/platforms/ios/Stripe3DS2.xcframework'. (in target 'UI' from project 'UI')
I have checked in that directory (/Users/justintoth/Dev/housters/UI/node_modules/@triniwiz/nativescript-stripe/platforms/ios) and indeed there is no Stripe3DS2.xcframework file. I tried cleaning my Pod file and re-installing and re-updating, but to no avail. Is there a workaround for this issue?
The text was updated successfully, but these errors were encountered: