GenerateDSYMFile warning: unable to open object file

前端 未结 4 1186
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-01 20:16

The background: I have a project that I last built on 10.5 on a PPC computer using xcode v3.1. It builds against the 10.4 SDK. I now have a MacBook with 10.6 on it and Xcode v3.

4条回答
  •  长发绾君心
    2021-02-01 20:43

    This may also be caused by GENERATE_DEBUGGING flag turned on. Turning that flag off in project or target settings will also work.

提交回复
热议问题