EDIT : note that this issue is now resolved in Xcode 9.3
, hourrah !
OK, it\'s a Xcode bug, but does anyone has a workaround for
I found move the image from assets to bundle can fix this bug
Can refer on Xcode 9 Release Notes https://developer.apple.com/library/content/releasenotes/DeveloperTools/RN-Xcode/Chapters/Introduction.html#//apple_ref/doc/uid/TP40001051-CH1-SW936
Two workarounds :
Build the app using Xcode 9.1 (official download link)
OR use Xcode 9.2 and set the deployment target to iOS 8.4 or later.
It works for me. The first one is recommended as the second will only allow iOS 8.4 support.