I am trying to test out building my app and when I run
grunt full-build
I get this error
Running "build-mac" task
>> ** BUILD FAILED **
>>
>>
>> The following build commands failed:
>> PhaseScriptExecution Postbuild\ \"Strip\ If\ Needed\" xcodebuild/appshell.build/Release appshell_helper_app.build/Script-27C0F1588A910AFD1BAFF6BD.sh
>> (1 failure)
Warning: Task "build-mac" failed. Use --force to continue.
Does anyone know how to correct this so I can make sure I have everything ready to go for creating/building apps?
Thanks!