I have created a Vidyo iOS app using Swift with following this tutorial.
But I am getting app Crash on the following:
connector = VCConnector(UnsafeMutableRawPointer(&vidyoView),
viewStyle: .default,
remoteParticipants: 4,
logFileFilter: UnsafePointer("warning"),
logFileName: UnsafePointer(""),
userData: 0)
Following is the Debugger Log:
ERROR: LmiFile: [System thread]: /tmp/SDK.Release.TRINITY_4_1_20_3.build.tO3KysfAv5/source/SDK/Lmi/Os/LmiFile.c:132: LmiFileOpen_: Error opening file v\217\206: Operation not permitted
Assertion failed: (newVal >= 0), function LmiSharedPtrRefCountDecUseCount, file /tmp/SDK.Release.TRINITY_4_1_20_3.build.tO3KysfAv5/source/SDK/Lmi/VidyoClient/../../../SDK/Lmi/Os/LmiSharedPtrInline.h, line 51.
Can anyone help?