maciekish / iReSign

iReSign allows iDevice app bundles (.ipa) files to be signed or resigned with a digital certificate from Apple for distribution. This tool is aimed at enterprises users, for enterprise deployment, when the person signing the app is different than the person(s) developing it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iReSign Hangs at "Original app extracted"

cawoodm opened this issue · comments

commented

We've used iReSign successfully many times but with one App the tool just gets stuck at "Original app extracted". It never gets past this step. Where can we find out what it's doing?

commented

This trace might help:

2016-09-29 14:55:17.445 iReSign[982:247505] Getting Certificate IDs
2016-09-29 14:55:17.748 iReSign[982:247654] i:1
2016-09-29 14:55:17.748 iReSign[982:247654] i:3
2016-09-29 14:55:17.748 iReSign[982:247654] i:5
2016-09-29 14:55:17.748 iReSign[982:247654] i:7
CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
2016-09-29 14:55:18.447 iReSign[982:247505] Get Certs done
2016-09-29 14:55:57.423 iReSign[982:247505] Setting up working directory in /var/folders/l4/hxp64kq5149df1fzk153mnmr0000gp/T/com.appulize.iresign
2016-09-29 14:55:57.434 iReSign[982:247505] Unzipping /Users/xxx/Documents/Mobile/Projects/xxx/10-iOS/iOS-xxx-0.0.6.ipa
2016-09-29 14:55:58.436 iReSign[982:247505] Unzipping done
2016-09-29 14:55:58.436 iReSign[982:247505] Found embedded.mobileprovision, deleting.
2016-09-29 14:55:59.440 iReSign[982:247505] *** -[__NSArrayM objectAtIndex:]: index 45 beyond bounds [0 .. 44]
2016-09-29 14:55:59.441 iReSign[982:247505] (
    0   CoreFoundation                      0x00007fff8c4494f2 __exceptionPreprocess + 178
    1   libobjc.A.dylib                     0x00007fff8e0fef7e objc_exception_throw + 48
    2   CoreFoundation                      0x00007fff8c3607c5 -[__NSArrayM objectAtIndex:] + 245
    3   iReSign                             0x00000001000050e0 -[iReSignAppDelegate checkProvisioning:] + 1424
    4   Foundation                          0x00007fff9968edec __NSFireTimer + 95
    5   CoreFoundation                      0x00007fff8c3c6b94 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    6   CoreFoundation                      0x00007fff8c3c6823 __CFRunLoopDoTimer + 1075
    7   CoreFoundation                      0x00007fff8c3c637a __CFRunLoopDoTimers + 298
    8   CoreFoundation                      0x00007fff8c3bd871 __CFRunLoopRun + 1841
    9   CoreFoundation                      0x00007fff8c3bced8 CFRunLoopRunSpecific + 296
    10  HIToolbox                           0x00007fff9dc42935 RunCurrentEventLoopInMode + 235
    11  HIToolbox                           0x00007fff9dc4276f ReceiveNextEventCommon + 432
    12  HIToolbox                           0x00007fff9dc425af _BlockUntilNextEventMatchingListInModeWithFilter + 71
    13  AppKit                              0x00007fff8e53ddf6 _DPSNextEvent + 1067
    14  AppKit                              0x00007fff8e53d226 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
    15  AppKit                              0x00007fff8e531d80 -[NSApplication run] + 682
    16  AppKit                              0x00007fff8e4fb368 NSApplicationMain + 1176
    17  iReSign                             0x0000000100001102 main + 34
    18  iReSign                             0x00000001000010d4 start + 52
    19  ???                                 0x0000000000000003 0x0 + 3
)

👍 same issue here, on macOS Sierra.