Skip to content

Commit c6f1fc8

Browse files
authored
Add DSYMs to README (#771)
1 parent 77b0016 commit c6f1fc8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,18 @@ See [iOS Screen Sharing instructions](Docs/ios-screen-sharing.md).
134134

135135
## Integration Notes
136136

137+
### Submitting to the App Store, DSYMs
138+
139+
`LiveKitWebRTC.xcframework` binary framework, which is the main dependency of the SDK, does not contain DSYMs. Submitting the app to the App Store will result in a following warning:
140+
141+
```
142+
The archive did not include a dSYM for the LiveKitWebRTC.framework with the UUIDs [...]. Ensure that the archive's dSYM folder includes a DWARF file for LiveKitWebRTC.framework with the expected UUIDs.
143+
```
144+
145+
It will **not prevent** the app from being submitted to the App Store or passing the review process.
146+
147+
If you are building a customized version of the [LiveKitWebRTC](https://github.com/webrtc-sdk/webrtc), you can use the [build script](https://github.com/webrtc-sdk/webrtc-build/blob/main/build/apple/xcframework.sh) in `DEBUG` mode to generate them locally.
148+
137149
### Thread safety
138150

139151
Since `VideoView` is a UI component, all operations (read/write properties etc) must be performed from the `main` thread.

0 commit comments

Comments
 (0)