-
[Flutter] None of your spec sources contain a spec satisfying the dependency: `FBSDKCoreKit (~> 13.0.0)`. ์ค๋ฅFlutter ์ค๋ฅ 2022. 3. 18. 23:01
- ์ค๋ฅ ๋ด์ฉ
- ์ค๋ฅ ํด๊ฒฐ๋ฐฉ๋ฒ
์ค๋ฅ ๋ด์ฉ
๋น๋๋ฅผ ๋๋ฅธ ํ ์ฝ์ง ์์์ ์ค๋ฅ๊ฐ ๋ด์ผ๋ฉฐ ์ ์๊ฐ์ ๊ตฌ๊ธ๋ง์ ํตํด ํด๊ฒฐ๋ฐฉ๋ฒ์ ์ฐพ์๋ค
[!] CocoaPods could not find compatible versions for pod "FBSDKCoreKit": In Podfile: flutter_facebook_auth (from `.symlinks/plugins/flutter_facebook_auth/ios`) was resolved to 4.1.2, which depends on FBSDKCoreKit (~> 13.0.0) None of your spec sources contain a spec satisfying the dependency: `FBSDKCoreKit (~> 13.0.0)`.
์ค๋ฅ ํด๊ฒฐ ๋ฐฉ๋ฒ
- flutter clean
- update all dependencies to the latest version in pubspec.yml file and do 'get pub'
- Go to your Podfile and uncomment #platform :ios, '9.0' Then change the version to 10 platform :ios, '10.0' or higher version
- go to ios folder through terminal and do 'arch -x86_64 pod repo update'
- 'arch -x86_64 pod update' or 'arch -x86_64 pod install'
์ด ํ์ ๋ค์ ๋น๋๋ฅผ ํ๋ฉด ๋ฌธ์ ์์ด ์คํ๋์๋ค
'Flutter ์ค๋ฅ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ