summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-01-22 10:14:12 -0500
committerGitHub <noreply@github.com>2018-01-22 10:14:12 -0500
commit714f8d9968ea34aa918852b87c1f8c8f4a88cf8c (patch)
treefca65070ca0e9b0e883623d661c806cbd246ad20 /README.md
parent19587aa103d77ba738b6407fad8b3fa9ba51d0a2 (diff)
downloadsdl_ios-714f8d9968ea34aa918852b87c1f8c8f4a88cf8c.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e0d72d9b3..a20f1c45f 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ If you are building a Swift app, then include both packaged frameworks for expan
##### Dynamic Framework
-Tagged to our releases is a dynamic framework file that can be drag-and-dropped into the application. Dynamic frameworks are supported on iOS 8+. **WARNING: You cannot submit your app to the app store with the framework as is. You MUST strip the simulator part of the framework first. Use a script such as Carthage's to accomplish this**.
+Tagged to our releases is a dynamic framework file that can be drag-and-dropped into the application. Dynamic frameworks are supported on iOS 8+. **WARNING: You cannot submit your app to the app store with the framework as is. You MUST strip the simulator part of the framework first. Strip the x64 and i386 portions first like so: ` lipo -remove i386 -remove x86_64 -o SmartDeviceLink.framework/SmartDeviceLink SmartDeviceLink.framework/SmartDeviceLink`.**
### Reference Documentation