开发者

Under iOS, is there a quick way to see what symbols I have for specific UUID's?

Under iOS, unique identifiers, known as UUID's, are assigned at compile time. Over time, a developer may accumulate many builds with different identifiers. Sometimes it may be useful to quickly identify what UUID's have preserved symbol files associated with them开发者_如何学JAVA. Is there a quick way to identify which UUID's have preserved symbols?


One option is to use the command-line. Replace YourAppName with your real application's name.

mdfind 'com_apple_xcode_dsym_uuids = *' | grep YourAppName | grep dSYM | sed 's, ,\\&,g' | xargs dwarfdump --uuid
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜