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.
hi support team, while trying to install sdk using pod method for new project, i'm not getting the latest sdk. i should get 3.8.0. is there any reason why i am not getting it? please help me with this issue.
Best Answer
P
Pranav J
said
over 5 years ago
Siraj,
This issue was resolved on portal ticket. Copying our solution here to complete the loop:
"I believe that you can solve this problem by adding the following code to your Podfile
post_install do |installer|
installer.pods_project.targets.each do |target|
if ['Kinvey'].include? target.name
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '4.0'
end
end
end
end
Here an example here in the Podfile the post_install script should be added
I added Kinvey to my new Project using cocoa pods.But new kinvay sdk 3.9.1 still using old version of ObjectMapper ,So i am getting error toIntMax() was obsoleted in Swift 4
P
Pratap Bhosle
said
over 5 years ago
Pranav, thanks for looking into this. yes i am refering getting started guide. I checkd pod version is 1.2.1. below is content of podfile
use_frameworks!
target 'mockups' do
pod 'Kinvey'
end
P
Pranav J
said
over 5 years ago
Pratap,
I am also using pod version 1.2.1 and your podfile looks good to me. Can you try 'pod update' and see if it solves your issue? If it doesn't help, then try 'pod repo update'. It updates spec repos located at ~/.cocoapods/repos in your home folder. I have tried it on my existing projects and it worked fine.
Pratap Bhosle
hi support team, while trying to install sdk using pod method for new project, i'm not getting the latest sdk. i should get 3.8.0. is there any reason why i am not getting it? please help me with this issue.
This issue was resolved on portal ticket. Copying our solution here to complete the loop:
"I believe that you can solve this problem by adding the following code to your Podfile
post_install do |installer|
installer.pods_project.targets.each do |target|
if ['Kinvey'].include? target.name
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '4.0'
end
end
end
end
Here an example here in the Podfile the post_install script should be added
https://guides.cocoapods.org/syntax/podfile.html"
Thanks,
Pranav
- Oldest First
- Popular
- Newest First
Sorted by PopularPranav J
Thanks,
Pranav
Pranav J
This issue was resolved on portal ticket. Copying our solution here to complete the loop:
"I believe that you can solve this problem by adding the following code to your Podfile
post_install do |installer|
installer.pods_project.targets.each do |target|
if ['Kinvey'].include? target.name
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '4.0'
end
end
end
end
Here an example here in the Podfile the post_install script should be added
https://guides.cocoapods.org/syntax/podfile.html"
Thanks,
Pranav
SIRAJ KUNJABDULLA
HI,
ObjectMapper is not updateding to latest versionSIRAJ KUNJABDULLA
I added Kinvey to my new Project using cocoa pods.But new kinvay sdk 3.9.1 still using old version of ObjectMapper ,So i am getting error toIntMax() was obsoleted in Swift 4
Pratap Bhosle
Pranav, thanks for looking into this. yes i am refering getting started guide. I checkd pod version is 1.2.1. below is content of podfile
use_frameworks!
target 'mockups' do
pod 'Kinvey'
end
Pranav J
I am also using pod version 1.2.1 and your podfile looks good to me. Can you try 'pod update' and see if it solves your issue? If it doesn't help, then try 'pod repo update'. It updates spec repos located at ~/.cocoapods/repos in your home folder. I have tried it on my existing projects and it worked fine.
Let me know if it solves your issue.
Thanks,
Pranav
-
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