https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
k

Kris Wong

05/20/2019, 4:14 PM
uhhhhhh.... there is no iosX32 preset. i386 is required for iOS 10 support...
during packaging Xcode attempts to extract the x86_64 specific library from what it believes is a fat binary in the embedded framework. this step fails.
oh... n/m, apparently, this is a custom script phase in our project
2 Views