Hi,
My problem is probably a very stupid one but I’m unable to lauch a pure Juce application with Childprocess::start().
I’ve double checked the path and add no parameter.
I provide the start method with an absolute path (whose target is something like myApplication.app), invoke it and get TRUE as return value.
Should be okay but the child application doesn’t open.
Unfortunatly, debugging the thing is a pure mess due to the forking.
Have Mac-Jucer any hint ?