Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CFBundleExecutable not executable #45

Open
ElRochito opened this issue Feb 19, 2015 · 3 comments
Open

CFBundleExecutable not executable #45

ElRochito opened this issue Feb 19, 2015 · 3 comments

Comments

@ElRochito
Copy link

Hi all!

I've got an error after resign when I install app on iPad.

"Can't install application
The Info.plist for application at <path_to_ipa> specifies a CFBundleExecutable of <app_name>, which is not executable"

Someone has encountered it ?

Thanks

@tokyoaret
Copy link

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セキュリティ室 に問い合わせてください。

@nqminh
Copy link

nqminh commented Mar 17, 2015

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!

@snakeo47
Copy link

snakeo47 commented Mar 1, 2016

still some error after chmod+x..

@kriswme2
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants