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

Illustrator CC 2019 - SDK - Unable to build sample projects (Mac OS X).

Enthusiast ,
Nov 09, 2018 Nov 09, 2018

Hi all,

I have some issues with sample projects on Mac OS X.

I have some compilation issues (with resources files?):

Here is my console output:

..../Resources/Mac/DrawArt.r:16: ### /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - SysError 0 during open of "DrawArtID.h".

Fatal Error!

..../DrawArt.r:16: ### /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - Fatal Error, can't recover.

DrawArtID.h: ### /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - Since errors occurred, ..../DrawArt/DrawArt.build/Default/DrawArt.build/ResourceManagerResources/Objects/DrawArt.rsrc's resource fork was not written.

Command Rez failed with a nonzero exit code

Does anyone know what is all about?

Mac OS Mojave

version 10.14.1

Xcode Version 10.1 (10B61)

Thanks,

Thomas.

TOPICS
SDK
2.5K
Translate
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

Enthusiast , Nov 12, 2018 Nov 12, 2018

I have found where the issue was coming from.

I had to update headers search paths and and update base SDK.

Now it's ok! 

Translate
Adobe
Enthusiast ,
Nov 12, 2018 Nov 12, 2018

I have found where the issue was coming from.

I had to update headers search paths and and update base SDK.

Now it's ok! 

Translate
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 ,
Apr 04, 2019 Apr 04, 2019

Would you mind specifying what you updated the header search paths to?  I am having the same issue and am not sure how to change it.

Thanks!

Translate
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
Contributor ,
May 23, 2019 May 23, 2019

Xcode 10.2.1, Mojave 10.14.5.

You can fix this issue by adding:

./../common/mac

to the REZ_SEARCH_PATHS or HEADER_SEARCH_PATHS. Note that this is a non-recursive search. For some reason, if you put a recursive search (./../common/mac/**, or ./../common/**) you get the "Command Rez failed..." error.

JPEGView_2019-05-24_02-29-00.png

Translate
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 ,
Jul 01, 2019 Jul 01, 2019

Wow I JUST saw this response.  I will try that, thanks!

Translate
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
New Here ,
Apr 07, 2021 Apr 07, 2021
LATEST

This is SO helpful, thank you!

Translate
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