IOS Build Error

Trying to Build an app for iOS but i keep getting  this error any ideas? 

-“CreateDictionary: item.value unexpectedly NULL for item.key 'appPackage”

-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) ({

Can you  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

Thank you for the reply

I tried building it with the hello world app and got the same error 

-osx 10.9.3

-xCode 5.1.1

-Corona Simulator 2014.2189(2014.3.6) (xCode 5.1 fix)

build setting settings = 

{

orientation =

{

default = “portrait”,

supported = { “portrait” }

},

iphone =

{

plist =

{

CFBundleIconFile = “Icon.png”,

CFBundleIconFiles =

{

                “Icon.png”, 

                “Icon@2x.png”, 

                “Icon-60.png”,

                “Icon-60@2x.png”,

                “Icon-72.png”, 

                “Icon-72@2x.png”,

                “Icon-76.png”,

                “Icon-76@2x.png”, 

                “Icon-Small.png”, 

                “Icon-Small@2x.png”,

                “Icon-Small-40.png”,

                “Icon-Small-40@2x.png”,

                “Icon-Small-50.png”, 

                “Icon-Small-50@2x.png”,

},

},

},

}

Is the iOS  build option available  for free users ?

Hello @keenanandhis300,

Yes, all users can build and deploy apps to market. Please see the pricing page for more details:

http://coronalabs.com/pricing/

Take care,

Brent

Found my problem I was using a wildcard option for the game certificate, then i ran into anther problem I had too many keys in my key chain. 

Can you  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

Thank you for the reply

I tried building it with the hello world app and got the same error 

-osx 10.9.3

-xCode 5.1.1

-Corona Simulator 2014.2189(2014.3.6) (xCode 5.1 fix)

build setting settings = 

{

orientation =

{

default = “portrait”,

supported = { “portrait” }

},

iphone =

{

plist =

{

CFBundleIconFile = “Icon.png”,

CFBundleIconFiles =

{

                “Icon.png”, 

                “Icon@2x.png”, 

                “Icon-60.png”,

                “Icon-60@2x.png”,

                “Icon-72.png”, 

                “Icon-72@2x.png”,

                “Icon-76.png”,

                “Icon-76@2x.png”, 

                “Icon-Small.png”, 

                “Icon-Small@2x.png”,

                “Icon-Small-40.png”,

                “Icon-Small-40@2x.png”,

                “Icon-Small-50.png”, 

                “Icon-Small-50@2x.png”,

},

},

},

}

Is the iOS  build option available  for free users ?

Hello @keenanandhis300,

Yes, all users can build and deploy apps to market. Please see the pricing page for more details:

http://coronalabs.com/pricing/

Take care,

Brent

Found my problem I was using a wildcard option for the game certificate, then i ran into anther problem I had too many keys in my key chain.