skip to Main Content

Xcode: Error Build failed while building on iPhone

I am trying to run my application on my iPhone and receiving the following error. It is working fine on Simulator and release builds are also getting built. error build: Build input file cannot be found: '/Users/mdjavedakhtar/Library/Developer/Xcode/DerivedData/baa-ejkeyxidrdwrgyctzidcxyrfemfc/Build/Products/Debug-iphoneos/OneSignalNotificationServiceExtension.appex/OneSignalNotificationServiceExtension'. Did you forget…

VIEW QUESTION

Firebase Onesignal Multiple dex files define Lcom/google/android/gms/auth/api/signin/zzc – Facebook api

My android/app/build.gradle (bottom): dependencies { compile project(':react-native-onesignal') compile project(':react-native-youtube') compile(project(":react-native-google-sign-in")) { exclude group: "com.google.android.gms" } compile project(':react-native-svg') compile project(':react-native-facebook-login') compile project(':react-native-i18n') compile fileTree(dir: "libs", include: ["*.jar"]) compile "com.android.support:appcompat-v7:23.0.1" compile "com.google.android.gms:play-services-auth:10.0.1" compile "com.facebook.react:react-native:+" // From node_modules } // Run this once…

VIEW QUESTION
Back To Top
Search