steventroughtonsmith / marzipanify

Convert an iOS Simulator app bundle to an iOSMac (Marzipan) one (Unsupported & undocumented, WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash

CivelXu opened this issue · comments

Process: Test App [42188]
Path: /Users/USER/Desktop/Test App.app/Contents/MacOS/Test App
Identifier: com.civelxu.www.Test-App
Version: ???
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Test App [42188]
User ID: 501

Date/Time: 2019-05-07 15:36:36.300 +0800
OS Version: Mac OS X 10.14.4 (18E226)
Report Version: 12
Bridge OS Version: 3.0 (14Y677)
Anonymous UUID: F5777C59-DD13-D4EA-0DE8-45650BFCB54D

Sleep/Wake UUID: 26E5E311-F397-4B08-9D4D-76F1BB813714

Time Awake Since Boot: 55000 seconds
Time Since Wake: 5200 seconds

System Integrity Protection: enabled

Crashed Thread: 0

Exception Type: EXC_CRASH (Code Signature Invalid)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY

Termination Reason: Namespace CODESIGNING, Code 0x1

kernel messages:

VM Regions Near 0 (cr2):
-->
__TEXT 000000010b230000-000000010b235000 [ 20K] r-x/rwx SM=COW

Thread 0 Crashed:
0 0x00000001157dd000 _dyld_start + 0

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000000 rcx: 0x0000000000000000 rdx: 0x0000000000000000
rdi: 0x0000000000000000 rsi: 0x0000000000000000 rbp: 0x0000000000000000 rsp: 0x00007ffee49cfbf0
r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x0000000000000000 r11: 0x0000000000000000
r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
rip: 0x00000001157dd000 rfl: 0x0000000000000200 cr2: 0x0000000000000000

Logical CPU: 0
Error Code: 0x00000000
Trap Number: 0

Binary Images:
0x10b230000 - 0x10b234ff7 + (0)
0x1157dc000 - 0x1158466ef + (655.1.1)

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 59152
thread_create: 0
thread_set_state: 2072

VM Region Summary:
ReadOnly portion of Libraries: Total=656K resident=0K(0%) swapped_out_or_unallocated=656K(100%)
Writable regions: Total=8400K written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=8400K(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
STACK GUARD 56.0M 1
Stack 8192K 1
__DATA 236K 3
__LINKEDIT 208K 2
__TEXT 448K 2
shared memory 8K 2
=========== ======= =======
TOTAL 64.9M 11

Hello, I have the same problem, is due to Code Signature Invalid but I don't know how to solve it. Someone would have any idea ?

System Integrity Protection: enabled

You need to disable System Integrity Protection and Apple Mobile File Integrity before you can use marzipanify. Check the preparation steps at https://www.highcaffeinecontent.com/blog/20190301-Bringing-iOS-Apps-to-macOS-Using-Marzipanify

Thank you it is working !
I have another problem but it's not the same thing, it's about incompatible frameworks. I will work on it