Skip to content

Stuck at 'Entitlements Generated' #99

@notstephen

Description

@notstephen

Each time I resign using the app it sticks at 'Entitlements Generated'.

macOS 10.12.1 / XCode 8.1 installed with iResign 1.4 (1.0).

Using the supplied .app I see private errors, running the app through XCode I can see the following error in output:

2016-11-01 15:25:10.972067 iReSign[2077:37620] [General] Error Domain=NSCocoaErrorDomain Code=3840 "Unexpected character s at line 1" UserInfo={NSDebugDescription=Unexpected character s at line 1, kCFPropertyListOldStyleParsingError=Error Domain=NSCocoaErrorDomain Code=3840 "Unexpected ';' or '=' after key at line 1" UserInfo={NSDebugDescription=Unexpected ';' or '=' after key at line 1}} 2016-11-01 15:25:10.973927 iReSign[2077:37620] [General] ( 0 CoreFoundation 0x00007fff8c02348b __exceptionPreprocess + 171 1 libobjc.A.dylib 0x00007fffa0785cad objc_exception_throw + 48 2 CoreFoundation 0x00007fff8c0a196d +[NSException raise:format:] + 205 3 Foundation 0x00007fff8da7b596 -[NSString(NSExtendedStringPropertyListParsing) propertyList] + 216 4 iReSign 0x0000000100005b86 -[iReSignAppDelegate doEntitlementsEdit] + 54 5 iReSign 0x0000000100005b3a -[iReSignAppDelegate checkEntitlementsFix:] + 218 6 Foundation 0x00007fff8da175df __NSFireTimer + 83 7 CoreFoundation 0x00007fff8bfa2d74 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 8 CoreFoundation 0x00007fff8bfa29ff __CFRunLoopDoTimer + 1071 9 CoreFoundation 0x00007fff8bfa255a __CFRunLoopDoTimers + 298 10 CoreFoundation 0x00007fff8bf99f81 __CFRunLoopRun + 2065 11 CoreFoundation 0x00007fff8bf99514 CFRunLoopRunSpecific + 420 12 HIToolbox 0x00007fff8b536fbc RunCurrentEventLoopInMode + 240 13 HIToolbox 0x00007fff8b536df1 ReceiveNextEventCommon + 432 14 HIToolbox 0x00007fff8b536c26 _BlockUntilNextEventMatchingListInModeWithFilter + 71 15 AppKit 0x00007fff89c20b79 _DPSNextEvent + 1093 16 AppKit 0x00007fff8a3361c3 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1637 17 AppKit 0x00007fff89c1553d -[NSApplication run] + 926 18 AppKit 0x00007fff89be01ad NSApplicationMain + 1237 19 iReSign 0x0000000100001852 main + 34 20 iReSign 0x0000000100001824 start + 52 21 ??? 0x0000000000000003 0x0 + 3 )

Activity

ThisOldFarmHouse

ThisOldFarmHouse commented on Nov 2, 2016

@ThisOldFarmHouse

have the same error. have not found a workaround yet. have tried a few other ipa resigning utilities and all have some type of issue/error. i suspect these utilities need to be updated for compatibility with xcode 8.1 / macos 10.12.1

notstephen

notstephen commented on Nov 3, 2016

@notstephen
Author

is @maciekish still maintaining this?

notstephen

notstephen commented on Nov 3, 2016

@notstephen
Author

Ok, so it turns out that this commit:

674731d

Fixes the issue. It's a simple enough addition in Xcode and I was able to sign properly under Sierra and XCode 8.1 after applying it.

zdrouse

zdrouse commented on Nov 9, 2016

@zdrouse

@otterlysrs Dumb question. Would modifying iResign project in order to fix this require creating an App ID, Provisioning profile, etc. for iResign in my own Apple Developer account?

notstephen

notstephen commented on Nov 9, 2016

@notstephen
Author

The free developer account is enough, just open the project, make the change and build it. Simples.

This (https://itunes.apple.com/app/apple-store/id922793622?pt=814382&mt=8&ct=how_i_email) is how I Email now

On Nov 9, 2016 at 13:17, <rousez (mailto:notifications@github.com)> wrote:

@otterlysrs (https://github.com/otterlysrs) Dumb question. Would modifying iResign project in order to fix this require creating an App ID, Provisioning profile, etc. for iResign in my own Apple Developer account?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub (#99 (comment)), or mute the thread (https://github.com/notifications/unsubscribe-auth/AWIFjXlQxAoIRaYDipPeqZNhk2A5elb7ks5q8jhwgaJpZM4Kmt94).

zdrouse

zdrouse commented on Nov 9, 2016

@zdrouse

@otterlysrs Thanks

notstephen

notstephen commented on Nov 15, 2016

@notstephen
Author

You can just C+P the new lines into the existing project (included in the
iResign zip file).

On Tue, Nov 15, 2016 at 12:15 PM, Eric Romrell notifications@github.com
wrote:

@otterlysrs https://github.com/otterlysrs How do I check out that
commit that you referenced? I tried
$ => git checkout 674731d and got
fatal: reference is not a tree: 674731d


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#99 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AWIFjZJIVTickVJ7MiLtHFzGpDEycv78ks5q-hLSgaJpZM4Kmt94
.

MaxGabriel

MaxGabriel commented on Nov 17, 2016

@MaxGabriel

Thanks for your fix @otterlysrs

ChrisXu

ChrisXu commented on Jan 10, 2017

@ChrisXu

Thanks @otterlysrs ! For those who need the file, you can download it here.

d80buckeye

d80buckeye commented on Jan 23, 2017

@d80buckeye

Thanks @ChrisXu1221

risteardo

risteardo commented on Feb 13, 2017

@risteardo

File downloaded and used, cheers @ChrisXu1221 and @otterlysrs

oscaraeo

oscaraeo commented on Feb 28, 2017

@oscaraeo

Thanks @otterlysrs ! Works for me too.

kyleericson

kyleericson commented on Mar 13, 2017

@kyleericson

how do I fix this?

antandbuffalo

antandbuffalo commented on Aug 17, 2017

@antandbuffalo

Thanks @ChrisXu.. You saved me :)

majones1595

majones1595 commented on Sep 7, 2017

@majones1595

Thanks @ChrisXu! Saved me a lot of time and a ton of anxiety.

harshzalavadiya

harshzalavadiya commented on Jul 12, 2018

@harshzalavadiya

@ChrisXu, Thanks, you saved my day 👍

murad1981

murad1981 commented on Jan 29, 2019

@murad1981

it still doesn't work here :( even after downloading the above file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @ThisOldFarmHouse@murad1981@MaxGabriel@antandbuffalo@majones1595

        Issue actions

          Stuck at 'Entitlements Generated' · Issue #99 · maciekish/iReSign