MacOS app validating: Problem with profile compatible with iOS app

Hello,
I'm currently developing cross-platform application in Qt 5.14 for iOS and macOS. At this moment I have successfully submitted iOS app on the App Store and now i'm trying to do this same on the Mac App Store.
Unfortunately I have problem. When I'm trying to validate archive at Xcode I got an error:
Unable to process application at this time due to the following error: Invalid Provisioning Profile. This provisioning profile is not compatible with iOS apps.
I have separater profiles for MacOS and iOS base on same Apple ID. I also checked the build settings ad there is no information about iOS anywhere.
My Info.plist file and entielements file are also separate for every OS.

https://stackoverflow.com/posts/61272814/timeline

The problem was Archive app validator in Xcode. I solved problem by using Distribiute App instead of Validate App

Accepted Answer

https://stackoverflow.com/posts/61272814/timeline

The problem was Archive app validator in Xcode. I solved problem by using Distribiute App instead of Validate App

MacOS app validating: Problem with profile compatible with iOS app
 
 
Q