Add the following to your Podfile
file:
12345678910
use_frameworks! target 'MyApp' do # 👇 Add this line pod 'PrimerSDK' # ... end
ruby
copy
Then run pod install
to install PrimerSDK on your workspace.
Add the following to your Podfile
file:
12345678910
use_frameworks! target 'MyApp' do # 👇 Add this line pod 'PrimerSDK' # ... end
Then run pod install
to install PrimerSDK on your workspace.