Start a new topic
Answered

frameworks pod issue Kinvey

Hello,


While installing Kinvey using pod method, i am getting 'Pods written in Swift can only be integrated as frameworks;add 'use_frameworks!' to your podfile or target to opt into using it'. Tried adding it to pod but didnt work. Not sure what wrong I am doing.


Can anyone help?


Best Answer
Pratap,

Your pod file should look like this:

target 'Mockups' do
use_frameworks!
pod 'Kinvey'
end

 

I have tried installing Kinvey using this and it is working fine on my end.


Let me know if you still get issues.


Thanks,

Pranav

Kinvey



Pratap,

Glad to hear it. Please don't hesitate to open new tickets if you run into any other issues.

 

Thanks,

Pranav

Kinvey

Great. It worked. Thank you Pranav!

Answer
Pratap,

Your pod file should look like this:

target 'Mockups' do
use_frameworks!
pod 'Kinvey'
end

 

I have tried installing Kinvey using this and it is working fine on my end.


Let me know if you still get issues.


Thanks,

Pranav

Kinvey


Thanks Pranav! Below is my pod file content-


'use_frameworks!'

target 'Mockups' do

pod 'Kinvey'

end



Pratap,

Can you provide me with your pod file so that I can check if something is wrong with it?

You can also take a look at sample app:
http://devcenter.kinvey.com/ios/samples/ios-starter#

Thanks,
Pranav
Kinvey

 

Login or Signup to post a comment