I DON’t want to use firebase push in ios version. I removed all libraries that were exported to ios. But when you try to build in xcode an error appears :
ld: warning: directory not found for option ‘-L/Users/FK/Library/Developer/Xcode/DerivedData/Unity-iPhone-dnakzntwlhmijndphyletzsomaqq/Build/Products/ReleaseForRunning-iphoneos/FirebaseCore’
ld: warning: directory not found for option ‘-L/Users/FK/Library/Developer/Xcode/DerivedData/Unity-iPhone-dnakzntwlhmijndphyletzsomaqq/Build/Products/ReleaseForRunning-iphoneos/FirebaseCoreDiagnostics’
ld: warning: directory not found for option ‘-L/Users/FK/Library/Developer/Xcode/DerivedData/Unity-iPhone-dnakzntwlhmijndphyletzsomaqq/Build/Products/ReleaseForRunning-iphoneos/FirebaseInstanceID’
ld: warning: directory not found for option ‘-L/Users/FK/Library/Developer/Xcode/DerivedData/Unity-iPhone-dnakzntwlhmijndphyletzsomaqq/Build/Products/ReleaseForRunning-iphoneos/FirebaseMessaging’
ld: warning: directory not found for option ‘-L/Users/FK/Library/Developer/Xcode/DerivedData/Unity-iPhone-dnakzntwlhmijndphyletzsomaqq/Build/Products/ReleaseForRunning-iphoneos/GoogleDataTransport’
library not found for -lFirebaseCore
There are ways to exclude firebase push from ios version but leave it in android?