KJCracks / Clutch

Fast iOS executable dumper
3.69k stars 647 forks source link

Cannot update app whose binary Clutch dumped #204

Closed subdiox closed 6 years ago

subdiox commented 6 years ago

Problem

I have dumped an app using Clutch, and after that, it cannot be updated through App Store. In fact, dumping process was successful, but App Store starts to fail its update. However, when I tried to update that app using iTunes 12.6.3, it was successful. When I tried to dump another app, it also became not-updatable in App Store.

General information

Log

The below log is those of appstored and installd while trying to update the app.

Jan 25 16:38:26 subdiox appstored[34723] <Error>: [<private>]: Imported download: 6649661322834748807 for bundle: jp.co.bandainamcoent.BNEI0242
Jan 25 16:38:26 subdiox appstored[34723] <Notice>: [<private>]: Skip unnecessary placeholder install for jp.co.bandainamcoent.BNEI0242
Jan 25 16:38:26 subdiox appstored[34723] <Notice>: [<private>]: Starting task: 9 with priority: 300 for download: 6649661322834748807 / jp.co.bandainamcoent.BNEI0242 in session: <private>
Jan 25 16:38:26 subdiox SpringBoard(FrontBoard)[34899] <Notice>: Successfully acquired plugin hold for jp.co.bandainamcoent.BNEI0242
Jan 25 16:38:26 subdiox SpringBoard(FrontBoard)[34899] <Info>: Added app termination assertion for pid:35580 - <FBApplicationTerminationAssertion: 0x174442b50; serial: 15; reason: critical; bundleID: jp.co.bandainamcoent.BNEI0242>
Jan 25 16:38:26 subdiox installd(MobileSystemServices)[35580] <Notice>: 0x16dfbb000 -[MIInstaller performInstallationWithError:]: Installing <MIInstallableParallelPlaceholder ID=jp.co.bandainamcoent.BNEI0242; Version=119, ShortVersion=(null)>
Jan 25 16:38:26 subdiox installd(MobileSystemServices)[35580] <Notice>: 0x16dfbb000 -[MIExecutableBundle makeExecutableWithError:]: 875: Failed to chmod /private/var/containers/Bundle/Application/C645E135-0214-4662-B1B6-11F48A2C7A95/BNEI0242.app/BNEI0242 : Permission denied (NSPOSIXErrorDomain:13 (null))
Jan 25 16:38:26 subdiox SpringBoard(FrontBoard)[34899] <Info>: Removing app termination assertion for pid:35580 - <FBApplicationTerminationAssertion: 0x174442b50; serial: 15; reason: critical; bundleID: jp.co.bandainamcoent.BNEI0242>
Jan 25 16:38:26 subdiox appstored[34723] <Notice>: [<private>]: Failed to install placeholder for jp.co.bandainamcoent.BNEI0242: (null)
Jan 25 16:38:26 subdiox appstored[34723] <Notice>: [<private>]: Placeholder failed to for bundleID: jp.co.bandainamcoent.BNEI0242
    "<LSApplicationProxy: 0x106e8d460> jp.co.bandainamcoent.BNEI0242 (null) <jp.co.bandainamcoent.BNEI0242 <INVALID >>"
    "<SBApplicationInfo: 0x101d52c30; bundleIdentifier: jp.co.bandainamcoent.BNEI0242; displayName: \134U30c7\134U30ec\134U30b9\134U30c6; sdkVersion: 9.0>"
Jan 25 16:38:26 subdiox AppStore(StoreKitUI)[35664] <Notice>: [SKUIItemStateCenter]: Complete job: Canceled job: jp.co.bandainamcoent.BNEI0242
subdiox commented 6 years ago

It was my fault. This problem was caused by AppAdmin, not Clutch. Sorry for creating issue.