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

Francis Mariano

01/29/2021, 7:59 PM
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

Darran

01/30/2021, 2:37 AM
are you using packForXcode to build your shared framework?
a

Artyom Degtyarev [JB]

02/01/2021, 10:33 AM
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

Francis Mariano

02/01/2021, 11:12 AM
Tahnks guys. The stackoverflow thread worked for me.
3 Views