Hi guys,
after native push integration, I can’t build for ios platform…
sudo ionic cordova build ios
...
imulator/WeAreEnergy.build/Objects-normal/x86_64/PushPlugin.o
/Volumes/Data/projects/ionic2/app-contest-specchio/platforms/ios/WeAreEnergy/Plugins/phonegap-plugin-push/PushPlugin.m:30:9: fatal error: module 'FirebaseInstanceID' not found
@import FirebaseInstanceID;
~~~~~~~^~~~~~~~~~~~~~~~~~
1 error generated.
** BUILD FAILED **
The following build commands failed:
CompileC /var/root/Library/Developer/Xcode/DerivedData/WeAreEnergy-fwiasqlrltblyzbstqliuikehzag/Build/Intermediates.noindex/WeAreEnergy.build/Debug-iphonesimulator/WeAreEnergy.build/Objects-normal/x86_64/PushPlugin.o WeAreEnergy/Plugins/phonegap-plugin-push/PushPlugin.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
(node:2453) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error code 65 for command: xcodebuild with args: -xcconfig,/Volumes/Data/projects/ionic2/app-contest-specchio/platforms/ios/cordova/build-debug.xcconfig,-workspace,WeAreEnergy.xcworkspace,-scheme,WeAreEnergy,-configuration,Debug,-sdk,iphonesimulator,-destination,platform=iOS Simulator,name=iPhone X,build,CONFIGURATION_BUILD_DIR=/Volumes/Data/projects/ionic2/app-contest-specchio/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Volumes/Data/projects/ionic2/app-contest-specchio/platforms/ios/build/sharedpch
(node:2453) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Could you please help me?
Thanks