我正在用C++Builder(radstudio10.2.3)开发一个多设备应用程序。
我使用Mac(MacOS10.3.4)和Xcode9.4.1(iOSSDK11.4)为iOS构建应用程序,可以选择编译32位和64位版本。
当我在iPad上运行这个应用程序时,一个黑屏出现了一会儿,然后什么都没有。如果我在C:\Users\myuser\AppData\Roaming\Apple Computer\Logs\CrashReporter\MobileDevice\myiPadName(与iTunes同步)中读取.crash文件,我会看到:
Incident Identifier: 42CFCEA1-EE7A-4AF3-A7A5-4FA5976B1541
CrashReporter Key: ad037ec0f72fef57d801caab47534a1552cbae5b
Hardware Model: iPad3,3
Process: MyApp [370]
Path: /private/var/containers/Bundle/Application/04BA1DBE-7049-4FAB-9955-7624B233313C/MyApp.app/MyApp
Identifier: it.mycompany.myapp
Version: 1.0.0 (1.0.0)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2018-08-31 11:28:52.52 +0200
Launch Time: 2018-08-31 11:28:51.51 +0200
OS Version: iOS 9.3.5 (13G36)
Report Version: 105
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x00000000e7ffdefe
Triggered by Thread: 0
Filtered syslog:
None found
Dyld Error Message:
Dyld Message: Library not loaded: /System/Library/Frameworks/FileProvider.framework/FileProvider
Referenced from: /var/containers/Bundle/Application/04BA1DBE-7049-4FAB-9955-7624B233313C/MyApp.app/MyApp
Reason: image not found
Dyld Version: 390.7
Binary Images:
0x50000 - 0x7a3fff FriulMedica armv7 <cdfdbcde54883701825adc5ea65b0b14> /var/containers/Bundle/Application/04BA1DBE-7049-4FAB-9955-7624B233313C/MyApp.app/MyApp
0x1fe60000 - 0x1fe87fff dyld armv7 <146dc907cdf7350eb7cf92a77291119f> /usr/lib/dyld
有什么问题吗?