Hello,
I’m planning to test my app on Testflight, but when I build for iOS, I get the following error message:
Unexpected build error (check the Simulator console for messages).
Below is the message in the Corona Terminal:
2014-06-02 15:48:02.326 Corona Simulator[46083:507] CreateDictionary: item.value unexpectedly NULL for item.key ‘appPackage’
2014-06-02 15:48:04.042 Corona Simulator[46083:507] Connection error: (corona.build.6) fault(Missing required arguments.)
2014-06-02 15:48:04.043 Corona Simulator[46083:507] Connection error: (corona.build.6) ({
“/FaultCode” = 1;
“/FaultString” = “Missing required arguments.”;
“/kWSHTTPResponseMessage” = “<CFHTTPMessageRef 0x7f8db78dc3f0(0x7f8db78dc400)> { parsed response, url = http://developer.coronalabs.com/services/xmlrpc, status = 200 }”;
“/kWSResultIsFault” = 1;
})
I created the necessary certificates, provisional profiles, etc. as it was advised in the Corona guide. I also tried building a sample “Hello World” app, and I get the same error. The error appears on both my desktop and laptop computers. Building for Android has no problems, but I need to build for iOS.
I’m using OSX 10.9.2 and Corona Version 2014.2189 (2014.3.6)
Does anyone know the cause of this issue?