Hello guys. After to update xcode to 12.4 version ...
# multiplatform
f
Hello guys. After to update xcode to 12.4 version I am getting the following message error:
Building for iOS, but the linked and embedded framework 'shared.framework' was built for iOS Simulator.
In previous Xcode version that behaviour did not happened, I changed from simulator to real device and vice-versa so the packtoXCode executed again Did anyone see that already?
d
are you using packForXcode to build your shared framework?
a
Hi, @Francis Mariano! There was an issue with similar error message some time ago, maybe it would be useful: https://youtrack.jetbrains.com/issue/KT-40907
f
Tahnks guys. The stackoverflow thread worked for me.