AgoraIO / AgoraRtcEngine_iOS

iOS Package for Agora Video RTE SDK. Perfect for video calls and live streaming.
https://agoraio.github.io/AgoraRtcEngine_iOS/
MIT License
58 stars 17 forks source link

Does SDK binary not have codesign? #57

Closed muukii closed 5 months ago

muukii commented 6 months ago

For instance, SwiftUI Previews requires binaries that codesigned. However, Agora SDK binary does not have codesign at all.

at 00:29:12 ➜ codesign -dvvv /Users/muukii/Downloads/AgoraRtcKit.xcframework/ios-arm64_x86_64-simulator/AgoraRtcKit.framework/AgoraRtcKit
/Users/muukii/Downloads/AgoraRtcKit.xcframework/ios-arm64_x86_64-simulator/AgoraRtcKit.framework/AgoraRtcKit: code object is not signed at all
icywind commented 5 months ago

Hi there, the Agora iOS plugins are left unsigned. Developers should co-sign the entire project when they are ready to distribute.