ios - BuddyBuild 无法生成核心数据文件

标签 ios database continuous-integration

我遇到了这个错误:

✗ error: no such file or directory: /tmp/sandbox/584940525b775f01009b7462/bbbuild/Build/Intermediates/ArchiveIntermediates/"AppName"/IntermediateBuildFilesPath/"AppName".build/Release-iphoneos/"AppName".build/DerivedSources/CoreDataGenerated/"AppName"/GameId+CoreDataProperties.swift

当我尝试使用自动生成的核心数据文件在 BuddyBuild 上进行新构建时。我知道我可以自己创建它们,但我不想这样做。任何人都知道如何解决这个问题??

最佳答案

不幸的是,此功能在 Xcode 8 中非常不稳定,这就是为什么我们的建议是 generate and commit those files .

不过,Core Data 类的生成在 Xcode 9 中似乎更加稳定。

关于ios - BuddyBuild 无法生成核心数据文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42395971/

相关文章:

ios - 使用 Cbjective-C 可视化音频数据

ios - 使用 alamofire 和 swiftyJson 从 UICollectionViewCell 内的 UICollectionView 的 api 中获取数据

java - 无法向 iOs 设备发送通知

ios - 在表盘上加上数字?

mysql - 如何在 ruby​​ 中使用 MySql

android - SQLite 实现安卓

sql - 优化PostgreSQL以进行快速测试

python - 向 Buildbot 添加自定义功能

jenkins - 如何在后期作业脚本中使用 JUnit XML 格式获取在 Jenkins 中运行的测试数量?

continuous-integration - Gitlab Hook 打开合并请求