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

前端 未结 5 558

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:43

    1. Go to "Project" command in an Xcode application menu and chose "Edit Scheme"(Shortcut: ⌘< )
    2. Select "Run Project name" in left pane
    3. In right pane, under "Info" tab change "Build Configuration" to "Release"

提交回复
热议问题