Error on build for iphone

Hi!
I haven’t been able to build for iphone for about two days now.
I get this response in the console window :

An error occurred during build. The server returned the following message:
[Error: (iOS) builds were not available. Version(1354924800)]

is the server down ?

[import]uid: 103182 topic_id: 20287 reply_id: 320287[/import]

Hey there - what version of Corona are you using? If it is a daily build can you revert to the latest stable (704) and let me know results, please?

Peach :slight_smile: [import]uid: 52491 topic_id: 20287 reply_id: 79376[/import]

Hey Peach!
I replaced my version wich was 722 with 704 and now it seems to work fine again.
What can be causing the problem? I havent about anyone else who has got that error.
I’m deploying on a macbookpro.

[import]uid: 103182 topic_id: 20287 reply_id: 79390[/import]

I get the same error on the previous version CoronaSDK 2011.712 2011.12.21 as well, and unfortunately thats the build that i need for my app to work. I use the new timeStep function in the physics engine.

console error:

ERROR: An error occurred during build. The server returned the following message:
[Error: (iOS) builds were not available. Version(1354924800)] [import]uid: 103182 topic_id: 20287 reply_id: 79422[/import]

Hey again,

Can you build any sample code using either of those newer versions?

Please let me know and I’ll pass this on to the team.

Peach :slight_smile: [import]uid: 52491 topic_id: 20287 reply_id: 79645[/import]

I just tried compiling a blank main.lua and i get the same result :

ERROR: An error occurred during build. The server returned the following message:
[Error: (iOS) builds were not available. Version(1354924800)]

This is really weird =/ [import]uid: 103182 topic_id: 20287 reply_id: 79761[/import]

This isn’t my area of expertise but I’ve passed it on to the team.

In the meantime I’m not totally sure what to suggest; you could file a bug report so we have a lot more info about your setup which may help, as the issue doesn’t seem to be widespread.

Would you be able to do that using the link in the top right, please?

Peach :slight_smile: [import]uid: 52491 topic_id: 20287 reply_id: 79807[/import]

I’v located the problem. It was an example code in the build.settings file that was causing the problem. my bad =)
The older versions seemed to ignore this fault setting.

build =
{
custom = “a1234”,
}
Thanks for your help!
[import]uid: 103182 topic_id: 20287 reply_id: 79839[/import]

Glad it’s sorted; that’s why you should try building sample code though, so the build, config and main are all owns we know to work.

Peach :wink: [import]uid: 52491 topic_id: 20287 reply_id: 79970[/import]