From f45195246630fe4ce33651b8d819fe53501bc4dc Mon Sep 17 00:00:00 2001 From: Antoine CLOP Date: Sat, 9 Jun 2018 10:58:12 +0200 Subject: [PATCH] Update Readme.md, Carthage installation In Carthage installation process, after running 'carthage update', instructions do not include TwitterCore.framework in 'Linked Frameworks and Binaries' but is required to make things work. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e7b311c..ab4e9d1c 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ binary "https://ton.twimg.com/syndication/twitterkit/ios/TwitterKit.json" binary "https://ton.twimg.com/syndication/twitterkit/ios/TwitterCore.json" ``` -After running `carthage update`, add `TwitterKit.framework` and `TwitterShareExtensionUI.framework` to the `Linked Frameworks and Binaries` section under General of your App target. In addition to that, make sure that when you are adding the copy-frameworks run script for Carthage that you add the following input paths: +After running `carthage update`, add `TwitterKit.framework`, `TwitterCore.framework` and `TwitterShareExtensionUI.framework` to the `Linked Frameworks and Binaries` section under General of your App target. In addition to that, make sure that when you are adding the copy-frameworks run script for Carthage that you add the following input paths: ``` $(SRCROOT)/Carthage/Build/iOS/TwitterCore.framework