首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >为什么运行build_frameworks.sh失败?

为什么运行build_frameworks.sh失败?
EN

Stack Overflow用户
提问于 2017-10-25 06:44:09
回答 2查看 248关注 0票数 2

运行build_frameworks.sh脚本有时会导致这个隐秘的错误。为什么它会这样做?我如何修复它?

代码语言:javascript
复制
~/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/
EN

回答 2

Stack Overflow用户

发布于 2017-10-25 06:44:09

必须从Frameworks/目录运行build_frameworks.sh脚本!cd到该目录才能运行该脚本,这样应该会运行得更成功。:)

票数 4
EN

Stack Overflow用户

发布于 2017-10-27 14:49:03

从AudioKit 4.0.3开始,这个问题消失了:

代码语言:javascript
复制
⋊> ~/D/AudioKit on develop ⨯ ./Frameworks/build_frameworks.sh           23:46:08
This script needs to be run from the Frameworks folder

通过https://github.com/AudioKit/AudioKit/commit/c85fbc714c172338f9586074315602dda8051d71

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/46921133

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档