I couldn't generate my mobile app. It's said because my app declared resource www/google-services-dev.json on extensibility configurations. But meanwhile my app doesn't declare anything in extensibility configurations.
I suspect that I have another app that declared that resource (www/google-services-dev.json) to provide notifications using Firebase and also uses the OutSystems Cloud Messaging plugin. But I can generate the app that declared that resource. If indeed it is because of that, what is the correlation?
What caused the error?
Below are the picture of the error
Thank you
Ok then.
I'll close this post because the discussion now is on the new post https://www.outsystems.com/forums/discussion/94927/cloud-messaging-plugin-firebase-error-generating-a-mobile-app-with-dependenci/
Hi @Justin Hadinata Suwito,
I believe that the reason for your problem is because you have no resource, even though you have mentioned in your extensibility configuration that there are are some.
I would suggest you to revert your extensibility configuration to default and try again. This can be done by following the screenshots attached.
Open Service Center and Select "Manage all environments in LifeTime".
Once there select the application that your are trying to distribute and click on the more option.
Select Settings in the details screen of your application. Scroll down and revert this to Default and try to distribute your application again.
Hope this helps.
Regards,
Akash Balamurugan
Hi @Akash BalamuruganMy app already set default
Thanks
Hi Justin,
Do you use plugins, specially cordova based ?
Usually this is impact of old cordova plugins, can you inform what plugin that you use ?
Hi @Toto I think I have been able to reproduce the issue. It is due to my mobile app, which has dependencies on an application utilizing a cloud messaging plugin. I have already opened a new issue at this link.