Xcode 4.5 - CopyPNGFile persists. Need new ideas

后端 未结 9 1966
野趣味
野趣味 2021-02-13 22:05

I\'m making an iPad app and it runs on the simulator, but fails when i try building it for the device.

the error is below:

9条回答
  •  我寻月下人不归
    2021-02-13 22:27

    The error can also occure if you save the file in an unexpected format of what it actually supposed to be. For instance, you save a *.png but with a .jpg encoding. Make sure that the file format is the one you actually want.

提交回复
热议问题