Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failed on Xcode 7.3 #121

Closed
zekunyan opened this issue Mar 23, 2016 · 4 comments
Closed

Build failed on Xcode 7.3 #121

zekunyan opened this issue Mar 23, 2016 · 4 comments

Comments

@zekunyan
Copy link

I try to build FuzzyAutocompletePlugin on the latest Xcode 7.3 (7D175). But it failed.

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)
@liuzhecodekiller
Copy link

do you have solved this problem? i have the same problem

@zekunyan
Copy link
Author

@liuzhecodekiller https://github.com/erikolofsson/FuzzyAutocompletePlugin @erikolofsson fixed it by ignoring some unavailable functions in Xcode 7.3. You can try it.

@liuzhecodekiller
Copy link

Thanks ,i have solve it by same way with you!

------------------ 原始邮件 ------------------
发件人: "zekunyan";notifications@github.com;
发送时间: 2016年3月25日(星期五) 下午2:36
收件人: "FuzzyAutocomplete/FuzzyAutocompletePlugin"FuzzyAutocompletePlugin@noreply.github.com;
抄送: "无名"471340380@qq.com;
主题: Re: [FuzzyAutocompletePlugin] Build failed on Xcode 7.3 (#121)

@liuzhecodekiller https://github.com/erikolofsson/FuzzyAutocompletePlugin @erikolofsson fixed it by ignoring some unavailable functions in Xcode 7.3. You can try it.


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub

@slazyk
Copy link
Member

slazyk commented Mar 25, 2016

Duplicate of #118

@slazyk slazyk closed this as completed Mar 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants