EvanBacon / expo-native-firebase

🔥 Native Firebase Expo App (iOS, Android) Demo for Firestore, Notifications, Analytics, Storage, Messaging, Database 🚨
211 stars 41 forks source link

Fix iOS build after cloning repo #27

Closed IjzerenHein closed 4 years ago

IjzerenHein commented 4 years ago

Building the iOS project failed (error: 'FBSDKCoreKit/FBSDKAppEvents.h' file not found) due to the build-output contained in the repo (ios/build). This PR removes the build-output as well as the installed ios/Pods folder. .gitignore has been updated as well to reflect the contents of a fresh bare expo project.