Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install the pods for carto mobile sdk iOS #546

Open
Surendra432 opened this issue May 17, 2024 · 11 comments
Open

Unable to install the pods for carto mobile sdk iOS #546

Surendra432 opened this issue May 17, 2024 · 11 comments

Comments

@Surendra432
Copy link

Surendra432 commented May 17, 2024

I am trying to install the pods to my project, it saying some amazon aws error. I am using Mac with M1 pro chip

Screenshot 2024-05-17 at 14 24 08
@Surendra432 Surendra432 changed the title Unable to install the pods for carto mobile sdk Unable to install the pods for carto mobile sdk ios May 17, 2024
@Surendra432 Surendra432 changed the title Unable to install the pods for carto mobile sdk ios Unable to install the pods for carto mobile sdk iOS May 17, 2024
@farfromrefug
Copy link
Contributor

@Surendra432 indeed it seems broken. See this discussion nativescript-community/ui-carto#4

@Surendra432
Copy link
Author

Surendra432 commented May 21, 2024

@farfromrefug I tried that process, but it is not working
Screenshot 2024-05-21 at 12 51 55
Screenshot 2024-05-21 at 12 52 15

@farfromrefug
Copy link
Contributor

@Surendra432 not sure what s going on there. What does your podspec looks like?

@Surendra432
Copy link
Author

Surendra432 commented May 21, 2024

@farfromrefug
Pod::Spec.new do |s|

s.name = "CartoMobileSDK"
s.module_name = "CartoMobileSDK"
s.version = "4.4.7"
s.summary = "CARTO Mobile SDK is an advanced MapView with 3D effects, offline maps, routing, geocoding and many more features"

s.description = <<-DESC
Advanced MapView API

               * Offline packages for maps, routing and geocoding
               * Fast vector tile rendering with CartoCSS styling
               * 2.5D view - tilting, rotating, navigation view
               * 3D models on map
               * Use your own custom map data sources
               * Same API for iOS, Android, Xamarin, Universal Windows Platform

               By carto.com
               DESC

s.homepage = "https://carto.com/developers/mobile-sdk/"
s.screenshots = "https://github.com/CartoDB/mobile-ios-samples/blob/gh-pages/carto-mobile-sdk-animated.gif?raw=true"

s.license = { :type => "BSD", :text => <<-LICENSE
$license
LICENSE
}

s.author = { "CARTO" => "https://www.carto.com" }
s.social_media_url = "https://twitter.com/carto"

s.platform = :ios, "9.0"

s.source = { :http => "https://github.com/Akylas/mobile-sdk/releases/download/release%2Fv4.4.6-rc.1/CartoMobileSDK.4.4.7.ios.zip" }

s.source_files = "CartoMobileSDK.xcframework/**/*.{h,m,mm}"

s.public_header_files = "CartoMobileSDK.xcframework/**/*.{h}"

s.preserve_paths = "CartoMobileSDK.xcframework"

s.frameworks = [ "OpenGLES", "GLKit", "UIKit", "CoreGraphics", "CoreText", "CFNetwork", "Foundation" ]

s.weak_frameworks = []

s.vendored_frameworks = "CartoMobileSDK.xcframework"

s.libraries = "z", "c++"

s.requires_arc = true

s.cocoapods_version = ">= 1.10.1"

end

@farfromrefug
Copy link
Contributor

@Surendra432 your podspec is good so i think your error is really related to the path of the podspec itself as the error implies. And i cant help much more on this without being in front of your computer ...

@Surendra432
Copy link
Author

@farfromrefug Can I get the xcframework, so that I can add directly and do the work. I need cartomap 4.4.0 version
Please do it if possible, thanks in advance

@farfromrefug
Copy link
Contributor

@Surendra432 look at the podspec the linkmis in there ;)

@Surendra432
Copy link
Author

@farfromrefug I can't find the 4.4.0 version, I can see only 4.4.7 version there

@farfromrefug
Copy link
Contributor

@Surendra432 sorry misread the version. No i dont have 4.4.0

@Surendra432
Copy link
Author

@farfromrefug Do you have any alternate solution for this?

@farfromrefug
Copy link
Contributor

@Surendra432 if you want 4.4.0 your only solution is to build it yourself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants