You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,18 @@ See [iOS Screen Sharing instructions](Docs/ios-screen-sharing.md).
134
134
135
135
## Integration Notes
136
136
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
+
137
149
### Thread safety
138
150
139
151
Since `VideoView` is a UI component, all operations (read/write properties etc) must be performed from the `main` thread.
0 commit comments