objective c - code sign error in iOS8 using ldid script -



objective c - code sign error in iOS8 using ldid script -

i have developed app jailbreak iphone5s running ios 8.1.when tried sign app using ldid script not error in terminal.when pushed app iphone , viewed console see next error:

nov 10 17:27:51 iphone installd[63] <error>: 0x581000 -[miexecutablebundle needsdatacontainer]: code signature not verified don't have entitlements non-user app, means can't determine if needs container. nov 10 17:27:52 iphone installd[63] <error>: 0x581000 -[micodesigningverifier performvalidationwitherror:]: 186: failed verify code signature of <miexecutablebundle : path = /applications/testapp.app identifier = com.bundle.s.testapp type = 1> : 0xe800801c (code not signed) nov 10 17:27:52 installd[63] <error>: 0x581000 +[milaunchservicesdatabasegatherer entryforbundle:incontainer:witherror:]: failed validate code signing app file:///applications/testapp.app/ : error domain=miinstallererrordomain code=13 "failed verify code signature of <miexecutablebundle : path = /applications/testapp.app identifier = com.bundle.s.testapp type = 1> : 0xe800801c (code not signed)" userinfo=0x15d0dac0 {libmiserrornumber=-402620388, legacyerrorstring=applicationverificationfailed, functionname=-[micodesigningverifier performvalidationwitherror:], nslocalizeddescription=failed verify code signature of <miexecutablebundle : path = /applications/testapp.app identifier = com.bundle.s.testapp type = 1> : 0xe800801c (code not signed), sourcefileline=186}

even ifile , cydia apps getting same error running fine on same device:

nov 10 17:27:52 iphone installd[63] <error>: 0x581000 -[miexecutablebundle needsdatacontainer]: code signature not verified don't have entitlements non-user app, means can't determine if needs container. nov 10 17:27:52 phone installd[63] <error>: 0x581000 -[micodesigningverifier performvalidationwitherror:]: 186: failed verify code signature of <miexecutablebundle : path = /applications/ifile.app identifier = eu.heinelt.ifile type = 1> : 0xe800801c (code not signed) nov 10 17:27:52 phone installd[63] <error>: 0x581000 +[milaunchservicesdatabasegatherer entryforbundle:incontainer:witherror:]: failed validate code signing app file:///applications/ifile.app/ : error domain=miinstallererrordomain code=13 "failed verify code signature of <miexecutablebundle : path = /applications/ifile.app identifier = eu.heinelt.ifile type = 1> : 0xe800801c (code not signed)" userinfo=0x15e03980 {libmiserrornumber=-402620388, legacyerrorstring=applicationverificationfailed, functionname=-[micodesigningverifier performvalidationwitherror:], nslocalizeddescription=failed verify code signature of <miexecutablebundle : path = /applications/ifile.app identifier = eu.heinelt.ifile type = 1> : 0xe800801c (code not signed), sourcefileline=186}

i tried same ldid script on jailbreak iphone5s running ios 7.1.2 , app running on jailbroken device without code sign error.

what doing wrong or case ldid have'nt been updated ios 8.1 (i used pangu tool jailbreak devices , using xcode ver 5.1.1)

objective-c xcode jailbreak

Comments

Popular posts from this blog

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -