Failed to load image referenced by thread bundled with id

Copy items if necessary → Finish Case sensitivity → Taken care The image is inside the project folder.

What could be the problem?

Xcode Version 9.0

+4
source share
3 answers

I had the same error, click on the image file in Xcode. in the attribute below you will see the target membership. Check the box and it will work. it worked for me. try once.

0
source

I solved this by importing the image into assets (Assets.xcassets) and referencing it from there.

, Xcode 9 xcassets ,

, , , " " > " "

+2

Source: https://habr.com/ru/post/1686112/


All Articles