Hi,
I’ve just finished an update to my game, but when I build it I’m getting the following error…
[bash]
warning: This bundle is invalid. The application-identifier entitlement is not formatted correctly; it should contain your 10-character App ID Seed, followed by a dot, followed by your bundle identifier: RFN9Z8ZVDN.StopIt- (-19054)
[/bash]
I’m assuming there is something wrong in my build.settings file
[lua]settings = {
orientation =
{
default = “portrait”,
content = “portrait”,
supported =
{
“portrait”,“portraitUpsideDown”
},
},
iphone ={
plist={
UIApplicationExitsOnSuspend = false,
CFBundleURLTypes =
{
{
CFBundleURLSchemes=
{
“fbxxxxxxxxxxxxxxx”, – Facebook app ID
}
}
},
CFBundleIdentifier = “org.aquietspace.stopit”,
UIStatusBarHidden=true,
UIAppFonts =
{“Michroma.ttf”,
“freaktur.ttf”}
},
}
}[/lua]
… but I don’t know enough about how this should be configured.
It worked before when I last built it, but the only thing I’ve added is the facebook ID.
If anyone can help I would be eternally grateful 
Cheers Chris
[import]uid: 7841 topic_id: 31797 reply_id: 331797[/import]