skip to Main Content

undefined method `__apply_Xcode_12_5_M1_post_install_workaround'

I am getting the below error in fresh react-native installation and when trying to do pod install. [!] An error occurred while processing the post-install hook of the Podfile. undefined method `__apply_Xcode_12_5_M1_post_install_workaround' for #<Pod::Podfile:0x00000001068fad98 @defined_in_file=#<Pathname:/Users/fullmad/Projects/saga-reserve/sagaMobile/ios/Podfile>, @internal_hash={}, @root_target_definitions=[#<Pod::Podfile::TargetDefinition label=Pods>], @current_target_definition=#<Pod::Podfile::TargetDefinition label=Pods>,…

VIEW QUESTION

Android Studio – React Native – gradle, manifest merge error

When trying to build my android react native app, im getting this error Execution failed for task ':app:processReleaseMainManifest'. > Manifest merger failed : Attribute meta-data#org.unimodules.core.AppLoader#react-native-headless@value value=(org.unimodules.adapters.react.apploader.RNHeadlessAppLoader) from [:unimodules-react-native-adapter] AndroidManifest.xml:14:13-88 is also present at [:expo-modules-core] AndroidManifest.xml:14:13-86 value=(expo.modules.adapters.react.apploader.RNHeadlessAppLoader). Suggestion: add 'tools:replace="android:value"' to…

VIEW QUESTION
Back To Top
Search