I have two bundle identifiers which i need to specify in terminal while generating ipa file. Can anyone suggest me ?
To generate ipa file i have used below command
xcodebuild -exportArchive -exportFormat ipa -archivePath "/Users/xxx/Downloads/Example-MKLocalSearch-master/LocalSearchExample.xcarchive" -exportPath "/Users/xxx/Desktop/LocalSearch.ipa" -exportProvisioningProfile "xxx Development"
here i want to specify bundle identifier. Any suggestions?
Is it possible?