Running the add_platforms definition as specified in the README will cause the ios platform to fail to fetch. This seems to be because they are run in parallel. If I create an add_ios and add_android definition and run them in order, this issue doesn't happen. We should be able to specify whether or not to enable parallel runs (e.g. parallel: false for a given definition)
Running the
add_platforms
definition as specified in theREADME
will cause the ios platform to fail to fetch. This seems to be because they are run in parallel. If I create anadd_ios
andadd_android
definition and run them in order, this issue doesn't happen. We should be able to specify whether or not to enable parallel runs (e.g.parallel: false
for a given definition)