skip to Main Content

-U and -bitcode_bundle (Xcode setting ENABLE_BITCODE=YES) cannot be used together in Xcode 13 – React native

I'm facing this issue when I try to run the app in Xcode. my Xcode version is 13.2.1 (13C100) -U and -bitcode_bundle (Xcode setting ENABLE_BITCODE=YES) cannot be used together Here's my podfile $RNFirebaseAsStaticFramework = true require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' platform…

VIEW QUESTION

React Native Navigation Installing

Below is the error while installing react native navigation. help me to sort out this problem: npm install -- save react-navigation npm ERR! code ENOENT npm ERR! syscall rename npm ERR! path E:ReactNativelogwithfirebasenode_modules@react-navigationcorenode_modulesreact-is npm ERR! dest E:ReactNativelogwithfirebasenode_modules@react-navigationcorenode_modules.react-is.DELETE npm ERR! errno…

VIEW QUESTION

Crash on useEffect react native

how can I fix these problems and run the app without errors. PS: I tried to adopt the app on other views with the same code and the code is working. Console Warning Code: import React, { useState, useEffect }…

VIEW QUESTION
Back To Top
Search