nschulzke
12/08/2021, 11:49 PMTask 'embedAndSignAppleFrameworkForXcode' not found in project ':shared'.
I'm running ./gradlew :shared:embedAndSignAppleFrameworkForXcode
from XCode 13.1 on an M1 mac. When I'm on Kotlin 1.5.21, it finds the task and fails because 1.5.21 isn't compatible with Apple Silicon. When I upgrade to Kotlin 1.5.31, I get the above error.
I've double-checked in the log, and all the required environment variables are set by XCode before ./gradlew
is called.Artyom Degtyarev [JB]
12/09/2021, 10:45 AMnschulzke
12/09/2021, 3:03 PMnschulzke
12/09/2021, 3:58 PMnschulzke
12/09/2021, 5:03 PMArtyom Degtyarev [JB]
12/09/2021, 6:22 PMiosSimulatorArm64
target set at your Gradle script and everything still isn’t working, consider filing an issue at kotl.in/issue with a sample project and information about versions of all IDEs and Gradle plugins that you use in it.John O'Reilly
12/11/2021, 9:50 AMiosSimulatorArm64
which is currently commented out when you create new project)....and if I used XCode project that it created in my repo then it also worked...but haven't been able to figure out difference yet.John O'Reilly
12/11/2021, 9:52 AMJohn O'Reilly
12/11/2021, 9:53 AMshared
module build.gradle.kts
of course to include iosSimulatorArm64
Artyom Degtyarev [JB]
12/11/2021, 9:56 AMJohn O'Reilly
12/11/2021, 10:20 AMJohn O'Reilly
12/11/2021, 10:21 AM