Hello,
I have updated to cordova-ios 5.0.0 and this plugin to get android build successfully.
It works well, thanks. But, when I want to get an ios archive, I get this error on Xcode :
Could not build module 'Firebase'
Do you have some tips ?
Did you open YourProject.xcworkspace or YourProject.xcodeproj in Xcode?
(you need to open YourProject.xcworkspace so both your Cordova app project and the Pods project will be loaded into Xcode.)
Have you installed/updated Cocopods?
Please try cloning and building this example project as a reference.
Thanks for your quickly answer it work !!
I had to open the .xcworkspace as you mention.
Thanks !!
馃憤 I've added a note to the documentation
Most helpful comment
Did you open
YourProject.xcworkspaceorYourProject.xcodeprojin Xcode?(you need to open
YourProject.xcworkspaceso both your Cordova app project and the Pods project will be loaded into Xcode.)Have you installed/updated Cocopods?
Please try cloning and building this example project as a reference.