diff options
author | Jason Wray <jason@kulturny.com> | 2015-12-02 17:36:09 -0500 |
---|---|---|
committer | Jason Wray <jason@kulturny.com> | 2015-12-02 20:00:59 -0500 |
commit | e5f136a16a9482d6ae4df65166a353e8ecd2f03f (patch) | |
tree | adcaafb753143f20b52a7cf4652a18930d6fcf66 /docs | |
parent | 43ca910f5484c15830a0fc24164df1799a17b6ca (diff) | |
download | qtlocation-mapboxgl-e5f136a16a9482d6ae4df65166a353e8ecd2f03f.tar.gz |
[ios] fix CoreTelephony crash (by removing it)
Fix #3112, ref #2581
Diffstat (limited to 'docs')
-rw-r--r-- | docs/BUILD_IOS_OSX.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/BUILD_IOS_OSX.md b/docs/BUILD_IOS_OSX.md index 643241adf3..e605ce7ff0 100644 --- a/docs/BUILD_IOS_OSX.md +++ b/docs/BUILD_IOS_OSX.md @@ -83,7 +83,6 @@ Currently, until [#1437](https://github.com/mapbox/mapbox-gl-native/issues/1437) - `libc++.dylib` - `libsqlite3.dylib` - `libz.dylib` - - `CoreTelephony.framework` (optional, telemetry-only) 1. Add `-ObjC` to your target's "Other Linker Flags" build setting (`OTHER_LDFLAGS`). |