iOS 构建中 momd 文件夹中 .mom 文件的文件名错误
我的团队最近在 Xcode 中重命名了 Objective-C iOS 应用程序的项目,我们确定了一个更大的问题是导致 momd 目录中的 .mom 文件命名错误。
示例(非真实姓名): 我们的项目原来叫“唐人街”,后来更名为“唐人街”。因此,在 Chinatown.momd 目录中是一个 ChinaTown.mom 文件。
如何确保 momd 目录中的 .mom 文件的名称和大小写正确?
My team recently renamed the project of an Objective-C iOS app in Xcode and we've determined a larger problem to be the cause of the .mom file within the momd directory to be named wrongly.
Example (not real names):
Our project used to be named "ChinaTown", but was renamed to "Chinatown". Thus inside the Chinatown.momd directory is a ChinaTown.mom file.
How can we ensure that the .mom file within the momd directory is of the correct name and case?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过重新创建数据模型并删除旧模型来修复。 参考 stackoverflow 线程
Fixed by recreating the data model and deleting the old one. Reference stackoverflow thread