Cant build for iOS - null error

Hello guys,

I recently got new kind of error while trying to build for iOS: 

corona_error.png

Any tips what to do to fix it whould be welcome!

here is a log from console:

2013-11-25 16:46:42.370 Corona Simulator[36837:707] Using Custom Build Id 69d47d1ba9be509f9c42ceb6c37f0d37 Using additional build settings from: /Users/user9532/Desktop/Dropbox/Mac/royaloffense/build.settings WARNING: Your SDK may be out of date b/c the following SDK directory could not be found: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk WARNING: Using the following SDK instead: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk Runtime error ...ktop/royaloffense.app/.build/libtemplate/Builder.lua:295: \<error\>{"status":32512,"message":"sh: /Applications/Xcode5.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++: No such file or directory"}\</error\> stack traceback: [C]: ? [C]: in function 'assert' ...ktop/royaloffense.app/.build/libtemplate/Builder.lua:295: in function 'checkError' ...ktop/royaloffense.app/.build/libtemplate/Builder.lua:318: in function 'build' ?: in function 'buildExe' ?: in function \<?:695\> Runtime error: ...ktop/royaloffense.app/.build/libtemplate/Builder.lua:295: \<error\>{"status":32512,"message":"sh: /Applications/Xcode5.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++: No such file or directory"}\</error\> stack traceback: [C]: ? [C]: in function 'assert' ...ktop/royaloffense.app/.build/libtemplate/Builder.lua:295: in function 'checkError' ...ktop/royaloffense.app/.build/libtemplate/Builder.lua:318: in function 'build' ?: in function 'buildExe' ?: in function \<?:695\> &nbsp;

This is totaly weird - when I tryed to build other project - all worked. But when trying to build this one - not.

I have tryed to build it on Win Corona - all went ok as well.

I have just got this error! Did you manage to find out what was causing it?

Null errors on build can come from many sources.  One that bites me all the time is I may have a .lua file in my project that I’m not using that has a syntax error in it.  The build process tries to compile all .lua files and it may encounter an oops and throw this error.

Sometimes its due to a communications break down between your computer and our build servers.  Whatever the reason it should say why in the terminal window.

In the case of the original post above, it looks like XCode isn’t installed correctly.

Rob

Hey Rob,

in my case XCode was installed correctly - since I was able to build other projects successfully.

Since I needed urgenly to fix it - I rented another MacInCloud server - set it up, and was able to build my Project.

At this point - i think problem was not in XCode itself, but in my try to integrate Corona Enterprise - i was trying to set up Project there with certificats - and i think they overtook settings for this UID/iIDs.

Purging(getting a new one =)) whole Mac - was a way for me to fix it =) SO i still got this problem on my old server - but its ok, since it houry plan. If anyone from corona stuff wanna take a look at it - I can provide access to it.

Did you tryed to build it for Android? Did you tryed build any other project with different name?

This is totaly weird - when I tryed to build other project - all worked. But when trying to build this one - not.

I have tryed to build it on Win Corona - all went ok as well.

I have just got this error! Did you manage to find out what was causing it?

Null errors on build can come from many sources.  One that bites me all the time is I may have a .lua file in my project that I’m not using that has a syntax error in it.  The build process tries to compile all .lua files and it may encounter an oops and throw this error.

Sometimes its due to a communications break down between your computer and our build servers.  Whatever the reason it should say why in the terminal window.

In the case of the original post above, it looks like XCode isn’t installed correctly.

Rob

Hey Rob,

in my case XCode was installed correctly - since I was able to build other projects successfully.

Since I needed urgenly to fix it - I rented another MacInCloud server - set it up, and was able to build my Project.

At this point - i think problem was not in XCode itself, but in my try to integrate Corona Enterprise - i was trying to set up Project there with certificats - and i think they overtook settings for this UID/iIDs.

Purging(getting a new one =)) whole Mac - was a way for me to fix it =) SO i still got this problem on my old server - but its ok, since it houry plan. If anyone from corona stuff wanna take a look at it - I can provide access to it.

Did you tryed to build it for Android? Did you tryed build any other project with different name?