Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Invalid image path" error while trying to upload a binary via XCode

I'm getting the following error while trying to upload the binary to iTunes Connect: enter image description here

Even though the images are specified in the plist: enter image description here

They are also added to the project and to the project directory: enter image description here

What can be the problem?

like image 872
Sergey Avatar asked Nov 30 '25 08:11

Sergey


1 Answers

The problem was solved by pressing "Use asset catalog" in the project menu.enter image description here

like image 153
Sergey Avatar answered Dec 02 '25 22:12

Sergey