AppLaunchTimeoutError: Failed to launch app ”x.app” in reasonable time
The app ”x.app” did not launch on ”iPhone 15 Pro” in 15 seconds.
it always show that error, when it show i have to apply this command on terminal
xcrun simctl --set previews delete all
but after 30 seconds, i am facing with same issue.
Post
Replies
Boosts
Views
Activity
Greetings,
i have been watched the video and looked for codes to apply live activity for watch.
problem is in preview always show my widget as medium size even if apply supporting widget family and changing the content of preview to dynamicIsland .compact
however preview still shows me the medium size everytime. what is wrong ?
Hello
i ve implemented progressview and updating the state via push notification.
the progress view wants closedrange which i followed but whenever i get update, the progress value resets to beginning
my range is like :
Date.now..endDate
but i dont get it, lets assume that i get the date from database and initialized already then how the code will understand that what progress value will be as current ?
it has to be something like i suppose :
startDate..Date.now..endDate
thanks