I am using JITSI SDK in IOS for live streaming. The SDK was installed using cocoapods. Previously I was using JITSI SDK 7.0.0(which was working fine). We faced ARM64 issue intermittently on 7.0.0. We tried updating the SDK to latest version and now we are facing the below issue.
Details of Platform versions.
Swift version: 5.7
Xcode version: 14.2
Mac OS version: Ventura 13.1
JITSI SDK version: 7.0.1
Build Log:
CreateBuildDirectory /JitsiWebRTC
cd /Users/css/Desktop/Whaot/whaot-ios
builtin-create-build-directory /JitsiWebRTC
error: mkdir(/JitsiWebRTC, S_IRWXU | S_IRWXG | S_IRWXO): Read-only file system (30)
mkdir(/JitsiWebRTC, S_IRWXU | S_IRWXG | S_IRWXO): Read-only file system (30)
The folder in which JITSI tries to execute mkdir has enough permission. Screenshot attached
JitsiIssues.txt (1.7 KB)
Please help us on resolving this issue.
Thanks!