Build Error

warning: iPhone/iPod Touch: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv6 (-19033)

I am receiving the above error when the build of my app finishes.

What is it, and how can I prevent??

Thanks! [import]uid: 86879 topic_id: 20671 reply_id: 320671[/import]

Are you specifying a MinimumOSVersion less than 4.3 in the plist section of the build.settings file and using a build greater than 704?

If not, it may indicate an error in the build.settings file. I would rename build.settings and try building again. If that works, check the syntax in the build.settings file. [import]uid: 7559 topic_id: 20671 reply_id: 81123[/import]

I am using build 2012.730 (today’s)

and my build.settings are as followed…
settings =
{
orientation =
{
default = “portrait”,
supported = { “portrait” },
},

iphone =
{
components = { “openfeint” },

plist =
{

UIAppFonts = { “handsean.ttf” },

UIStatusBarHidden=true,
UIApplicationExitsOnSuspend = true,
UIPrerenderedIcon = true
},
}

} [import]uid: 86879 topic_id: 20671 reply_id: 81130[/import]