0

when I try to put the application through xcode crashes this error

https://i.stack.imgur.com/NSqmj.png

I read these questions but nothing helped , because when I click Show Raw Keys / Values ​​reflect nothing because CFBundleIcons no subdirectories. This is my .plist

https://i.stack.imgur.com/McweE.png

PS Project -> Target -> Build Phases -> Copy Bundle Resources on this way I lit red file main.storyboard, and in the list is highlighted in red appTest.xctest,

Community
  • 1
  • 1

1 Answers1

0

I have had this error before, and none of my previous methods to fix it worked this last time. I tried recreating the assets catalog. I tried deleting the "car play" icon. Nothing was working. My problem with this one this time was that my 120x120 icon file was NOT actually 120x120 pixels. I have done this in the past with other resolutions, and I usually get a compile error pointing out that my icon file is not correct. But with the 120x120 icon file, it gives this other error. It can't find a 120x120 icon file at the path specified. The path is correct, but my icon file was some other resolution. Once I corrected that, it finally worked.