From 1c7c5af69df3edc19ba48697d350de087b9243cf Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 7 Apr 2016 18:55:48 -0700 Subject: [ios] Run core unit tests in CI --- platform/ios/INSTALL.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'platform/ios/INSTALL.md') diff --git a/platform/ios/INSTALL.md b/platform/ios/INSTALL.md index 416bbc6381..4c769cedc4 100644 --- a/platform/ios/INSTALL.md +++ b/platform/ios/INSTALL.md @@ -20,6 +20,13 @@ The Mapbox iOS SDK and iosapp demo application build against the iOS 7.0 SDK. Th [sudo] gem install jazzy ``` +1. Install ios-sim version 3.2.0 (not any other version) for running `make test-ios`: + + ``` + brew tap mapbox/homebrew-ios-sim-3 + brew install mapbox/homebrew-ios-sim-3/ios-sim + ``` + 1. Run `make ipackage`. The packaging script will produce a `build/ios/pkg/` folder containing: - a `dynamic` folder containing a dynamically-linked fat framework with debug symbols for devices and the iOS Simulator - a `static` folder containing a statically-linked framework with debug symbols for devices and the iOS Simulator -- cgit v1.2.1