From fa0be6a7ca768d09ee75b4e806236b094f6aec7e Mon Sep 17 00:00:00 2001 From: Joseph Date: Sun, 28 Aug 2016 09:25:34 -0400 Subject: [PATCH] Compiling Module with TiSDK > 5.2.2 (#52) appc ti build -p ios --build-only --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b1ff00..75dcec9 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ If you want to build the module from the source, you need to check some things b - The latest GoogleMaps.framework is > 100 MB, so Github won't allow pushing it to the repository. So you need to get the [latest Google Maps iOS](https://developers.google.com/maps/documentation/ios-sdk/) and copy it into `/ios/platform/GoogleMaps.framework`. - Make sure to link the framework in "Build Phases" -> "Link Binary With Libraries" -> Select "GoogleMaps.framework" - Set the `TITANIUM_SDK_VERSION` inside the `ios/titanium.xcconfig` file to the Ti.SDK version you want to build with. -- Build the project using the `ios/build.py` with `python [path/to/module]/ios/build.py` for Ti.SDK < 5.2.0 and `ti build -p ios --build-only` for Ti.SDK >= 5.2.1 +- Build the project using the `ios/build.py` with `python [path/to/module]/ios/build.py` for Ti.SDK < 5.2.0 and `appc ti build -p ios --build-only` for Ti.SDK >= 5.2.1 - Check the [releases tab](https://github.com/hansemannn/ti.googlemaps/releases) for stable pre-packaged versions of the module Features