When testing my game on Xcode and building to an iOS or iPad device all images in the game show.
Yet when I submit the app to TestFlight, some devices are not showing all of the assets, replacing the missing images with a red x in a white box. It seems to be tied to certain atlas maps.
For example both player 1 and player 2 have their own separate atlas maps. On an iPhone XR both player 1 and 2 are missing showing the red x box. Yet on another device such as an iPad mini for example only player 2 assets are missing.
It seems strange that Xcode would be distributing some assets to one device and none to others. What would cause this strange behavior and how to fix it? Thanks in advance.
Yet when I submit the app to TestFlight, some devices are not showing all of the assets, replacing the missing images with a red x in a white box. It seems to be tied to certain atlas maps.
For example both player 1 and player 2 have their own separate atlas maps. On an iPhone XR both player 1 and 2 are missing showing the red x box. Yet on another device such as an iPad mini for example only player 2 assets are missing.
It seems strange that Xcode would be distributing some assets to one device and none to others. What would cause this strange behavior and how to fix it? Thanks in advance.