编辑这个问题,因为问题现在不同了。
我通过为正确的平台(armv7)构建它来摆脱链接问题。现在,我陷入了另一个不允许我启动我的应用程序的问题。这是我的测试应用程序的输出,它基本上检查是否启用了 FIPS 模式:
GNU gdb 6.3.50-20050815 (Apple version gdb-1708) (Mon Oct 17 16:52:01 UTC 2011)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "--host=i386-apple-darwin --target=arm-apple-darwin".
Setting environment variable "MallocStackLogging" to null value.
tty /dev/ttys003
sharedlibrary apply-load-rules all
target remote-mobile /tmp/.XcodeGDBRemote-22227-108
Switching to remote-macosx protocol
mem 0x1000 0x3fffffff cache
mem 0x40000000 0xffffffff none
mem 0x00000000 0x0fff none
[Switching to process 7171 thread 0x1c03]
[Switching to process 7171 thread 0x1c03]
Re-enabling shared library breakpoint 1
Re-enabling shared library breakpoint 2
Re-enabling shared library breakpoint 3
openssFIPSTest(235) malloc: recording malloc stacks to disk using standard recorder
openssFIPSTest(235) malloc: stack logs being written into /private/var/mobile/Applications/CBBB042A-B015-48B3-8CB4-8539EC8FD406/tmp/stack-logs.235.openssFIPSTest.index
openssFIPSTest(235) malloc: Please issue: cp /private/var/mobile/Applications/CBBB042A-B015-48B3-8CB4-8539EC8FD406/tmp/stack-logs.235.openssFIPSTest.jsOD6R.link /tmp/
89a6797b8847c7f20ce1ca972858d3a7e2d97e4d
它甚至没有得到第一种方法:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions.
预发布本身存在一些错误。我已经多次重启了 mac book 、 ipad 和 xcode ,但没有运气。
有什么线索吗?