ios - 我的类(class)的 Xcode 6.4 自动完成功能不起作用?

标签 ios xcode swift xcode6

  1. 我将搜索用户路径更改为是
  2. 删除 DerivedData 文件夹的内容 (~/Library/Developer/Xcode/DerivedData)
  3. 我重新启动了 Xcode,但自动完成没有调用我的类属性

最佳答案

试试这个:关闭你的项目和你的 Xcode; 右键单击项目并选择 Show Package Contents,然后打开 xcuserdata 文件夹并删除 [username].xcuserdata 文件夹。 打开 Xcode,清理您的项目并为设备(而不是模拟器)构建一次。 它对我有用。

关于ios - 我的类(class)的 Xcode 6.4 自动完成功能不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31651707/

相关文章:

ios - Tesseract libtesseract_all.a(svpaint.o) 中 _main 的重复符号

ios - Xcode 6.3.1 错误 : Timed out waiting to acquire lock file for module 'X' where 'X' is my framework

objective-c - 游戏设计 : Is a plug-in the best solution for this Problem?(Cocoa、Objective-C)

iphone - deleteItemsAtIndexPaths 中的 UICollectionView 断言失败

ios - Swift AVFoundation 翻转相机功能不起作用

ios - UIStackView宽度为 "wrap content"

ios - 如何在 Swift 中将代理对转换为 Unicode 标量

c++ - 字符串神秘消失,将字符串从 C++ 带到 Obj C++

ios - 弹出演示 Controller (_ :willRepositionPopoverTo:in:) Trying to change the size of popUp on different orientation

ios - 通过 Storyboard将 UIPageControl 添加到 UIPageViewController