GarouDan
02/09/2019, 8:47 PMSystem.getProperty("configuration.build.dir")
is not right. It is returning null but I could verify that a non empty value is passed in xcode.Marc Knaup
02/10/2019, 1:11 PMproject.getProperty()
, not System.
GarouDan
02/10/2019, 2:18 PM