Elijah James
Elijah James
Also experiencing this issue on multiple macs, all apple silicon.
> Thanks to @tikotus call stack we now can find part of the problem: > > ``` > /// > /// Initialize the module. > /// > static IOSResolver() {...
bumping again
Hey, I just made it an array cuz xcode allows you to add multiple icon files (which is just an array of string icon paths). Not even sure why you...
Also just to note, as of even the latest Xcode 16, adding the file via Xcode is still broken, but what it's supposed to do is just add the icon...
Hmm, I use an icns file though, with all the resolutions I need. If I did that, then I would not be able to use the icns file.
I do add the file to Xcode programatically, but I just have my own solution where I have a folder (Assets/Editor/Xcode) that auto copies the contents into any Xcode project....
Okay, I will work on this and update when I am done.