• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Illustrator SDK errors in Xcode

Community Beginner ,
Sep 14, 2017 Sep 14, 2017

Copy link to clipboard

Copied

Hi,

I have followed the getting started guide to a T but I am getting the following errors which I can not fix. I am developing using Xcode.

Undefined symbols for architecture x86_64:

  "_CFStringCreateWithCharacters", referenced from:

      ai::UnicodeString::as_CFString(__CFAllocator const*) const in IAIUnicodeString.o

  "_CFStringGetCharacters", referenced from:

      ai::UnicodeString::UnicodeString(__CFString const* const&) in IAIUnicodeString.o

  "_CFStringGetCharactersPtr", referenced from:

      ai::UnicodeString::UnicodeString(__CFString const* const&) in IAIUnicodeString.o

  "_CFStringGetLength", referenced from:

      ai::UnicodeString::UnicodeString(__CFString const* const&) in IAIUnicodeString.o

ld: symbol(s) not found for architecture x86_64

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

Any help would be greatly appreciated!

Thank you,

Keith

TOPICS
SDK

Views

532

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Advocate , Sep 14, 2017 Sep 14, 2017

Looks like you are missing the CoreFoundation library.

Votes

Translate

Translate
Adobe
Advocate ,
Sep 14, 2017 Sep 14, 2017

Copy link to clipboard

Copied

Looks like you are missing the CoreFoundation library.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 14, 2017 Sep 14, 2017

Copy link to clipboard

Copied

Thank you very much for the reply!

Where do I get this library and where do I add it?

Thank you again

Keith

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 14, 2017 Sep 14, 2017

Copy link to clipboard

Copied

LATEST

Thank you,

The build was successful once I added the CoreFoundation Framework

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines