xcodebuild - setting build dir doesn't generate dSYM

后端 未结 2 766
独厮守ぢ
独厮守ぢ 2021-02-12 20:07

I am doing an archive with xcodebuild (xcode 5) through the command line as so:

xcodebuild -project MyProject.xcodeproj -scheme MyScheme -sdk iphoneos7.0 -confi         


        
2条回答
  •  隐瞒了意图╮
    2021-02-12 20:49

    Check again build settings. Take a look at Debug Information Format, it should have DWARF with dSYM file enter image description here

    For futher information take a look OS X Man Pages xcodebuild and Xcode Build Setting Reference

提交回复
热议问题