This message was deleted.
# multiplatform
s
This message was deleted.
e
I was able to get this working by simply adding the below to my cocoapods {...} block in my shared modules build gradle
Copy code
xcodeConfigurationToNativeBuildType["CUSTOM_DEBUG"] = NativeBuildType.DEBUG
        xcodeConfigurationToNativeBuildType["CUSTOM_RELEASE"] = NativeBuildType.RELEASE