Coder Social home page Coder Social logo

Comments (9)

blueishsilverbullet avatar blueishsilverbullet commented on August 15, 2024 3

It is an intermittent bug in iResign which causes it to include entitlments.plist in application bundle. It is not even plist file but a dump of entitlements keys/values.

Here is a workaround, which SHOULD work:

  1. Extract the ipa into a directory. Assuming your app is named as MyApp.ipa
    $ mkdir extract
    $ unzip -qo MyApp.ipa -d extract
  2. You will notice the entitlements.plist at root of extract directory.
    $ cd extract
    $ ls
    BCSymbolMaps Payload SwiftSupport Symbols entitlements.plist
  3. Delete the entitlements.plist and repackage your ipa
    $ rm entitlements.plist
    $ zip -qry ../MyApp.Fixed.ipa

After this, try submitting the MyApp.Fixed.ipa thru Application Loader. PM me if you have any resigning issues.

from iresign.

joeljeske avatar joeljeske commented on August 15, 2024 3

I am no longer trying to use iResign, but instead found FastLane, specifically sigh resign, to be a better and more comprehensive solution.

Thanks for the help however!

from iresign.

lyndsey-ferguson avatar lyndsey-ferguson commented on August 15, 2024

We just faced this today. We had provided the mobileprovision file to re-sign an already signed app and that caused the code to write an entitlements.plist file. What we did was to not provide a path to the mobileprovision file and that did not write the entitlements.plist file inside the bundle.

from iresign.

lyndsey-ferguson avatar lyndsey-ferguson commented on August 15, 2024

@maciekish please look into not writing the entitlements.plist file into the re-signed zip. From what I can see in docs, the file is not to be included in the ipa.

from iresign.

prijupaul avatar prijupaul commented on August 15, 2024

Any updates on this issue? Facing the same issue. Thanks.

from iresign.

romrell4 avatar romrell4 commented on August 15, 2024

I have had this issue as well. I'd love to see the solution

from iresign.

guarani avatar guarani commented on August 15, 2024

@lyndsey-ferguson are you sure it's not needed? If I leave out the path to the Provisioning Profile, I get:
ERROR ITMS-90166: "Missing Code Signing Entitlements. No entitlements found in bundle 'com.example.app' for executable 'Payload/MyApp.app/MyApp'.""

from iresign.

lyndsey-ferguson avatar lyndsey-ferguson commented on August 15, 2024

We didn't have any problems sending it to the App store without it. Perhaps your app actually includes its own entitlements file? If so, that seems to mean that resign should point to that file.

from iresign.

joeljeske avatar joeljeske commented on August 15, 2024

I am also getting this issue and do not know how to resign so I can upload via Application Loader. Any ideas?

from iresign.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.