When I tried to compile my app to test on m y device, I got this message :
[ERROR] Error details: Bundle identifier is missing."AppName" doesn't have a bundle identifier for the Debug build configuration. Add a value for PRODUCT_BUNDLE_IDENTIFIER in the build settings editor.
I found a lot of answers about this but no solution.
I even found this : "This issue has been resolved and the result is Titanium does not support managed provisioning profiles. It simply displays an error and fails out. This is because the Xcode project we generate doesn't support managed provisioning profiles. We may fix this in the future and remove this limitation. This "fix" will be released with Titanium SDK 6.0.0."
But I still got the problem
Anyone has a solution ? thanks all