1

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?

user2931321
  • 468
  • 1
  • 7
  • 28

1 Answers1

1

solved it by following link How can I use .xcconfig files in Xcode 4?

mentioned bundle identifier in config files

and from terminal: xcodebuild -xcconfig filename

Community
  • 1
  • 1
user2931321
  • 468
  • 1
  • 7
  • 28