Something wrong with corona sdk 2013.1202

Hi! I got something wrong with my current corona sdk 2013.12.02 as I build day by day it’s working fine but just today while i try to build with this version and get the app on device there many error occur in my app. There is no change any code in its but the build.

Do the errors refer to any specific code lines? If you could post the text from the simulator debug window it would help out a lot.

Connection error: (corona.build.6) fault(Missing required arguments.)

2014-06-10 10:33:24.947 Corona Simulator[868:507] Connection error: (corona.build.6) ({

 

is the error I keep getting 

Is this still happening?

@Panc all the code are fine, in the simulator is running well, everything from start to end is ok, but while on device this 1202 version that could make everything work before start to have problem from first start in ma app. I used to test my app with corona higher than 1202 the error occurred then i turn back to build with 1202 everything work as normal, but yesterday and today 1202 version build did not work for me anymore on device.

Can you guys give me more information about what exactly your setup is like?

This portion of the error ( Connection error: (corona.build.6) fault(Missing required arguments.) ) basically means this probably isn’t a build server issue, and has something to do with your project, your computer, or potentially an apple change of some kind.

So I’d be interested in knowing more details about:

OS Version

Xcode version

Target platform

build.settings contents

@Seanh currently ma app using

  • corona 1202

  • Xcode 5.1

  • target platform IOS and Android

while build with ios platform and get it on device it did not work as before

but for android it working fine with the same code

Do the errors refer to any specific code lines? If you could post the text from the simulator debug window it would help out a lot.

Connection error: (corona.build.6) fault(Missing required arguments.)

2014-06-10 10:33:24.947 Corona Simulator[868:507] Connection error: (corona.build.6) ({

 

is the error I keep getting 

Is this still happening?

@Panc all the code are fine, in the simulator is running well, everything from start to end is ok, but while on device this 1202 version that could make everything work before start to have problem from first start in ma app. I used to test my app with corona higher than 1202 the error occurred then i turn back to build with 1202 everything work as normal, but yesterday and today 1202 version build did not work for me anymore on device.

Can you guys give me more information about what exactly your setup is like?

This portion of the error ( Connection error: (corona.build.6) fault(Missing required arguments.) ) basically means this probably isn’t a build server issue, and has something to do with your project, your computer, or potentially an apple change of some kind.

So I’d be interested in knowing more details about:

OS Version

Xcode version

Target platform

build.settings contents

@Seanh currently ma app using

  • corona 1202

  • Xcode 5.1

  • target platform IOS and Android

while build with ios platform and get it on device it did not work as before

but for android it working fine with the same code