-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Trying to build a MacOS app using our Ferric example yields:
Framework /Users/kraenhansen/Library/Developer/Xcode/DerivedData/MacOSTestApp-eonuduoofvrnusfqfzhoueazhcsq/Build/Products/Debug/MacOSTestApp.app/Contents/Frameworks/ferric-example--ferric_example.framework contains Info.plist, expected Versions/Current/Resources/Info.plist since the platform does not use shallow bundles
From the "Validate MacOSTestApp.app" build phase.
We should make sure that Ferric assembles MacOS artefacts into a versioned framework:
react-native-node-api/packages/host/src/node/prebuilds/apple.ts
Lines 36 to 39 in e385ff9
| if (versioned) { | |
| // TODO: Add support for generating a Versions/Current/Resources/Info.plist convention framework | |
| throw new Error("Creating versioned frameworks is not supported yet"); | |
| } |
Reactions are currently unavailable