Commit 6349175
committed
fix(ios): app must LINK Wgnest (not embed-only) so the archive resolves it
The previous framework re-wiring set the app to embed Wgnest.xcframework
without linking it. Xcode's "Embed & Sign" links AND embeds; embed-only
leaves the xcframework's device slice unresolved for the app target, which
failed the Release archive (exit 65) after both targets compiled.
App now links + embeds + signs Wgnest; the extension still links only (no
nested Frameworks/ in the .appex, so ITMS-90205/90206 stays fixed).1 parent 39344f9 commit 6349175
2 files changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| 94 | + | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
53 | 59 | | |
54 | 60 | | |
55 | 61 | | |
| |||
0 commit comments