简体   繁体   English

我的课程的Xcode 6.4自动完成功能无法正常工作?

[英]Xcode 6.4 autocomplete for my class not working?

  1. I change the search for user path to yes 我将搜索用户路径更改为是
  2. Delete the contents of the DerivedData folder ( ~/Library/Developer/Xcode/DerivedData ) 删除DerivedData文件夹的内容( ~/Library/Developer/Xcode/DerivedData
  3. I restart Xcode but autocomplete didn't call my class proprety 我重新启动Xcode,但自动完成功能并未调用我的课程

Try this: close your project and your Xcode; 尝试以下操作:关闭您的项目和Xcode; Right click on the project and select the Show Package Contents, then open xcuserdata folder and delete the [username].xcuserdata folder. 右键单击该项目,然后选择“显示包内容”,然后打开xcuserdata文件夹并删除[username] .xcuserdata文件夹。 Open the Xcode, clean your project and build it once for device (not for simulator). 打开Xcode,清理您的项目,然后为设备(而非模拟器)构建一次。 It worked for me. 它为我工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM