We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db88c94 commit a391a59Copy full SHA for a391a59
1 file changed
packages/cli/src/brownfield/commands/packageIos.ts
@@ -118,7 +118,7 @@ export const packageIosCommand = curryOptions(
118
outputPath: brownieOutputPath,
119
});
120
121
- // Strip the binary from Browniexcframework to make it interface-only.
+ // Strip the binary from Brownie.xcframework to make it interface-only.
122
// This avoids duplicate symbols when consumer apps embed both BrownfieldLib
123
// (which contains Brownie symbols) and Brownie.xcframework.
124
stripFrameworkBinary(brownieOutputPath);
0 commit comments