when try upload apk file build service gives me error when remove facebook connect plugin works fine assume plugin. working fine on older versions have upgraded latest phonegap version cli-5.2.0
error message -
oh geez. build failed. sorry, problem occurred on build server
is correct plugin url facebook-connect
<gap:plugin name="cordova-plugin-facebookconnect-orlando" version="0.11.0" source="npm"> <param name="app_id" value="####" /> <param name="app_name" value="####" /> </gap:plugin>
so, in particular case, there appears clash between local notifications 0.8.1 plugin , facebook connect 0.9. removing notifications plugin fixed problem.
if isn't solution issue though, i'd recommend systematically removing plugins config.xml , uploading identify 1 causing problem. of course notifying plugin creator see if can update it.
Comments
Post a Comment