Closed vanniktech closed 4 years ago
Not sure off-hand what's going wrong. Are you using an IDE run task or calling gradle directly from command-line?
Also, note that buildForXcode
is intended to be run as part of the xcode build process and not invoked directly. I don't think that's causing your issue though.
Directly from the command line. I ended up using packForXCode
from:
which does work. Didn't work from Xcode either (same build failure)
When cloning the repository & executing
buildForXcode
, I get the following errors:Is there anything special I need to do?