Skip to content

Commit

Permalink
update details about device’s CPU architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuikyo committed Dec 27, 2016
1 parent a86de73 commit 24a98ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ You may find out that you can't always symbolicate those system code. There're s

When you first connect a new iOS device to Xcode, Xcode will show a loading message: `Processing symbol files`. It's copying system symbol files from device to `~/Library/Developer/Xcode/iOS DeviceSupport`.

That means you need a corresponding device if you want to symbolicate a crash report. There are 86 versions from `7.0 (11A465)` to `10.2 (14C92)`. That's obviously very difficult to collect them all.
That means you need a corresponding device if you want to symbolicate a crash report. There are 86 versions from `7.0 (11A465)` to `10.2 (14C92)`(most OS version contains three different type:`arm64`,`armv7s`,`armv7`. A`arm64`device contains both`arm64`and`armv7s`). That's obviously very difficult to collect them all.

That's the meaning of this repository, to share these system symbols.

Expand Down

0 comments on commit 24a98ac

Please sign in to comment.