Post

Replies

Boosts

Views

Activity

Reply to We were unable to review your app as it crashed on launch.
Take a look at your app's deployment target and make sure you're not using new api features below this target level. For example if you're targeting iOS 13 but using features specific to only iOS 15 only meant for iOS 15 and you're not testing on an iOS 13 device. Those type of scenarios. But looking at the report above you are having an issue with your main storyboard file.
Nov ’21
Reply to We were unable to review your app as it crashed on launch.
Take a look at your app's deployment target and make sure you're not using new api features below this target level. For example if you're targeting iOS 13 but using features specific to only iOS 15 only meant for iOS 15 and you're not testing on an iOS 13 device. Those type of scenarios. But looking at the report above you are having an issue with your main storyboard file.
Replies
Boosts
Views
Activity
Nov ’21
Reply to We were unable to review your app as it crashed on launch.
Please check all story boards resources.
Replies
Boosts
Views
Activity
Nov ’21
Reply to Closure containing a declaration cannot be used with result builder 'ViewBuilder'
If you have something on that line move it down one line.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to XCode 12: 'Application windows are expected to have a root view controller at the end of application launch'
Just means your initial view controller is failing to initialize properly and hence this relationship is nil. window.rootViewController = viewController Check your storyboard connections, check the target main window is also referring to the main storyboard, check the connections in the storyboard, etc ...
Replies
Boosts
Views
Activity
Aug ’21
Reply to IPhone 12 Pro Max gaming terrible
You will also have better luck contacting the developer of the game via their own support channels and not here.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Aug ’21