Hi I have an iOS framework that fails to link on a...
# kotlin-native
t
Hi I have an iOS framework that fails to link on arm32 in debug mode without
-opt
enabled Do you think I should file a bug ?
The error I get without the flag when running
linkDebugFrameworkArm32
is
ld: illegal text reloc in '_objc_release_plus_-3238842.island.0' to '_objc_release' for architecture armv7
It happens only in that case (Debug + Arm32)
p
t
Thanks