alfiecg24 / TrollInstallerX

A TrollStore installer for iOS 14.0 - 16.6.1
MIT License
1.03k stars 89 forks source link

Installing trollstore using this method will result in failure to update apps in app store #18

Open A-Cepheus opened 3 months ago

A-Cepheus commented 3 months ago

Specifically, after capturing the log, it is found that the installation report error permissions are denied

alfiecg24 commented 3 months ago

Which app is this? Which iOS version? Which device?

A-Cepheus commented 3 months ago

Which app is this? Which iOS version? Which device?

iPhone 14 Pro with iOS 16.6.1, most apps cannot be updated (clicking the update button turns back to the update button after rotating), and even after resetting the phone once, the problem can still be reproduced.

alfiecg24 commented 3 months ago

I see - where is this permission denied error?

A-Cepheus commented 3 months ago

I see - where is this permission denied error?

The error log looks like Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo= A more detailed log requires me to extract it again later.

alfiecg24 commented 3 months ago

Do you have Filza installed?

A-Cepheus commented 3 months ago

Do you have Filza installed?

yes

alfiecg24 commented 3 months ago

Please check the permissions of /var/containers, /var/containers/Bundle and /var/containers/Bundle/Application.

Ptr-gjkl commented 2 months ago

Hello I have encountered the same issue and with filza installed permissions across three paths is: owner:read,write,execute Group:read,execute Others:read,execute Also device information is: iPhone 13pro max iOS 16.6.1

alfiecg24 commented 1 month ago

I need to know which user/group has ownership of the directories.

Ptr-gjkl commented 1 month ago

for var/containers and /bundle Owner:root Group:wheel for var/containers/bundle/application owner:mobile group:mobile

A-Cepheus commented 1 month ago

fa7f65247709341646b37695d885e84 26cac878e235be828bdb3c54f45b02c 59e3b6140af7eabd7dfa682fab75610

A-Cepheus commented 1 month ago

sorry for the chinese, my permissions same as the permissions of the person above