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

why

09/21/2020, 5:19 PM
Hi, after the latest xcode update, I started getting this error in multiplatform mobile: The following build commands failed: Ld /Users/me/dev/android_projects/myproj/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Objects-normal/arm64/Binary/iosApp normal arm64 edit: error: The linked and embedded framework 'shared.framework' is missing one or more architectures required by this target: arm64. (in target 'iosApp' from project 'iosApp')
s

Samuel Michael

09/21/2020, 5:23 PM
Which version did you update to? I would say easiest solution is to roll back, although that may not be what you wanted to hear
w

why

09/21/2020, 5:24 PM
lol yeah + it's Version 12.0 (12A7209)
s

Samuel Michael

09/21/2020, 5:25 PM
I’m on 11.6 so I can’t verify that it can work on 12.0, maybe someone else can?
w

why

09/21/2020, 5:25 PM
no worries thx anw
a

Artyom Degtyarev [JB]

09/22/2020, 7:04 AM
Hello, @why! I found similar issue on YouTrack (see here).
w

why

09/22/2020, 10:03 AM
Hi @Artyom Degtyarev [JB] I found, yesterday, another one here too. Thanks : )
2 Views