Currently, I'm working on an app. For the notifications I've been using phonegap-plugin-push combined with Firebase.
I'm using this plugin for Android as well as iOS. On Android it works perfectly fine, sure I've been experiencing problems, but got it all done now. IOS on the other hand won't work. The app won't even build.
If I build I get this error:
** BUILD FAILED**
The following build commands failed:
CopyPlistFile /Users/gio/app/Project/platforms/ios/build/emulator/Project.app/GoogleService-Info.plist /Users/gio/App/App/Project/platforms/ios/Project/Resources/GoogleService-Info.plist (1 failure)
Error: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/gio/app/Project/platforms/ios/cordova/build-debug.xcconfig,-workspace,Project.xcworkspace,-scheme,Project,-configuration,Debug,-sdk,iphonesimulator,-destination,platform=iOS Simulator, name = iPhone SE,build,CONFIGURATION_BUILD_DIR=/Users/gio/app/Project/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/gio/app/Project/platforms/ios/build/sharedpch
As you can notice the path that the app is searching for has a double "root" (/App/App/)
I guess that the programming is trying to put of get something to of from a path that doesn't exist.
The strange thing is that it works on Android without any problems and it won't work on iOS.
Cordova version: 7.0.1
Cordova iOS version: 4.4.0