/Users/alexscarrow/Desktop/CUBEY KINGDOM DEV.app: resource fork, Finder information, or similar detritus not allowed
I’m using:
Corona v.2016.2949
OS X = 10.12
I have all the right certs,provisioning profiles (I’m pretty sure anyway). I do get the warning that this version of Corona may produce unpredictable results with this OS X, I’m presuming this may be one of those results
We’ve taken about all the steps we can to prevent this. We are removing attributes on files that get copied over to the app bundle. The only thing is if the OS is adding resource forks to things behind the scenes like adding icons to folder icons or adding color labels etc.
We would really like to solve this, but we can’t reproduce it and we’ve taken steps to solve it to a point we don’t see the messages.
What happens if you use the Terminal and do a cd into the .app bundle and run:
I still get detritus every time the SDK makes a build – it happens during “Adding plugins…”
I basically sit in the Terminal just watching the build and running xattr -lr on the game until the junk gets in there, then i quickly run xattr -cr on it to clean it up.
Hi John. Daily build 3022 has additional scrubbing of extended attributes.
Can you dry with that build or later? I would recommend trying 3025 since it tightens up some plugin issues with the Corona Simulator and desktop builds.
We’ve taken about all the steps we can to prevent this. We are removing attributes on files that get copied over to the app bundle. The only thing is if the OS is adding resource forks to things behind the scenes like adding icons to folder icons or adding color labels etc.
We would really like to solve this, but we can’t reproduce it and we’ve taken steps to solve it to a point we don’t see the messages.
What happens if you use the Terminal and do a cd into the .app bundle and run:
I still get detritus every time the SDK makes a build – it happens during “Adding plugins…”
I basically sit in the Terminal just watching the build and running xattr -lr on the game until the junk gets in there, then i quickly run xattr -cr on it to clean it up.
Hi John. Daily build 3022 has additional scrubbing of extended attributes.
Can you dry with that build or later? I would recommend trying 3025 since it tightens up some plugin issues with the Corona Simulator and desktop builds.