Possible solution for packaging fails for iOS

The bundle identifier is wrong. It is the inverse url string, that you specifiy when generating the provisioning profiles in the Apple Developer portal. Like com.myname.mygame .
And you need to put your provisioning profile (*.mobileprovision) in the Build/IOS folder aswell.