Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
autotools を使用して、clang を使用して Mac OS X で製品をビルドしているとしましょう。正しいデバッグ形式と有効な dSYM ファイルへのストリップを使用するように「手動で」指示するにはどうすればよいですか?
dSYM バンドルとファイルの仕様はありますか?
Xcodeの出力を見て考え出しました:
dsymutil <binary> -o <binary>.dSYM strip -S <binary>