瀏覽代碼

Move min Xcode version to 10.3

Xcode 10.1 has a compiler bug that breaks on generated code.
Xcode 10.3+ appear to be fine.
dmaclach 5 年之前
父節點
當前提交
6f9d488149
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      objectivec/README.md

+ 1 - 1
objectivec/README.md

@@ -13,7 +13,7 @@ Requirements
 The Objective C implementation requires:
 The Objective C implementation requires:
 
 
 - Objective C 2.0 Runtime (32bit & 64bit iOS, 64bit OS X).
 - Objective C 2.0 Runtime (32bit & 64bit iOS, 64bit OS X).
-- Xcode 8.0 (or later).
+- Xcode 10.3 (or later).
 - The library code does *not* use ARC (for performance reasons), but it all can
 - The library code does *not* use ARC (for performance reasons), but it all can
   be called from ARC code.
   be called from ARC code.