https://kotlinlang.org logo
#compose-ios
Title
# compose-ios
z

zfan93

11/06/2023, 9:07 AM
Hi , i use this page to init a project : https://kmp.jetbrains.com/?_ga=2.162039228.1289833926.1698889415-523115932.1696817065&_gl=1*1o1yy1d*_ga*NTIzMTE1OTMyLjE2OTY4MTcwNjU.*_ga_9J976DJZ68*MTY5ODg4OTQxNS45LjEuMTY5ODg4OTgwOC42MC4wLjA. and i checked all platform , but i can't run ios code :
Copy code
failed with code: 65
The following build commands failed:
	PhaseScriptExecution Compile\ Kotlin\ Framework /Users/zhuangfan/StudioProjects/Luck/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Script-F36B1CEB2AD83DDC00CB74D5.sh (in target 'iosApp' from project 'iosApp')
(1 failure)
Is there a problem with the code template downloaded from that website or did I miss something?
141699261487_.pic.jpg
j

juhaodong

11/06/2023, 9:16 AM
the actual problem should be in the upper part of the build log, you can check it closer
z

zfan93

11/08/2023, 3:00 AM
Run
chmod +x gradlew
can help
v

Vlad

11/10/2023, 10:42 AM
Isn't 65 code related to the app signing for iOS?
3 Views