wenjie.lu
04/16/2023, 9:05 AMcompose-multiplatform-ios-android-template
iosapp, but error: export XCODE_APP_SUPPORT_DIR\=/Applications/Xcode.app/Contents/Developer/Library/Xcode
export XCODE_PRODUCT_BUILD_VERSION\=14B47b
export XCODE_VERSION_ACTUAL\=1410
export XCODE_VERSION_MAJOR\=1400
export XCODE_VERSION_MINOR\=1410
export XPCSERVICES_FOLDER_PATH\=/XPCServices
export YACC\=yacc
export arch\=undefined_arch
export variant\=normal
/bin/sh -c /Users/luwenjie/Documents/GitHub/compose-multiplatform-ios-android-template/build/ios/Pods.build/Debug-iphonesimulator/shared.build/Script-BEA8885189D408D600647BDC228A6A20.sh
REPO_ROOT="$PODS_TARGET_SRCROOT"
"$REPO_ROOT/../gradlew" -p "$REPO_ROOT" $KOTLIN_PROJECT_PATH:syncFramework -Pkotlin.native.cocoapods.platform=$PLATFORM_NAME -Pkotlin.native.cocoapods.archs="$ARCHS" -Pkotlin.native.cocoapods.configuration="$CONFIGURATION"
Error occurred during initialization of VM
Command PhaseScriptExecution failed with a nonzero exit code
* BUILD FAILED *
The following build commands failed:
PhaseScriptExecution [CP-User]\ Build\ shared /Users/luwenjie/Documents/GitHub/compose-multiplatform-ios-android-template/build/ios/Pods.build/Debug-iphonesimulator/shared.build/Script-BEA8885189D408D600647BDC228A6A20.sh (in target 'shared' from project 'Pods')
(1 failure)
warning: Run script build phase '[CP-User] Build shared' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'shared' from project 'Pods')line 8: /../gradlew: No such file or directory
$PODS_TARGET_SRCROOT
, it is emptyDima Avdeev
04/16/2023, 7:54 PMwenjie.lu
04/17/2023, 2:42 AM