美文网首页
FuzzyAutocompletePlugin Xcode7.3

FuzzyAutocompletePlugin Xcode7.3

作者: 可微微可可可 | 来源:发表于2016-07-22 09:38 被阅读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.大功告成。

    相关文章

      网友评论

          本文标题:FuzzyAutocompletePlugin Xcode7.3

          本文链接:https://www.haomeiwen.com/subject/bfhijttx.html