-
Notifications
You must be signed in to change notification settings - Fork 114
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
iOS build is failing #82
Comments
Did you provide the iOS settings via variables?
Unfortunately this stuff is hard to automate. You might need to fix some scripts or go through Xcode. I am open to any PR. |
I'll check, I have manually added the configuration to package.json so that might be it. See #83 as to why I thought it would work. |
Yes this plugin has hook scripts that get the values from config.xml only for now. |
@NiklasMerz I have added the relevant flags and it seems that the project is using them but I still get the same error.
|
Interestingly, when adding the package using
Might be something to do with how cordova works, I have no clue... In any case, after manually adding the plugin on my developer machine I got another error saying: "No signing certificate "iOS Development" found... I probably need another provisioning file for the extension project, I'm not sure, but it seems to be too complicated to continue right now. I'll stabilize my build process without this extension and see if I can come back to it once it is stable. |
Yes this whole iOS signing is difficult for extensions. I am using a separate profile for extensions. |
@BenjaminPoncet are you using this plugin with a CI server and was able to make it work without opening xcode? |
Hopefully the above PR should fix this issue. |
As a side note, I managed to make my CI build pass after using the above PR and another PR for cordova-ios to fix the issue with the provisioning profiles. |
Hi,
Thanks for this great extension! It's working great on my android app.
I'm trying to add this extension to iOS and when adding it the build is failing... :-/
Failure can be seen here:
https://ci.appveyor.com/project/IsraelHikingHost/site/builds/29826306/job/1utb7xvtubx1c2xr
The code can be seen here:
https://github.com/IsraelHikingMap/Site/tree/master/IsraelHiking.Web
When removing this plugin the build passes (locally, I haven't tried it yet on the build server).
Some side questions:
project.json
file as I see the following line in the build:The text was updated successfully, but these errors were encountered: