开发者

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

开发者 https://www.devze.com 2023-02-09 04:09 出处:网络
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 ident

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

精彩评论

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

关注公众号