I've been trying to submit my app to the mac app store and I've been trying to figure out how to solve this issue:
Files Only Readable By The Root User - The installer package includes files that are only readable by the root user. This will prevent verification of the application's code signature when your app is run. Ensure that non-root users can read the files in your app.
I haven't been able to fix this problem for a while and does anyone have a solution?
Click Apple in the central panel and find the App Store. Click the side arrow and select all app's files. Choose Reset from the option list. Press the Reset button.
It's possible that your Mac needs you to sign into the App Store, even if you've signed into your Mac using the same Apple ID as your App Store utilizes. If you can't sign into Apple App Store on Mac, try signing into your Mac with your Apple ID again, which may require signing out and back in.
Update isn't appearing on the App Store On a Mac, open App Store → Updates and hit ⌘ Cmd R to refresh the page. Sign out of the App Store (not iCloud) and back in. Then go to App Store → Updates to download the update. Sign out of the App Store (not iCloud) and reboot your device.
In my case, none of the files were owned by root, but one had no read permissions for group and everyone, but only for my user. I found this by using this cmd in Terminal:
ls -lR /path/to/app
I then searched for "-----" inside the output from the ls
command, which found the problematic file.
I had the same problem, but my solution was to run:
cd myApp.app
chmod a+rX *
This fixes the permissions and makes the Application Loader happy.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With