Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is this an Xcode 9 GM bug? Images "Add to target" checkbox don't actually work

Tags:

xcode

ios

xcode9

When adding an image to my project, Xcode shows the check box "Add to target". Even if I enable it, the image doesn't actually get added to the target and the image doesn't show in the app.

When I click on the image and then look at the "File Inspector" on the right pane, I can see the "Target membership" stays unchecked. If I enable it here now, then it works fine and shows in the app.

Shouldn't the "add to target" mean it should enable the "Target membership" automatically?

like image 416
sudoExclaimationExclaimation Avatar asked Nov 08 '22 16:11

sudoExclaimationExclaimation


1 Answers

It is XCode 9 bug.

Opened Radar: https://openradar.appspot.com/33577678

like image 168
Igor Avatar answered Nov 15 '22 10:11

Igor