Bao Le Duc
06/30/2022, 7:14 AMpod("AFNetworking") {
version = "~> 4.0.1"
}
pod("AgoraRtcEngine_iOS")
both libraries are available from https://cocoapods.org/ and working with another (standalone) iOS project. However, cinteropAgoraRtcEngine_iOSIosArm64
was failed and I got
Exception in thread "main" java.lang.Error: /var/folders/3j/8k6z66l50dq_d1sjfxl8cphh0000gn/T/10429521223665112771.m:1:9: fatal error: module 'AgoraRtcEngine_iOS' not found
If I removed pod("AgoraRtcEngine_iOS")
, it worked fine and I can import cocoapods.AFNetworking.*
in iOS source-set Kotlin code.
Any help are welcome!ribesg
06/30/2022, 8:39 AMBao Le Duc
06/30/2022, 8:39 AMribesg
06/30/2022, 8:40 AMBao Le Duc
06/30/2022, 8:41 AMribesg
06/30/2022, 8:47 AMBao Le Duc
06/30/2022, 8:48 AMgradlew clean
before building, so shouldn’t be a cache issueKevin Henriksson
06/30/2022, 11:07 AMJeff Lockhart
06/30/2022, 4:49 PMpod("AgoraRtcEngine_iOS", moduleName="TheModuleName")
, where "TheModuleName" is something different than the pod name.