Skip to content

Commit e2804b0

Browse files
committed
Update README.md
1 parent ae4f8fd commit e2804b0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ Add the Intercom pod into your Podfile and run a `pod install` or `pod update`.
1010

1111
### Manual Installation
1212

13-
1. Sometimes Xcode won't correctly add the `Intercom.bundle` so make sure to add it to your target's Copy Bundle Resources build phase. Reveal the `Intercom.framework` in Finder and you'll find the bundle in the `Intercom.framework/Versions/A/Resources` folder.
13+
1. To add the Intercom framework to your project: User finder to drag Intercom.framework into your Xcode project, ticking the "Copy items if needed" checkbox.
1414

15-
2. Make sure you are linking the following: `ImageIO`, `MobileCoreServices`, `SystemConfiguration`, `AVFoundation`, `QuartzCore`, `Security`, `CoreGraphics` and `libicucore.dylib`.
15+
2. Intercom is a framework, not a static library so be sure to import Intercom correctly using the following `#import <Intercom/Intercom.h>` statement.
16+
17+
3. Sometimes Xcode won't correctly add the `Intercom.bundle` so make sure to add it to your target's Copy Bundle Resources build phase. Reveal the `Intercom.framework` in Finder and you'll find the bundle in the `Intercom.framework/Versions/A/Resources` folder.
18+
19+
4. Make sure you are linking the following: `ImageIO`, `MobileCoreServices`, `SystemConfiguration`, `AudioToolbox`, `QuartzCore`, `Security`, `CoreGraphics` and `libicucore.dylib`.
1620

17-
3. Intercom is now a framework, not a static library so be sure to import Intercom correctly using the following `#import <Intercom/Intercom.h>` statement.
1821

1922
If you get errors, check out our [Troubleshooting section here](http://docs.intercom.io/Install-on-your-mobile-product/install-the-intercom-ios-sdk#-troubleshooting-installation).
2023

0 commit comments

Comments
 (0)