-
Notifications
You must be signed in to change notification settings - Fork 68
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
Comments
@Surendra432 indeed it seems broken. See this discussion nativescript-community/ui-carto#4 |
@farfromrefug I tried that process, but it is not working |
@Surendra432 not sure what s going on there. What does your podspec looks like? |
@farfromrefug s.name = "CartoMobileSDK" s.description = <<-DESC
s.homepage = "https://carto.com/developers/mobile-sdk/" s.license = { :type => "BSD", :text => <<-LICENSE s.author = { "CARTO" => "https://www.carto.com" } 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 |
@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 ... |
@farfromrefug Can I get the xcframework, so that I can add directly and do the work. I need cartomap 4.4.0 version |
@Surendra432 look at the podspec the linkmis in there ;) |
@farfromrefug I can't find the 4.4.0 version, I can see only 4.4.7 version there |
@Surendra432 sorry misread the version. No i dont have 4.4.0 |
@farfromrefug Do you have any alternate solution for this? |
@Surendra432 if you want 4.4.0 your only solution is to build it yourself |
I am trying to install the pods to my project, it saying some amazon aws error. I am using Mac with M1 pro chip
The text was updated successfully, but these errors were encountered: