https://kotlinlang.org logo
Title
s

Sam

04/30/2018, 6:08 AM
Are there any plans to make it easier to create universal frameworks? Right now I'm compiling an arm and x64 version of my ios framework and then using
lipo
to glue them together. Previously I was able to just reference both framework versions in my project but something must have changed with either
0.7
or Xcode 9.3 as I started to get architecture related build errors. My current solution is to invoke a shell script that creates the framework directory, uses lipo to glue the two architectures together and then copies over the header and module map.
o

olonho

04/30/2018, 7:41 AM
created https://youtrack.jetbrains.com/issue/KT-24184 to track that issue
👍 1