Replies: 2 comments 3 replies
-
Have you solved the problem? I have the same problem |
Beta Was this translation helpful? Give feedback.
-
Create a new entitlements file like https://github.com/tauri-apps/tauri/blob/1.x/examples/updater/entitlements.plist (but with the sandbox entitlement) and include it in tauri.conf.json like this https://github.com/tauri-apps/tauri/blob/1.x/examples/updater/src-tauri/tauri.conf.json#L36 - Generally you do not add entitlements to the Info.plist file.
Can you try one of those values instead? iirc it was supposed to support your style too but maybe it doesn't https://tauri.app/v1/api/config/#bundleconfig.category
I assume this error is from before you run the universal command? Because that's what i would have recommended here... |
Beta Was this translation helpful? Give feedback.
-
I built a macOS application using Tauri and tried to publish it to the App Store, but it's been stuck for 2 hours... I received 3 errors and I'm not sure how to correct them.
I thought this error only required me to declare
com.apple.security.app-sandbox
in the Info.plist, but that didn't help.GitHub Link: https://github.com/rxliuli/batch-rename/blob/f91e95907d98ab8cda7271033fe403f8f6a60b9c/src-tauri/MyInfo.plist#L5-L6
Similarly, I have already configured
tauri.bundle.category: public.app-category.utilities
.The build command I used is as follows:
GitHub Repo: https://github.com/rxliuli/batch-rename
Beta Was this translation helpful? Give feedback.
All reactions