Skip to content

Commit 9f9d295

Browse files
committed
Added use_frameworks! to cocoapods documentation
1 parent 85c0375 commit 9f9d295

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,12 @@ $ sudo gem install cocoapods
121121
2. Update your local `Podfile` to the [latest release version](https://github.com/ticketmaster/iOS-TicketmasterSDK/releases):
122122

123123
```ruby
124-
pod 'TM-Ignite', '~> 1.12.9'
124+
target 'MyApp' do
125+
use_frameworks!
126+
pod 'TM-Ignite', '~> 1.12.9'
127+
end
125128
```
129+
* Make sure to add `use_frameworks!` (as in the example above)
126130
* For more information about the `Podfile` see [CocoaPods.org](https://cocoapods.org/)
127131

128132
3. Install TM-Ignite Pod:

0 commit comments

Comments
 (0)