I updated Xcode Beta 4 for supporting iOS 14 update,
and when I checked the our app, we've found the issue that image color changed when it use CGContext draw image.
so I just tried to put sRGB color space when creating CGContext, but It has same problem. how can we solve the issue ? is there anything change when we use CGContext something? It seems like always use P3 colorspace when drawing image.