I have tried on different mac machines, no luck.
May be problem with corona build server? or Am I missing something ? Any suggestions?
I have tried on different mac machines, no luck.
May be problem with corona build server? or Am I missing something ? Any suggestions?
Hi @madan,
Just to clarify, if you remove the “fuse” plugin from build.settings, the build works in all cases? Did you apply and get access for using Fuse as part of the Fuse open beta group?
Brent
One thing I see is that you’re loading the old Facebook plugin. You need to be using the Facebook V4 plugin. See:
https://store.coronalabs.com/plugin/facebook-v4
Are there additional messages in your Xcode devices console log?
I tried removing fuse plugin from build.settings. The problem still exists. Although after disabling “Monetization and Analytics” the build works fine at all times.
I’m using the old facebook plugin because facebook v4 plugin is unstable and still in beta. Certain apis that we need are not yet available.Also tried facebookV4 plugin instead of the old plugin, but still not able to build. I get the same error while building.
No Rob, I don’t get any additional messages in the Xcode devices console log.
I got the following message in the Xcode devices console log :
“WebServices: XMLRPC request failed: Error Domain=NSURLErrorDomain Code=-1001 “The request timed out.” UserInfo=0x7f95dad46880 {NSUnderlyingError=0x7f95dafbfe60 “The request timed out.”, NSErrorFailingURLStringKey=https://developer.coronalabs.com/services/xmlrpc, NSErrorFailingURLKey=https://developer.coronalabs.com/services/xmlrpc, NSLocalizedDescription=The request timed out.}”
While we say the V4 plugin is still in beta, it’s stable and all V1 plugin features should be in place. The reason we haven’t taken the beta tag off yet is additional features are still being worked on. If you plan to deploy to iOS you must use V4 because of Apple’s ATS requirements.
The error message tells me you can’t reach our build servers. Normally on Windows this is due to Windows / Internet Explorer setting a proxy (a go between server designed to filter/block traffic). Usually Mac’s don’t have this issue, but there is a possibility this could happen or you have a firewall blocking some services.
What happens if you try to access: https://developer.coronalabs.com/services/xmlrpc
from Safari (Mac) or Internet Explorer (Windows) (don’t test with Firefox or Chrome), Until you can access that URL, you will have build problems. You’re not using a VM by any chance?
Rob
@Rob
In facbook V4 plugin, showDialog(“friends”) is not supported for iOS that’s why we didn’t migrate to V4. Also using pluginV4 gives the same error.
Got the following when tried accessing https://developer.coronalabs.com/services/xmlrpc
XML-RPC server accepts POST requests only.
We are not using VM, We tried in two mac devices(Firewall disabled) the result was the same. And also tried creating a sample project (hello world app) with the same build.setting, still got the same error.
P.S. The problem persists.
Can you build the Hello World sample app?
No, I am not able to build hello world sample app (with same build.settings).
Just to clarify, are you using your build.settings or the hello world build.settings?
Rob
If I use hello world build.settings it builds fine. If I use my build.settings, build not working.
Can you start commenting out plugins one by one until you find the culprit?
I tried commenting one by one, build didn’t work.
Build worked when :
* Commenting facebook plugin. or
* Commenting some random plugins together. or
* Disabling fuse monetization and analytics.
You can replicate build error by creating a sample project with my build.settings(posted previously) in Mac device.
Madan
Any updates on this issue?
Its been over a month now, still facing the same issue on all daily builds.
We couldn’t publish an update to our game on iOS because of this issue. :(
Hi madan,
I think the build problem I have been having is related to yours. the facebook.v4 plug-in also appears to be failing to link properly when “Enable Analytics and Monetization” is enabled.
This means as of right now, Fuse and facebook.v4 cannot be used together.
See this thread for more details.
Best regards,
Tony
I think the issue is fixed, the builds are working fine.
I think the issue is fixed, the builds are working fine.