Commit c3033d9
Fix catalyst builds, fixes webrtc-sdk#44
Using WebRTC with catalyst results in this error:
"codesign failed: bundle format is ambiguous (could be app or
framework)"
It turns out this is because of a missing symlink in
"ios-x86_64_arm64-maccatalyst/WebRTC.framework": WebRTC should be
symlinked to point to "Versions/Current/WebRTC".
The binary at "Versions/Current/WebRTC" on the other hand is the wrong
one (no multi arch) and should be removed in favor of
"ios-x86_64_arm64-maccatalyst/WebRTC.framework/WebRTC"
This PR executes this whole shell game.1 parent e774976 commit c3033d9
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
184 | 188 | | |
185 | 189 | | |
186 | 190 | | |
| |||
0 commit comments