As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
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
P
Pranav J
said
over 6 years ago
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.
Pratap Bhosle
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?
Your pod file should look like this:
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
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstPranav J
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
Pratap Bhosle
Thanks Pranav! Below is my pod file content-
'use_frameworks!'
target 'Mockups' do
pod 'Kinvey'
end
Pranav J
Your pod file should look like this:
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 Bhosle
Great. It worked. Thank you Pranav!
Pranav J
Glad to hear it. Please don't hesitate to open new tickets if you run into any other issues.
Thanks,
Pranav
Kinvey
-
Why do I get "Undefined symbols" errors when building with KinveyKit?
-
How do I register push tokens?
-
When using social login, to perform a log-out, do I need to log out of the social network, Kinvey, o
-
How can I assign additional properties to users?
-
Does KinveyKit support 64-bit ARM devices, such as iPhone 5s?
-
Authorization Token Invalid or Expired
-
BOOL and how it is stored in the database.
-
Offline saving throwing errors
-
Custom endpoint not able to form request object
-
Security through business logic
See all 437 topics