invalid bundle

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 :slight_smile:

Cheers Chris
[import]uid: 7841 topic_id: 31797 reply_id: 331797[/import]

Anybody?

There is a typo in the code above as I left off the ID seed from the start of the identifier, but in my code here it is correct.

I’ve looked into this a bit further…
If I leave out the CFBundleIdentifier line then the app builds fine with no errors, but facebook throws a wobbly, but if I put it in then facebook works fine but the app doesn’t pass Apple validation test.
I’ve looked on itunesconnect and my identifier matches up with that…
I gather that if you leave the line out then corona puts the identifier in for you, so when I have built it is there somewhere I can look to see what it has put in so I can match that up with Facebook?

[import]uid: 7841 topic_id: 31797 reply_id: 126990[/import]

Anybody?

There is a typo in the code above as I left off the ID seed from the start of the identifier, but in my code here it is correct.

I’ve looked into this a bit further…
If I leave out the CFBundleIdentifier line then the app builds fine with no errors, but facebook throws a wobbly, but if I put it in then facebook works fine but the app doesn’t pass Apple validation test.
I’ve looked on itunesconnect and my identifier matches up with that…
I gather that if you leave the line out then corona puts the identifier in for you, so when I have built it is there somewhere I can look to see what it has put in so I can match that up with Facebook?

[import]uid: 7841 topic_id: 31797 reply_id: 126990[/import]