Merge: Small fix to iOS support
authorJean Privat <jean@pryen.org>
Fri, 28 Aug 2015 05:24:36 +0000 (01:24 -0400)
committerJean Privat <jean@pryen.org>
Fri, 28 Aug 2015 05:24:36 +0000 (01:24 -0400)
Add `ONLY_ACTIVE_ARCH=NO` to the xcode call because it is required by the latest xcode.

For the iOS example, you would expect `AppKit.h` to be included by the imported module. It is, but at the same time it is ignored for performance reason since none of the imported module services are used. This will be fixed in a future PR. For now, we add the include locally as it is a better example and happen to avoid the problem.

Pull-Request: #1661
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Jean Privat <jean@pryen.org>


Trivial merge