You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ios % pod install
Analyzing dependencies
cloud_firestore: Using Firebase SDK version '10.25.0' defined in 'firebase_core'
firebase_auth: Using Firebase SDK version '10.25.0' defined in 'firebase_core'
firebase_core: Using Firebase SDK version '10.25.0' defined in 'firebase_core'
firebase_messaging: Using Firebase SDK version '10.25.0' defined in 'firebase_core'
[!] CocoaPods could not find compatible versions for pod "GoogleUtilities/Environment":
In Podfile:
firebase_core (from `.symlinks/plugins/firebase_core/ios`) was resolved to 2.32.0, which depends on
Firebase/CoreOnly (= 10.25.0) was resolved to 10.25.0, which depends on
FirebaseCore (= 10.25.0) was resolved to 10.25.0, which depends on
GoogleUtilities/Environment (~> 7.12)
firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`) was resolved to 14.9.4, which depends on
Firebase/Messaging (= 10.25.0) was resolved to 10.25.0, which depends on
FirebaseMessaging (~> 10.25.0) was resolved to 10.25.0, which depends on
GoogleDataTransport (~> 9.3) was resolved to 9.4.1, which depends on
GoogleUtilities/Environment (~> 7.7)
firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`) was resolved to 14.9.4, which depends on
Firebase/Messaging (= 10.25.0) was resolved to 10.25.0, which depends on
FirebaseMessaging (~> 10.25.0) was resolved to 10.25.0, which depends on
GoogleUtilities/Environment (~> 7.8)
google_sign_in_ios (from `.symlinks/plugins/google_sign_in_ios/darwin`) was resolved to 0.0.1, which depends on
GoogleSignIn (~> 8.0) was resolved to 8.0.0, which depends on
AppCheckCore (~> 11.0) was resolved to 11.2.0, which depends on
GoogleUtilities/Environment (~> 8.0)
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '14.0'
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
project 'Runner', {
'Debug' => :debug,
'Profile' => :release,
'Release' => :release,
}
def flutter_root
generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__)
unless File.exist?(generated_xcode_build_settings_path)
raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first"
end
File.foreach(generated_xcode_build_settings_path) do |line|
matches = line.match(/FLUTTER_ROOT\=(.*)/)
return matches[1].strip if matches
end
raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get"
end
require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)
flutter_ios_podfile_setup
target 'Runner' do
use_frameworks!
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
target 'RunnerTests' do
inherit! :search_paths
end
end
post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_ios_build_settings(target)
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '14.0'
end
end
end
현재 의존성 충돌문제를 겪고있습니다 다운그레이도 해보고 하는중인데 해결이 안되네요 도와주세요 ㅜㅜ 현재버젼은
이렇게 사용중입니다 .. 도와주십쇼 ㅜㅜ
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
현재 의존성 충돌문제를 겪고있습니다 다운그레이도 해보고 하는중인데 해결이 안되네요 도와주세요 ㅜㅜ 현재버젼은
이렇게 사용중입니다 .. 도와주십쇼 ㅜㅜ
다운그레이 진행해도 동일증상 확인됩니다
Beta Was this translation helpful? Give feedback.
All reactions