You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing React Native app with Firebase for Android and iOS. The project was created in Windows computer and I cloned it to my Mac book using Github Desktop for iOS app development.
The platform iOS in my Podfile is: platform :ios, '12.4'
However, when I run the command: npx react-native run-ios,
the following error shown:
** BUILD FAILED **
The following build commands failed:
CompileC /Users/user/Library/Developer/Xcode/DerivedData/ATAGroup-aepxhjporadyzgaafdjletzinxhr/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RNFBDatabase.build/Objects-normal/x86_64/RNFBDatabaseReferenceModule.o /Users/user/Documents/GitHub/ATAGroup/node_modules/@react-native-firebase/database/ios/RNFBDatabase/RNFBDatabaseReferenceModule.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'RNFBDatabase' from project 'Pods')
(1 failure)
React Native iOS app development is a very new experience to me, I am totally unsure why this error occurs? Can someone please advise me? Thank you.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am developing React Native app with Firebase for Android and iOS. The project was created in Windows computer and I cloned it to my Mac book using Github Desktop for iOS app development.
Below are the Firebase library I had installed:
The platform iOS in my Podfile is:
platform :ios, '12.4'
However, when I run the command:
npx react-native run-ios
,the following error shown:
React Native iOS app development is a very new experience to me, I am totally unsure why this error occurs? Can someone please advise me? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions