Agora-Unreal-RTC-SDK icon indicating copy to clipboard operation
Agora-Unreal-RTC-SDK copied to clipboard

Issue with connectivity

Open HereafterApps opened this issue 11 months ago • 1 comments

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

HereafterApps avatar Jan 30 '25 15:01 HereafterApps

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/

WinterPu avatar Feb 05 '25 03:02 WinterPu