Open amresh1 opened 1 year ago
@amresh1 Thank you for opening this issue. 🙏 Please check out these other resources that might help you get to a resolution in the meantime:
google-maps
tagThis is an automated message, feel free to ignore.
@mikkin @ShirwaM
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 algorithm file not found and memory file not found
facing cyclic dependency error after installing Driver or Consumer pod in swift project. how to solve this problem