#Timeout running php artisan native:run

1 messages ยท Page 1 of 1 (latest)

rustic wave
#

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?

#

Running it through Xcode directly aparently builds and faster with a few errors (cache, rsync...). But the screen is blank and I-m getting "500 Internal Server Error" but I don't see any logs in storage/laravel.logs or any logs inside the ios/...

cunning ginkgo
#

Did you build your assets first? Try npm run build and then rebuild in Xcode

rustic wave
# cunning ginkgo Did you build your assets first? Try npm run build and then rebuild in Xcode

Yes I did build the assets. Anyways, the script seems to do the build step... I think it the blank screen is related to this: https://x.com/jigar_dhulla/status/1907139205198655900 apparently there's an open issue on Inertia apps.

@fahadkhan1740 @simonhamp @marcelpociot FYI, I tried with react starter kit. I am getting the blank screen after the app is opened. I did not troubleshoot further, just followed the exact same steps that I had followed for the livewire one.

rustic wave
#

Any updates on this? ๐Ÿ‘€ @flat pewter

flat pewter
#

the next release should have a fix for this... a little delayed as I've been super busy

rustic wave
#

good to know! thanks ๐Ÿ™

bleak solstice
#

Just catching up as only purchased the license over the weekend but was the fix released for this? Iโ€™m experiencing the same issue. Thanks

compact umbra
#

Same

undone vapor
#

I got the same issue