framework does not support provisioning exportArchive:
while building IPA file using command tools , getting error like this"has been manually specified. Remove this item from the \"provisioningProfiles\" dictionary in your Export Options property list.}\n\n** EXPORT FAILED".
Xcode Version 13.4.1 (13F100)
using below code in command line tool:
xcodebuild archive -workspace ".xcworkspace" -scheme "" -allowProvisioningUpdates -configuration "${10}" -archivePath "${6}/${2}.xcarchive" DEVELOPMENT_TEAM="${11}" PRODUCT_BUNDLE_IDENTIFIER="${12}" PROVISIONING_PROFILE="${13}"
if anybody knows how to overcome this issue, please help.
MacBook Pro