gpt4 book ai didi

ios - 代码 7 : xcdatamodeld doesn’t exist

转载 作者:可可西里 更新时间:2023-11-01 03:25:10 24 4
gpt4 key购买 nike

为了支持 iOS9 而更新到 XCode 7 后,我遇到了以下构建错误

error: Cannot read bundle contents (Error Domain=NSCocoaErrorDomain Code=260 "The folder “VoIP.xcdatamodeld” doesn’t exist.

使用配置调试构建项目 myTitle 的目标 myTitle

DataModelCompile Build/Products/Debug-iphoneos/myTitle.app/ /Users/myself/MyDev/m1/app/VoIP/VoIP/VoIP.xcdatamodeld cd /Users/myself/MyDev/m1/app/app/iPhone export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Applications/Xcode.app/Contents/Developer/usr/bin/momc --sdkroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk --iphoneos-deployment-target 7.0 --module myTitle /Users/myself/MyDev/m1/app/VoIP/VoIP/VoIP.xcdatamodeld /Users/myself/MyDev/m1/app/app/iPhone/Build/Products/Debug-iphoneos/myTitle.app/

/Users/myself/MyDev/m1/app/VoIP/VoIP/VoIP.xcdatamodeld:: error: Cannot read bundle contents (Error Domain=NSCocoaErrorDomain Code=260 "The folder “VoIP.xcdatamodeld” doesn’t exist." UserInfo=0x7fd0f350f990 {NSFilePath=/Users/myself/MyDev/m1/app/VoIP/VoIP/VoIP.xcdatamodeld, NSUserStringVariant=( Folder ), NSUnderlyingError=0x7fd0f350f940 "The operation couldn’t be completed. (OSStatus error -43.)"})

我该如何解决?

在我的项目中关于这个文件的唯一引用是这个(在 .project 文件中)

/* Begin XCVersionGroup section */
449367DE1338E89100DB4AC9 /* myTitle.xcdatamodeld */ = {
isa = XCVersionGroup;
children = (
449367DF1338E89100DB4AC9 /* VoIP.xcdatamodel */,
);
currentVersion = 449367DF1338E89100DB4AC9 /* VoIP.xcdatamodel */;
name = myTitle.xcdatamodeld;
path = ../../../../VoIP/VoIP/VoIP.xcdatamodeld;
sourceTree = "<group>";
versionGroupType = wrapper.xcdatamodel;
};
/* End XCVersionGroup section */

不知道它是怎么来的,为什么它在以前的 xcode 版本中没有问题。

最佳答案

我在存储新模型时遇到了同样的问题,不幸的是所选的解决方案对我不起作用。对我有用的是:在 Finder 的项目文件夹中找到模型文件(“ModelNameHere.xcdatamodeld”);单击鼠标右键并选择“显示包内容”。您将看到模型的所有版本 - 删除不应该存在的版本。

关于ios - 代码 7 : xcdatamodeld doesn’t exist,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32868017/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com