Document build issues with XCode 4.3

Change-Id: I18e94f3e661a2e9fdc732c6d0f2d38e7e2cd280b
diff --git a/src/source/known-issues.md b/src/source/known-issues.md
index 46c52c0..de7d818 100644
--- a/src/source/known-issues.md
+++ b/src/source/known-issues.md
@@ -208,3 +208,13 @@
 
     $ repo init -b master
     $ repo sync
+
+## Build error on MacOS with XCode 4.3. ##
+
+**Symptom**: All builds fail when using XCode 4.3.
+
+**Cause**: XCode 4.3 switched the default compiler from
+gcc to llvm, and llvm rejects code that used to be
+accepted by gcc.
+
+**Fix**: Use XCode 4.2.