I am adding a help folder as a “folder reference” to my application that has several subfolders. When I build and run the application all is fine, I can access my help system ok.
But when I build and archive, create the signed installer package, (after installing using the installer package) I no longer have access to the subfolders on the help resource. The subfolder permissions change from “read only” to a “custom” privilage that does not allow the application to read its own resources.
Does anyone have any ideas what Im I doing wrong?
Thank you,
Jose.
I’ve checked with apple, the original folder did not had execute permission. Xcode needs the execute permission, you can set it by terminal or just set read & write permissions.