Yo!
When archiving/building/running my xcode project I get a lot of warnings (but no errors) during buildtime - 36 to be exact this time. They all seem to be related to lua and/or gideros. They are categorized as
Deprecations
Semantic Issue
Unused Entity Issue - unused variables and functions
Value Conversion Issue - "Implicit conversion loses integer precision ..."
Asset Catalog Compiler Warning - issues about Apple TV icons that I don't use anyway
Unsupported Configuration - exact same issues as the above line
Should I just ignore these warnings? My app is working fine when run.
They're a bit of a thorn in my eye when compiling, and I could comment the lines out, but I have no idea if that can cause other problems...
Comments
Likes: saeys
https://deluxepixel.com
So, as @sinistersoft says, warnings are ofime to be ignored. Errors, not so much.
Likes: saeys