Skip to content

Commit

Permalink
add 11.4 (15F79)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuikyo committed Jun 1, 2018
1 parent 0d8cf65 commit 7f27d83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,11 @@ That's the meaning of this repository, to share these system symbols.

3. Use Xcode's`symbolicatecrash` tool to symbolicate your crash report. This tool will search system symbols in the`iOS DeviceSupport`path automatically. Read this to learn how to use`symbolicatecrash`: [Symbolicating an iOS Crash Report](https://www.apteligent.com/developer-resources/symbolicating-an-ios-crash-report/?partner_code=GDC_so_symbolicateios).

## Missing symbols

There're some missing symbols, if you have any of them, please share.

The missing list is in [collected-symbol-files.md](https://github.com/Zuikyo/iOS-System-Symbols/blob/master/collected-symbol-files.md)
## Thank you for reading. If this porject is helpful, please give me a star :)

---

这个项目的目的是分享iOS系统库符号文件,对iOS crash日志分析有很大帮助。
### My Other Framework

具体内容,请看[iOS Crash分析必备:获取系统库符号文件](http://www.jianshu.com/p/f9eeeecff8d8)
I'd like to introduce [ZIKRouter](https://github.com/Zuikyo/ZIKRouter), a iOS dependency injection framework. ZIKRouter helps your app split into loosely-coupled components. you can see how to perfectly decouple your modules in the demo. You will love it :)
7 changes: 4 additions & 3 deletions collected-symbol-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can download the symbols you need here:

[iOS system symbol files(9.2.1-10.3.1)](https://drive.google.com/drive/folders/0B5oBYvBG2NS7aDVTR1JzX2JXaFE?usp=sharing)

[iOS system symbol files(10.3.2-11.3.1)](https://drive.google.com/drive/folders/0B9ItUz-PHtRLb3hidV9kUGJUMkE?usp=sharing)
[iOS system symbol files(10.3.2-11.4)](https://drive.google.com/drive/folders/0B9ItUz-PHtRLb3hidV9kUGJUMkE?usp=sharing)

If you're in China, check here:

Expand All @@ -16,14 +16,15 @@ I take those `dyld_shared_cache_xxxx` files in `Symbols/System/Library/Caches/co

## Symbols list

There are 74 versions from `7.0 (11A465)` to `11.3.1 (15E302)`(if you count OS version with CPU architecture, it's 158).
There are 75 version from `7.0 (11A465)` to `11.4 (15F79)`(if you count OS version with CPU architecture, it's 159).

Here is the list of symbols from `7.0`to`11.3.1`, with their CPU architecture version I've got.
Here is the list of symbols from `7.0`to`11.4`, with their CPU architecture version I've got.

The list will be updated when i get new symbol files.

OS Version|Collected Architecture|Description
-------------------|------------------|---------------
11.4 (15F79)|arm64|
11.3.1 (15E302)|arm64|
11.3 (15E218)|arm64|iPad 6 (Cellular) only
11.3 (15E216)|arm64|
Expand Down

0 comments on commit 7f27d83

Please sign in to comment.