Commit a63a59f
committed
fix: strip ObjC binary targets in prepare-package.sh
The --remove-duplicate flag strips Sentry-Dynamic and
Sentry-WithoutUIKitOrAppKit binary targets but leaves
SentryObjC-Dynamic and SentryObjC-Static. When combined
with --change-path, the remaining ObjC binary targets point
to local xcframework zips that are never built, causing SPM
resolution failures for local 3rd-party integration testing.1 parent 4f45d12 commit a63a59f
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
| 143 | + | |
142 | 144 | | |
143 | 145 | | |
144 | 146 | | |
| |||
0 commit comments