Where is "Remove Text Metadata From PNG Files = NO"

I tested a debug project on an android device, and noticed that whenever I create sprites with .png files, the sprites will be nullptr.

I googled a while, and found people were talking to set “Remove Text Metadata From PNG Files = NO”. But I noticed that opinion is only available on ios x-code.

I am using windows with command line version of android development.
The project folder I am using is “proj.android”
I could not find where “Remove Text Metadata From PNG Files = NO” should go.

Please help, thanks

BTW, the cocos2d-x version is 3.15.1

This is only Xcode feature, you will not find it anywhere else. And the reason on android you got nullptr should be just because you load it from wrong place or smth.

I am pretty sure the filename and path is right. As long as I save the file format to jpg, it works. I do not know how to fix while using png file.

Can you share this file? I want to test and load it.

Thanks, it looks like the file was broken.
It works now after the png file replaced
Thanks for your help.