I am getting the following 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"
Why is this? Googling for this I found out that I need to follow the provisioning steps more closely, I did that. I am using 4.3.3.
I have just solved the exact problem by editing my Entitlements.plist.I found out how/why in this post.
You can edit your Entitlements.plist as a property file (see Pranav’s answer) or you can edit it directly as I did.
My Entitlements.plist now resembles this:-