iPhone app crashes only in Release mode on 3G

前端 未结 5 1654
孤独总比滥情好
孤独总比滥情好 2020-12-18 04:06

I have an app I\'m writing that crashes when I call addSubview on a UIScrollView with \"EXC_BAD_ACCESS\". It only does this on iPhone 3G in release mode and only on the devi

5条回答
  •  旧巷少年郎
    2020-12-18 04:27

    I can propose to change optimization level of release settings to "None". I met the same problem few times (with different apps) and solved it in this way.

提交回复
热议问题