iosxcodecore-motion

XCode ios build places blue tint on images


XCode leaves a blue tint over the images in my iOS application, I have tried looking at the Debug settings, because the Apple Developer site states that CoreMotion places the overlay on the images, however, none of the settings are on in there. I have searched around for a few days before actually posting here, and at this point it is just really annoying. I thought it would be only on my test build, so I archived it and uploaded it to iTunes connect to have someone else try, with the same results, all the images were blue.

Note: This only happens when building on a device, the simulator does not exhibit this behavior.


Solution

  • The problem was that for some reason XCode compressing the image files mangled how the library I am using (SFML) read the file. Turning off PNG compression in settings fixed the problem.