Coder Social home page Coder Social logo

Comments (4)

tokyoaret avatar tokyoaret commented on August 15, 2024

NAVER - http://www.naver.com/

李明宰(myeongjae.lee@lineco...) 님은 현재 부재중입니다.

보내신 메일 <[iReSign] CFBundleExecutable not executable (#45)> 은 저장되어 있으므로 다시 보내실 필요는 없습니다.

李明宰(myeongjae.lee@lineco...) 님이 남기신 메시지 입니다.

[부재기간 : 2015-02-16 10:00 ~ 2015-02-20 18:30 GMT +09:00]
개인사정으로 부재중입니다.

중요한 문의는 ITセキュリティ室 로 문의바랍니다.

個人事情で、不在です。
重要内容は、ITセキュリティ室 に問い合わせてください。

from iresign.

nqminh avatar nqminh commented on August 15, 2024

I manually fix that by following steps:

  1. Rename yourapp_resigned.ipa to yourapp_resigned.zip
  2. Unzip yourapp_resigned.zip to yourapp_resigned folder
  3. Launch Terminal, type command: $ cd yourapp_resigned folder
  4. Type command: $ chmod +x Payload/yourapp (here yourapp is executable file)
  5. Type command $ zip -r -T -y yourapp_resigned_fixed.ipa Payload
  6. Try to install yourapp_resigned_fixed.ipa to your phone.

Hope help you!

from iresign.

snakeo47 avatar snakeo47 commented on August 15, 2024

still some error after chmod+x..

from iresign.

kriswme2 avatar kriswme2 commented on August 15, 2024

what nqminh works for me except that in step 4 you also need to do the chmod operation recursively to the files and directories inside Payload.
That is
4) Type command: $ chmod -R +x Payload/yourapp (here yourapp is executable file)

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.