1、拒绝原因
Guideline 2.1 - Performance - App Completeness
We were unable to review your app as it crashed on launch. We have attached detailed crash logs to help troubleshoot this issue.
Review device details:
- Device type: iPad
- OS version: iOS 16.6
Next Steps
To address the crash in your app, follow these steps:
- Fully symbolicate the crash report. See Adding Identifiable Symbol Names to a Crash Report for an explanation of the symbolication process.
- Match the crash report to a common pattern. Based on the pattern, take specific actions to further investigate the crash. See Identifying the Cause of Common Crashes.
- Test your app on a device to ensure that it now runs as expected.
- Once you’ve addressed the crash, create and submit a new build to the App Store for review.
Resources
For additional information on crash reports, see Diagnosing Issues Using Crash Reports and Device Logs.
2、解决方案
1.右键下载返回的崩溃日志,把后缀txt改为crash
2.打开XCode,依次找到window->Devices and Simulators->View Devide Logs
3.
4.把改好后缀的文件拖入其中,在全部那边能找到刚拖入的文件
5.