1
General / Re: Cannot get template project to run in Xcode
« on: September 12, 2013, 02:41:47 am »
I updated and tried again... Same problem.
No matter what the build target or what frameworks I add, I get the same fail on start.
Here is the assembly:
Thread:
Thread:
No matter what the build target or what frameworks I add, I get the same fail on start.
Here is the assembly:
Thread:
dyld`_dyld_start:
0x7fff5fc01028: pushq $0
0x7fff5fc0102a: movq %rsp, %rbp
0x7fff5fc0102d: andq $-16, %rsp
0x7fff5fc01031: movq 8(%rbp), %rdi
0x7fff5fc01035: movl 16(%rbp), %esi
0x7fff5fc01038: leaq 24(%rbp), %rdx
0x7fff5fc0103c: movq 214637(%rip), %r8 ; _dyld_start_static
0x7fff5fc01043: leaq -34(%rip), %rcx ; _dyld_start
0x7fff5fc0104a: subq %r8, %rcx
0x7fff5fc0104d: leaq -4180(%rip), %r8
0x7fff5fc01054: callq 0x7fff5fc0106e ; dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*)
0x7fff5fc01059: movq %rbp, %rsp ;<-- Thread 1: EXC_BREAKPOINT (code=EXC_I386_BPT,subcode0x0)
0x7fff5fc0105c: addq $16, %rsp
0x7fff5fc01060: movq $0, %rbp
0x7fff5fc01067: jmpq *%rax
0x7fff5fc01069: nopl (%rax)
0x7fff5fc01028: pushq $0
0x7fff5fc0102a: movq %rsp, %rbp
0x7fff5fc0102d: andq $-16, %rsp
0x7fff5fc01031: movq 8(%rbp), %rdi
0x7fff5fc01035: movl 16(%rbp), %esi
0x7fff5fc01038: leaq 24(%rbp), %rdx
0x7fff5fc0103c: movq 214637(%rip), %r8 ; _dyld_start_static
0x7fff5fc01043: leaq -34(%rip), %rcx ; _dyld_start
0x7fff5fc0104a: subq %r8, %rcx
0x7fff5fc0104d: leaq -4180(%rip), %r8
0x7fff5fc01054: callq 0x7fff5fc0106e ; dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*)
0x7fff5fc01059: movq %rbp, %rsp ;<-- Thread 1: EXC_BREAKPOINT (code=EXC_I386_BPT,subcode0x0)
0x7fff5fc0105c: addq $16, %rsp
0x7fff5fc01060: movq $0, %rbp
0x7fff5fc01067: jmpq *%rax
0x7fff5fc01069: nopl (%rax)
Thread:
dyld`dyld_fatal_error:
0x7fff5fc0106c: int3
0x7fff5fc0106d: nop ;<--Thread 1: EXC_BREAKPOINT (code=EXC_I386_BPT,subcode0x0)
0x7fff5fc0106c: int3
0x7fff5fc0106d: nop ;<--Thread 1: EXC_BREAKPOINT (code=EXC_I386_BPT,subcode0x0)