https://developer.apple.com/forums/thread/129088(の2つめの回答)に書いてあるシェルスクリプトを実行したいのですがやり方がわかりません。。
詳しい方よろしくお願いします。
// test.sh XCARCHIVE_PATH="/Users/<user>/Library/Developer/Xcode/Archives/<Put .xcarchive path here>" APP="/Users/<user>/Library/Developer/Xcode/Archives/<Put path to .app inside .xcarchive here" DEVELOPER_DIR=`xcode-select --print-path` if [ ! -d "${DEVELOPER_DIR}" ]; then echo "No developer directory found!" exit 1 fi echo "+ Adding SWIFT support (if necessary)" if [ -d "${APP}/Frameworks" ]; then mkdir -p "${TEMP_IPA_BUILT}/SwiftSupport" for SWIFT_LIB in $(ls -1 "${APP}/Frameworks/"); do echo "Copying ${SWIFT_LIB}" cp "${DEVELOPER_DIR}/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/${SWIFT_LIB}" "${XCARCHIVE_PATH}/SwiftSupport" done fi
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。