build_frameworks.sh
スクリプトを実行すると、このような間違ったエラーが発生することがあります。build_frameworks.shの実行に失敗するのはなぜですか?
~/Code/AudioKit/AudioKit() ./Frameworks/build_frameworks.sh
cat: ../VERSION: No such file or directory
Building frameworks for platforms: iOS macOS tvOS
Ignoring configuration file 'simulator.xcconfig' because it could not be loaded.
Reason: File could not be parsed due to preprocessing errors:
The file “simulator.xcconfig” couldn’t be opened because there is no such file. (/Users/username/Code/AudioKit/AudioKit/simulator.xcconfig)Build settings from command line:
BUILD_DIR = /Users/username/Code/AudioKit/AudioKit/build
SDKROOT = iphonesimulator11.0
xcodebuild: error: '../AudioKit/iOS/AudioKit For iOS.xcodeproj' does not exist.
~/Code/AudioKit/AudioKit() cd Frameworks/
を経由して、 'Frameworks'ディレクトリにあるスクリプトのほとんどはそこから直接実行されるように意図されています他の場所ではありません。 – megastep
そして、あなたがもっとクールになりたい場合は、現在のディレクトリに "build_frameworks.sh"が含まれているかどうかを問い合わせるシェルスクリプトを変更し、そうでない場合はエラーを報告してください。 –