問題としてこの質問を編集すると、現在は異なります。
適切なプラットフォーム (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 を複数回再起動しましたが、うまくいきません。
何が起こっているのか手がかりはありますか?