Issue with connectivity
Hi @WinterPu Im having a strange issue where after a mac build, i copy all the agora frameworks to App/Contents/MacOS
Then when i run the app, it gives me a red screen for a second and crashes
When i go to App/Contents/Frameworks/ and delete Chromium Embedded Framework.framework, then the app starts, but now it seems disconnected from the internet.
Can you give me a hint towards why this might be happening? It was working fine before. Its something iv done recently.
If theres a guide for how to package for macos, that would be helpful
https://github.com/AgoraIO-Extensions/Agora-Unreal-RTC-SDK/blob/main/Agora-Unreal-SDK-CPP-Example/README.md#macos-packaging
Please check the permissions for your Mac app. You may want to reset them and grant the permissions again.
## Example:
sudo tccutil reset Camera
https://recoursive.com/2020/03/03/reset_macos_privacy_permissions/