Xcode 8 build crash on iOS 9.2 and below

前端 未结 8 1531
南方客
南方客 2020-11-27 10:53

When I build my app with Xcode 8 GM Seed and run it on an iOS 9.2 below device OR simulator, I get strange EXC_BAD_ACCESS crashes during app startup or a few seconds after

8条回答
  •  攒了一身酷
    2020-11-27 11:20

    same issue.

    I'm not sure if this is a bug but here is my solution : make sure your image assets without Adobe RGB (1998) colorspace

    in xcode

提交回复
热议问题