After integrate app with FB SDK I can't upload it to iTunes Connect.
Xcode says:
iTunes Store operation failed. This action could not be completed. Try again.AppLoader:
ERROR ITMS-90161: "Invalid Provisioning Profile. The provisioning profile included in the bundle xxx [Payload/xxx.app] is invalid. [Missing code-signing certificate]. A Distribution Provisioning profile should be used when submitting apps to the App Store. For more information, visit the iOS Developer Portal."If I remove FBSDK frameworks and calls from project, app uploads normally.
I cant find any permissions connected with FB.
What may I do wrong?
I just resolve it (partially).
I was always use settings, for many builds in MyApps:
But in case compile app with FBSDK frmaworks its not working.
After change:
`
App Loader works properly. Xcode still not, but its enough.
http://stackoverflow.com/questions/37214750/ios-integration-app-with-fb-api
Cheers