googlemaps / on-demand-rides-deliveries-samples

Apache License 2.0
15 stars 6 forks source link

Cyclic dependency Error while installing Driver or Consumer Pods in iOS #25

Open amresh1 opened 1 year ago

amresh1 commented 1 year ago

facing cyclic dependency error after installing Driver or Consumer pod in swift project. how to solve this problem

Screenshot 2023-06-14 at 16 11 11
wangela commented 1 year ago

If you would like to upvote the priority of this issue, please comment below or react with :+1: so we can see what is popular when we triage.

@amresh1 Thank you for opening this issue. 🙏 Please check out these other resources that might help you get to a resolution in the meantime:

This is an automated message, feel free to ignore.

ArturoSalazarB16 commented 1 year ago

@mikkin @ShirwaM

posakya commented 1 year ago

need to update the minimum deployments greater than 11.0 in Xcode >14 or use

post_install do |installer| installer.generated_projects.each do |project| project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0' end end end end

but still i face issue on could not build grpc Screenshot 2023-07-18 at 20 43 53 algorithm file not found and memory file not found