Xcode 10 Buildscript不再运行

时间:2018-10-15 13:43:21

标签: ios xcode xcodebuild xcode10

我的构建设置中集成了一个Buildscript。使用Xcode 9,它运行平稳。但是由于XCode 10不再运行,因此出现以下错误:

error: unable to attach DB: error: accessing build database ".../build/XCBuildData/build.db": database is locked Possibly there are two concurrent builds running in the same filesystem location.

我已经尝试过在这里找到的解决方案:

Xcode 10: unable to attach DB error

但这没有帮助我。仍然有问题...

更新:如果我切换到“旧版生成设置”,则会出现此错误:

Prepare build

注意:使用旧版构建系统

Build Preparation
Couldn't update module cache session file'/var/folders/xh/zc0g0hp13j982ws3qhlr09nm0000gn/C/com.apple.DeveloperTools/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/10.0-10A255/Xcode/ModuleCache.noindex/Session.modulevalidation': The item couldn’t be saved because the file name “Session.modulevalidation” is invalid.

** BUILD FAILED **

Command /bin/sh failed with exit code 65

0 个答案:

没有答案