-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config.xml rewritten by ionic cordova build #86
Comments
Not sure what confide.xml is, but the info.plist is obviously empty.
This will populate your info.plist automatically. Alternatively, you can specify the strings yourself. |
I had spelling mistake - it is config.xml I have installed the plugin in the exactly same way as written in the README file. But when i run
|
I don't know really. I usually compile with Xcode directly. Try adding |
Well I guess I can do that, but it would be nice the plugin to work as expected, when the command 'ionic cordova build ios --prod --release --device' is executed (not to reset the values and write it to the .plist ). |
The config.xml is correctly configured at installation time. It may be a problem introduce by ionic, I have no control over it. |
I have found the problem. The project's The proper plugin variable values must be stated in the |
you mean the plugin's package.json or your project's package.json? |
@dariosalvi78 I have updated my previous comment. |
Thanks, could you please suggest a modification to the README either by posting it here, or by doing a pull request so that people who run into the same issue know what to do? |
@dariosalvi78 "Changing Changes of this values directly in the
|
could you post an example of what would need to be inside the package.json ? |
I ran into the same issue when using the Ionic Package cloud service to build the app. Config.xml is configured correctly, but the values are missing from Info.plist. I will try the solution in #86 (comment) and report back here. |
Yes, that works! When cloud building with Ionic Package,
Could you add this to the README? |
Just FYI if your plugins folder has a fetch.json and it has a usage description, then it is picked up from there when you delete and readd the platform. |
FIrst, thank you for the amazing plugin. It works awesome in Ionic.
My problem is when I have tried to deploy my app to App store i get the following error.
My config.xml
Can you help men with my problem ?
EDIT 1:
this is my app info.plist file entry
So why then the information from the config.xml is not propagated to the info.plist file?
The text was updated successfully, but these errors were encountered: