We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09267e commit e5d1e7fCopy full SHA for e5d1e7f
packages/host/src/node/prebuilds/apple.ts
@@ -167,11 +167,11 @@ async function createVersionedFramework({
167
await fs.promises.symlink(VERSIONED_FRAMEWORK_VERSION, currentLink);
168
169
await fs.promises.symlink(
170
- "Versions/Current/Resources",
+ path.join("Versions", "Current", "Resources"),
171
path.join(frameworkPath, "Resources"),
172
);
173
174
- "Versions/Current/Headers",
+ path.join("Versions", "Current", "Headers"),
175
path.join(frameworkPath, "Headers"),
176
177
0 commit comments