多个目标Xcode 7.3 iOS 9+ app启动屏幕xib问题

时间:2016-10-05 12:05:05

标签: ios iphone xcode uiimageview ios9

我有一个xcode项目,多个目标也有多个图像资源。

应用程序中的所有UIImageView都能正常工作并从指定的目标资产中获取相应的图像

但是在LaunchScreen.xib中我添加了一个UIImage作为我的背景图像我从图像资源中分配了一个图像

|
|-Client1-ImageAssets (target 1)
| |-SplashScreen.jpg
|-Client2-ImageAssets (target 2)
| |-SplashScreen.jpg
|-Models (Multiple targets)
|-View (Multiple targets)
|-Main.Storyboard (Multiple targets)
|-LaunchScreen.xib (Multiple targets)

以上只是一个概述。

在LaunchScreen.xib中,我有一个链接到SplashScreen.jpg的UIImageView

请帮忙

1 个答案:

答案 0 :(得分:1)

好像我必须重新启动手机/模拟器才能让它正常工作。

重新启动设备,启动屏幕将成为新设备。对于每种情况,您都必须重做它。即使卸载并重新安装也不会修复它。

在这个上花了太多时间