FuzzyAutocompletePlugin Xcode7.3

2016-07-22  本文已影响245人  可微微可可可

今天在xcode7.3上面安装自动补全插件FuzzyAutocompletePlugin,报如下错误:

Undefined symbols for architecture x86_64:

"_OBJC_CLASS_$_DVTTextCompletionInlinePreviewController", referenced from:

l_OBJC_$_CATEGORY_DVTTextCompletionInlinePreviewController_$_FuzzyAutocomplete in DVTTextCompletionInlinePreviewController+FuzzyAutocomplete.o

objc-class-ref in FuzzyAutocomplete.o

ld: symbol(s) not found for architecture x86_64

clang: error: linker command failed with exit code 1 (use -v to see invocation)

然后goole一下,在github上重新下载最新版本的FuzzyAutocompletePlugin插件https://github.com/erikolofsson/FuzzyAutocompletePlugin

一定要下载最新版本的插件。

安装步骤如下:

1.下载插件解压打开

2.在xcode中运行,运行成功推出xcode.

3.重新打开xcode,一定要选择loadBundle(别问我为什么),然后再选择skip.大功告成。

上一篇下一篇

猜你喜欢

热点阅读