설치 npx react-native start —reset-cache npx react-native run-ios npx react-native run-android 에러 undefined method `__apply_Xcode_12_5_M1_post_install_workaround' ios/Profile 에서 __apply_Xcode_12_5_M1_post_install_workaround(installer) 주석처리 Execution failed for task ':app:mergeLibDexDebug' project.ext.react = [ enableHermes: false, ] android { defaultConfig { multiDexEnabled true } } dependencies {..