How do you debug an issue with a release mode build in iOS?

前端 未结 5 553

I am working on an iOS app and I have noticed a bug that is only reproducible when the app is built in release mode. The only way I have found to run a release mode app that

5条回答
  •  無奈伤痛
    2020-12-08 04:32

    To debug an iOS application in release mode modify the settings: Build Settings -> Deployment -> Deployment Post Processing -> Release -> set value as "NO"

    Set 'Deployment Post Processing: Release' value as 'No'

提交回复
热议问题