It looks like this call `System.getProperty("confi...
# dsl
g
It looks like this call
System.getProperty("configuration.build.dir")
is not right. It is returning null but I could verify that a non empty value is passed in xcode.
m
I think it is
project.getProperty()
, not
System.
g
Thanks 😃