https://kotlinlang.org logo
z

Zahn

08/02/2021, 6:24 PM
Hello, Anyone got that when trying to build the framework on native mac (M1) using
iosArm64("ios")
?
Task 'embedAndSignAppleFrameworkForXcode' not found in project ':common'.
t

Tijl

08/02/2021, 7:12 PM
not the exact answer to your question, but in the linked code in the linked message you can see this task is only added if certain env variables are set (as they would be when xcode runs a script) https://kotlinlang.slack.com/archives/C3PQML5NU/p1627051811469200?thread_ts=1627047799.468300&cid=C3PQML5NU
z

Zahn

08/02/2021, 7:48 PM
Ah yes ok that makes sense. Thanks for the link !
z

Zhiqiang Bian

08/02/2021, 8:57 PM
Currently, I have to install x86 jdk and run Xcode with Rostte to build on m1
e

Emiliano Schiavone

08/26/2021, 3:34 PM
Im having same issue, Im using kotlin 1.5.30, any idea?
m

Michael

10/09/2021, 9:19 AM
@Emiliano Schiavone were you able to solve this on Kotlin 1.5.30?
e

Emiliano Schiavone

10/11/2021, 12:10 PM
yes
2 Views