maciekish/iReSign

IResign Xcode 6 "resource envelope is obsolete"

Closed this issue · 4 comments

I have downloaded the updated iResign app and it is still showing me the error after verifying the .app file
"resource envelope is obsolete". while replacing existing signature.
mac os version 10.9.5
Xcode 6

I get the same error... Xcode 6

Build the .app with the Commit:37b11a43c50afb8e94ca8b2fda192f23d39e7bf3 will work

There is a problem in the code when determining the version: it uses a float conversion in iResignAppDelegate(310), and does not recognize 10.9.5 correctly. Should be fixed when pull request: https://github.com/maciekish/iReSign/pull/37/files goes live - or when you use that fork.

This should be fixed now.