-
Notifications
You must be signed in to change notification settings - Fork 246
iOS custom build fails as per the docs #284
Comments
The right way is to replace
I don't know the consequences of editing the reference in Sorry if this is already explained in the custom build docs, I couldn't find it. |
This actually seems to be a bug phonegap/phonegap-app-developer#523 |
Is this still happening @pzanitti ? |
I haven't tested again in a while but it shouldn't. The startup bug was fixed. However the Custom Build docs don't mention that when you change the widget it you also need to roll in your own phonegap-docs/docs/3-references/developer-app/6-custom-build/ios-custom-build.html.md Line 29 in 9833835
|
The docs naturally state that the
config.xml
widget id has to be changed to something unique.phonegap-docs/docs/3-references/developer-app/6-custom-build/ios-custom-build.html.md
Line 29 in 9833835
But there is also a
./google-services.json
file that references the id.https://github.com/phonegap/phonegap-app-developer/blob/83417c7fb083ebc2ec7df8441806ad444866e0d8/google-services.json#L13
If you try to build without changing that attribute, you will get
However even when I change it and make my custom build (
phonegap run android --device
), it never connects to myphonegap serve
, it gets stuck atDOWNLOADING...
. Same phone, same computer, the App Store version works perfectly.The text was updated successfully, but these errors were encountered: