Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不得不强行关闭我的电脑,而 XCode 是打开的。我重新打开它,现在 XCode 正在突出显示随机的东西并称它们为错误。例如,该行:
[[self managedObjectContext] save:nil];
给出错误:
错误的接收器类型'int *'
我尝试了一个干净的然后构建,但错误仍然存在。关于如何解决这个问题的任何想法?
您可以从组织者中删除派生数据。这将使 Xcode 重新索引您的项目。并希望解决您的问题。
Apple doc - 关于项目组织者