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

Nilay Dağdemir

01/25/2022, 12:21 PM
Hi all, I’m experiencing framework creation problem on KMM when try to run it on Mac Mini with M1 silicon chip. I’m receiving this error when try to build Xcode project with an embedAndSignFramework task execution as a build phase:
* What went wrong: Task 'embedAndSignAppleFrameworkForXcode' not found in project ':shared'.
This error occures only on Mac Mini with M1 silicon chip. It works well on Macbook with an intel chip. I tried every solution online, nothing worked. Do you have any idea how to fix this?
a

Artyom Degtyarev [JB]

01/25/2022, 12:53 PM
Hello! It might be the same problem as in KT-50616, could you please check if your project declares
iosSimulatorArm64
target?
n

Nilay Dağdemir

01/26/2022, 5:48 AM
Thank you for your answer, I tried that but I think the problem was some of the common dependencies we’re using called moko-resources. After updating the dependency, problem seems to gone.
👍 1
6 Views