iphone - how to use ldid to install invalidly signed app -


this question has answer here:

i'm running windows testing ios code github other developers have been writing. until few days ago using macbuildserver build code , install app. macbuildserver had enterprise cert revoked can build apps invalid cert. i'm looking way app run on jailbroken iphone only.

how can use ldid or similar install , run application signed invalid macbuildserver enterprise license? or how can build code , run iphone without using macbuildserver?

i tried copying .ipa on iphone , running ldid -s myapp.ipa resulted in _assert(0:swap(mach_header_->magic) == mh_magic). appears ldid needs .app don't know how generate that.

when answering keep in mind don't have mac available , getting hold of linux take decent amount of time windows solution preferred.

you need sign app binary; ldid signing application binaries. ipa zip archive. extract .app folder , sign application binary ldid.


Comments