drewmccormack / ensembles

A synchronization framework for Core Data.
MIT License
1.63k stars 132 forks source link

Command PhaseScriptExecution failed with a nonzero exit code #284

Closed johnheb closed 4 years ago

johnheb commented 4 years ago

Hello Drew,

Downloaded ensembles the other day and we are very excited about using the v2 product. We have been using something called Ubiquity Store Manager to Sync with iCloud in our Apps and really need a solution like yours.

We downloaded the master the other day and the Simple Sync project ran flawlessly. Today we added the ensembles library to our project and it worked. Somehow, the Ensembles IOS project was removed from the Simple Sync project...

So we downloaded and tried the Master- Sample twice and get the message below. We have added a valid bundleID, team and iCloud container. We are also getting this message with the Mac version.

What would you suggest?

Thanks,

John

/Users/iMac/Library/Developer/Xcode/DerivedData/Simple_Sync-gdtsysfesdfnzncbayhtqxfjwyoi/Build/Intermediates.noindex/Ensembles iOS.build/Debug-iphoneos/Documentation.build/Script-072C2F3618C9FBD900453E78.sh: line 2: /usr/local/bin/appledoc: No such file or directory Command PhaseScriptExecution failed with a nonzero exit code

ensembles error
drewmccormack commented 4 years ago

Hi John, That looks like it is running the documentation target, which requires appledoc be installed. But I think you should be able to build the app and framework with no docs. Kind regards, Drew

On 22 Jul 2019, at 12:33, John James notifications@github.com wrote:

Hello Drew,

Downloaded ensembles the other day and we are very excited about using the v2 product. We have been using something called Ubiquity Store Manager to Sync with iCloud in our Apps and really need a solution like yours.

We downloaded the master the other day and the Simple Sync project ran flawlessly. Today we added the ensembles library to our project and it worked. Somehow, the Ensembles IOS project was removed from the Simple Sync project...

So we downloaded and tried the Master- Sample twice and get the message below. We have added a valid bundleID, team and iCloud container. We are also getting this message with the Mac version.

What would you suggest?

Thanks,

John

/Users/iMac/Library/Developer/Xcode/DerivedData/Simple_Sync-gdtsysfesdfnzncbayhtqxfjwyoi/Build/Intermediates.noindex/Ensembles iOS.build/Debug-iphoneos/Documentation.build/Script-072C2F3618C9FBD900453E78.sh: line 2: /usr/local/bin/appledoc: No such file or directory Command PhaseScriptExecution failed with a nonzero exit code

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

johnheb commented 4 years ago

Thanx Drew!