ios项目,从testflight下载的app加载图片失败!为什么呢?
大家讲道理
大家讲道理 2017-04-18 09:44:04
0
1
538

我有一个UIImageView的视图,在需要显示的时候,图片放在Assets.xcassets中,以[UIImage imageName:]加载为UIImage对象,使用UIImagePNGRepresentation 存储为NSData进行传输。 在需要显示的地方,使用[UIImage imageWithData:] 为ImageView设置Image。

我的问题是,我在开发过程中。我从xcode运行安装的app,图片显示正常。但是我上传到iTunes connect上,用testflight下载测试的时候,图片确加载不出来。

PS:我的图片是png格式的。

更新: 测试到现在,我能确定的是,debug版本下,是完全正确的。在release版本下,图片通过 imageName:就已经是nil。

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all (1)
巴扎黑

I still don’t understand (don’t understand) the reason for this problem. But there is a temporary solution, which is shared as follows:

Target -- build settings -- Apple LLVM 8.0 code generation -- The release version in optimization level has also been changed to none

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!