Hello! How are y'all?
I got the the mini license to try out mobile. But having a hard time making it work ๐
I am getting a Illuminate\Process\Exceptions\ProcessTimedOutException of 300 seconds exceeded.
On a clean installation of Laravel, I edited the RunCommand.php from the vendor and cranked it up to 1000 seconds and it went through. But, on an app I already had (slim one, not much stuff) it is not building not even with 1000 seconds.
The process "'xcodebuild' '-scheme' 'NativePHP-simulator' '-workspace' 'NativePHP.xcodeproj/project.xcworkspace' '-sdk' 'iphonesimulator' '-destination' 'id=9F46D327-AD64-477A-A944-83B4AB20B0B1' '-derivedDataPath' 'build' 'clean' 'build'" exceeded the timeout of 1000 seconds.
Anything I'm missing on the run step? Any tips of making it work?