[ReactNative] 'value' is unavailable: introduced in iOS 12.0
2023. 4. 11. 15:07ㆍFrontEnd/ReactNative
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
ReactNative 에서도 실행이 되지 않고
( xcodebuild: WARNING: Using the first of multiple matching destinations )
xcode를 열어서 빌드를 해도
( 'value' is unavailable: introduced in iOS 12.0 ) 표시 될때에
내가 실행할 당시 버전은 11버전이 아니었나 의심해보고
node_modules/react-native/scripts/react_native_pods.rb
# 위치 들어가서 11.0 검색 > 12.0으로 변경
ios/build/generated/ios/React-Codegen.podspec.json
# 해당 위치 들어가서 11.0 검색 12.0으로 변경
한 뒤에 다시 /ios에서 pod install을 한 뒤 실행하면 잘 된다. : )