iOS publishing issue error on build exit code xcode error 65

Tried the new iOS publishing feature (Development, not release) and all i get is an error from the build server. Tried several times but th result does not change, the error log follows…
What drives me mad is that i’ve purchased a gold subscription only for this feature that currently and imho does not work…

Any ideas?

(only the ending part of the log is copied here…

Build settings from command line:
‘-UseModernBuildSystem = 1’
CONFIGURATION_BUILD_DIR = /Users/vagrant/git/baseApp/platforms/ios/build/device
SHARED_PRECOMPS_DIR = /Users/vagrant/git/baseApp/platforms/ios/build/sharedpch

Prepare packages

ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target ‘TombolaMostruosa’ in project ‘TombolaMostruosa’
âžœ Explicit dependency on target ‘CordovaLib’ in project ‘CordovaLib’
Target ‘CordovaLib’ in project ‘CordovaLib’ (no dependencies)

GatherProvisioningInputs

CreateBuildDescription
Build description signature: 8b158ff801127c819f241a50ecf9561c
Build description path: /Users/vagrant/Library/Developer/Xcode/DerivedData/TombolaMostruosa-cbggjjxeuvgahadlwhxeomfyjlap/Build/Intermediates.noindex/ArchiveIntermediates/TombolaMostruosa/IntermediateBuildFilesPath/XCBuildData/8b158ff801127c819f241a50ecf9561c.xcbuilddata

/Users/vagrant/git/baseApp/platforms/ios/CordovaLib/CordovaLib.xcodeproj: warning: The iOS deployment target ‘IPHONEOS_DEPLOYMENT_TARGET’ is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.2.99. (in target ‘CordovaLib’ from project ‘CordovaLib’)
/Users/vagrant/git/baseApp/platforms/ios/TombolaMostruosa.xcodeproj: warning: The iOS deployment target ‘IPHONEOS_DEPLOYMENT_TARGET’ is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.2.99. (in target ‘TombolaMostruosa’ from project ‘TombolaMostruosa’)
/Users/vagrant/git/baseApp/platforms/ios/TombolaMostruosa.xcodeproj: error: Provisioning profile “Tombola Mostruosa” has app ID “com.khreos.tombolamostruosa”, which does not match the bundle ID “com.example.gamename”. (in target ‘TombolaMostruosa’ from project ‘TombolaMostruosa’)
warning: Run script build phase ‘Copy www directory’ will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking “Based on dependency analysis” in the script phase. (in target ‘TombolaMostruosa’ from project ‘TombolaMostruosa’)
** ARCHIVE FAILED **

xcodebuild: Command failed with exit code 65