Просмотр исходного кода

Add note about SIGPIPE to iOS library instructions

Adam Pritchard 8 лет назад
Родитель
Сommit
71eb3c2cac
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      MobileLibrary/iOS/USAGE.md

+ 4 - 0
MobileLibrary/iOS/USAGE.md

@@ -47,3 +47,7 @@ This code is a canonical guide for integrating the Library.
 The following architecture targets are compiled into the Library's framework binary: `armv7`, `arm64`, and `x86_64`. This means that the Library can run on phones or in a simulator (on a 64-bit host system).
 
 When run in a simulator, there may be errors shown in the device log. This does not seem to affect the execution of the app (or Library).
+
+## Other notes
+
+If you encounter an app crash due to `SIGPIPE`, please let us know. This occurs in the debugger, but it's not clear if it happens in a production app (or is a problem). If you encounter a `SIGPIPE` breakpoint while running under the debugger, follow [these instructions](https://plus.google.com/113241179738681655641/posts/BmMiY8mpsB7) to disable it.