DanTheMan827 / ios-app-signer

This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device.
https://dantheman827.github.io/ios-app-signer
GNU General Public License v3.0
5.64k stars 1.06k forks source link

CFBundleExecutable specifies a file that is not executable #14

Closed HailX2 closed 8 years ago

HailX2 commented 8 years ago

When i try to resign other ipa,Xcode prompt me that "CFBundleExecutable specifies a file that is not executable" ,who can tell me why?please

DanTheMan827 commented 8 years ago

Generally that shows up when the executable doesn't contain a image for your device CPU architecture.

What is it that you're trying to sign?

HailX2 commented 8 years ago

A game from my classmate,it's only had a jailbreak edition,also I try resign surge,it give me the same prompt,my Xcode version is 7.2.1 ,iPhone is 9.3,when I sign 9.2.1 Xcode didn't give me this prompt, is it the problem about iOS9.3 ? Sorry about my english poor 😅

DanTheMan827 commented 8 years ago

v1.8.1 should fix this issue, could you please verify?