Hello, Anyone got that when trying to build the fr...
# multiplatform
z
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
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
Ah yes ok that makes sense. Thanks for the link !
z
Currently, I have to install x86 jdk and run Xcode with Rostte to build on m1
e
Im having same issue, Im using kotlin 1.5.30, any idea?
m
@Emiliano Schiavone were you able to solve this on Kotlin 1.5.30?
e
yes