Hi guys! I'm trying to figure out if it's already ...
# multiplatform
m
Hi guys! I'm trying to figure out if it's already possible to include 2 modules (frameworks) via cocoapods which under water use the same gradle modules. I'm trying to get this working so that I can expose a Shared-Test module to the test target found in iOS whilst having a Shared module exposed to the production target of the iOS app. I'm currently however facing the issue that everything is built twice via Shared-Test and Shared, which results in that classes found in the common module behind both don't work with eachother. If anyone has some sources on this, please let me know. So far I've tried a lot but it merely seems to move the problem around
f
Stop using cocoapods (but you can) https://blog.cocoapods.org/CocoaPods-Support-Plans/, but for you’re issue, it’s kind of experimental.
But for what I understand, currently there is only one module by CocoaPods lib.
m
I’m atm not even sure if my problem originates from cocoapods or just from how KMP creates frameworks and (not) links them or duplicates inner sources