Skip to content

Commit f43d29d

Browse files
authored
Add DSYMs to README (#33)
1 parent 9cf9da9 commit f43d29d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,16 @@ If your agent publishes a [virtual avatar](https://docs.livekit.io/agents/integr
6161

6262
In a production environment, you will be responsible for developing a solution to [generate tokens for your users](https://docs.livekit.io/home/server/generating-tokens/) which is integrated with your authentication solution. You should disable your sandbox token server and modify `TokenService.swift` to use your own token server.
6363

64+
## Submitting to the App Store
65+
66+
`LiveKitWebRTC.xcframework` binary framework, which is part of the LiveKit Swift SDK, does not contain DSYMs. Submitting the app to the App Store will result in a following warning:
67+
68+
```
69+
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.
70+
```
71+
72+
It will **not prevent** the app from being submitted to the App Store or passing the review process.
73+
6474
## Contributing
6575

6676
This template is open source and we welcome contributions! Please open a PR or issue through GitHub, and don't forget to join us in the [LiveKit Community Slack](https://livekit.io/join-slack)!

0 commit comments

Comments
 (0)