์์ดํฐ iOS 17 beta๋ก ์ ๋ฐ์ดํธ + ๋งฅ๋ถ M2๋ก ๋ฐ๊ฟ
=> Simulator ๋ชป ์ + iOS beta ์๋์๊ฐ ๐คฆโ๏ธ
๊น๋ํ๊ฒ XCode 15.0 beta (5) ๋ฅผ ๊น์์ ๋๋ฆฌ์ ํ๋๋ฐ ๋ค์๋ก๋ ์ ๋์ด ๊ฐ๋๋ ํ์ด์ด ๋ฒ ์ด์ค์์ ์๋ฌ๊ฐ ๋ฌ๋ค ใ ใ
์๋ ๋ฐฉ๋ฒ์ผ๋ก ์ด์ ํฝ์ค ํ์ง๋ง ๊ถ์ฅ๋๋ ๋ฒ์ ์๋
์ฐธ๊ณ ์ฌ์ดํธ
https://github.com/CocoaPods/CocoaPods/pull/12009
1. CocoaPods source code clone
git clone https://github.com/CocoaPods/CocoaPods.git
2. CocoaPods๋ก ์ด๋
cd CocoaPods
3. PR ์ ๋ณด Fetch
git fetch origin pull/ID/head:BRANCHNAME
git fetch origin pull/12009/head:fix-branch
์๋ ์ฝ๋๋ก ์์ฑํด ์คฌ์ต๋๋ค
4. fetchํ branch๋ก check out
git checkout fix-branch
5. sudo ์ฌ์ฉํด์ gem ์ค์น
sudo gem install cocoapods-*.gem
6. Podfile.lock ๊ณผ Pods ๋๋ ํ ๋ฆฌ ์ญ์
rm -rf Podfile.lock Pods
7. CocoaPods ์ฌ์ค์น
pod install
์ถํ์ ๊ณต์ ์ ๋ฐ์ดํธ ๋๋ฉด ์๋ ๋ช ๋ น์ด๋ก ์ ๊ทธ๋ ์ด๋ ํ๊ธฐ
gem update cocoapods
'iOS ๐ > Issue Fixing' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
SwiftUI custom TabBar์ More ์ ๊ฑฐํ๋ ๋ฐฉ๋ฒ (1) | 2024.01.03 |
---|---|
iOS 15 fullScreenCover(isPresented:) not working (0) | 2023.12.18 |
SwiftUI preview Cannot preview in this file not building-Onone ํด๊ฒฐํ๋ ๋ฒ (0) | 2023.11.28 |
[์ด์ํด๊ฒฐ] ZStack ์์ ๋ง์ฃผํ ์ ์๋ ๋ฌธ์ ์ (0) | 2023.09.20 |