aidanvii
08/14/2023, 12:42 PM1.4.0
to 1.5.0-beta02
and kotlin 1.8.21
to 1.9.0
, I’m getting thousands of warnings when building the iOS app in debug mode like:
warning: (x86_64) could not find object file symbol for symbol _krefs:platform.UIKit.UITouchPhaseI have no idea how to resolve it. I can do this to get rid of the warnings but it makes debug builds take way longer:
cocoapods {
xcodeConfigurationToNativeBuildType["Debug"] = NativeBuildType.RELEASE
}