๋์ ๋งฅ๋ถํ๋ก(M1์นฉ)์์ react native ( ios / macOS ) ํ๋ก์ ํธ๋ฅผ ์๋ก ์์ฑํ๊ณ
์๋ก ์์ฑํ ํ๋ก์ ํธ ํด๋์ ios ํด๋์์ 'pod install' ์ ์งํํด ์ฃผ์๋๋ ๋ค์๊ณผ ๊ฐ์ ์ค๋ฅ๊ฐ ๋ฐ์ํ๋ค.
์๋ด๋๋ก `pod install --repo-update` ๋ช ๋ น์ด๋ฅผ ์คํ์์ผฐ์ง๋ง ํด๊ฒฐ๋์ง ์์๋ค...ใ ใ ...
pod install ์ด ์ ์์ ์ผ๋ก ์ฒ๋ฆฌ๋์ง ์๋ ์ค๋ฅ๊ฐ ๋ฐ์...๐ญ
Failed to build iOS project.
We ran "xcodebuild" command but it exited with error code 65
React Native ๊ณต์ ํ์ด์ง์ Guide์ stackOverflow๋ฅผ ์ฐธ๊ณ ํ์ฌ ์ค๋ฅ๋ฅผ ํด๊ฒฐํ์๋ค.
1. react native ํ๋ก์ ํธ ํด๋์ ios ํด๋๋ก ๊ฐ๋ค.
cd ./ios
2. iosํด๋์ ์๋ Podfile ์ ์ฐ๋ค.
* ์์ ๋์์๋ 'use_flipper!()' ๋ถ๋ถ์ ์ฃผ์ ์ฒ๋ฆฌํด์ค๋ค.
↓↓↓↓
์ฃผ์ ์ฒ๋ฆฌ ์๋ฃ !
3. iosํด๋์์ ๋ช ๋ น์ด ์ ๋ ฅ.
ํ๋ก์ ํธ์ iosํด๋์์ react native ๊ณต์ ํํ์ด์ง์ M1 ์ฌ์ฉ์๋ฅผ ์ํ ๋ฉ๋ชจ๋ฅผ ์ฐธ๊ณ ํ์ฌ ๋ช ๋ น์ด๋ฅผ ์ ๋ ฅํด์ค๋ค.
sudo arch -x86_64 gem install ffi
arch -x86_64 pod install
4. ํ๋ก์ ํธ ํด๋์์ react native ์คํ.
ios ํด๋์์ ํ๋ก์ ํธ ํด๋๋ก ์ด๋ ํ ์คํ ๋ช ๋ น์ด๋ฅผ ์ ๋ ฅํด์ค๋ค.
cd ../
npx react-native run-ios
์ค๋ฅ๊ฐ ์ฌ๋ผ์ง๊ณ ์๋ฎฌ๋ ์ดํฐ๋ก ์ฑ๊ณต์ ์ผ๋ก ๋น๋ ๋์๋ค !!
๐๐๐
๐
++ 2022.08.17 ์ถ๊ฐ
์๋ก์ด RN ํ๋ก์ ํธ๋ฅผ ์์ฑํ์ฌ pod install์ ์งํํ๋, ์์ ๋์ผํ ์ด์๊ฐ ๋ฐ์ํ๋ค.
์ด๋ฒ์ ๋์์๋ ๋ช ๋ น์ด๋ฅผ RN ๊ณต์ ํ์ด์ง์ m1 pod install ์ ์ฌ์ฉํด ์ฃผ์๋๋, ์ ์์ ์ผ๋ก pod install์ด ์งํ๋๋ค!!
arch -x86_64 pod install --repo-update
์๋ ๊ฒ ๋ช ๋ น์ด๋ฅผ ์ ๋ ฅํด์ฃผ๋, ์ ์์ ์ผ๋ก pod install์ด ์งํ๋์๋ค!!!!