Post your actual lipo command. The part that conf...
# kotlin-native
s
Post your actual lipo command. The part that confused me at first was that I was only providing the path to the
.framework
directory and expecting lipo to do the right thing. In reality I had to provide the full path to the binary inside of the framework directory. Once you have that done you’ll want to copy the headers and
.plist
file from one of the source frameworks to your new framework directory.
y
thankyou!
👍 1