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 committed Nov 19, 2019
1 parent 3a7fd96 commit e7c0562
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 e7c0562

Please sign in to comment.