Skip to content

Commit

Permalink
Add a note about Xcode 11.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov authored and Arjun Gupta committed Jun 26, 2020
1 parent 8d28b86 commit 464885d
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 @@ -297,7 +297,7 @@ by [@sharplet](https://github.com/sharplet).

**Apple Platforms**
- Xcode 10.0 or later
* **IMPORTANT**: compiling XMLCoder with Xcode 11.2.0 (11B52) may cause crashes with `EXC_BAD_ACCESS` due to [a compiler bug](https://bugs.swift.org/browse/SR-11564). A known workaround is to set `DEAD_CODE_STRIPPING = NO` in your project settings. Please refer to [\#150](https://github.com/MaxDesiatov/XMLCoder/issues/150) for more details.
* **IMPORTANT**: compiling XMLCoder with Xcode 11.2.0 (11B52) and 11.2.1 (11B500) may cause crashes with `EXC_BAD_ACCESS` due to [a compiler bug](https://bugs.swift.org/browse/SR-11564). A known workaround is to set `DEAD_CODE_STRIPPING = NO` in your project settings. Please refer to [\#150](https://github.com/MaxDesiatov/XMLCoder/issues/150) for more details.
- Swift 4.2 or later
- iOS 9.0 / watchOS 2.0 / tvOS 9.0 / macOS 10.10 or later deployment targets

Expand Down

0 comments on commit 464885d

Please sign in to comment.