Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins Archiving fails says :"You have to provide a value for either the marketing or technical version. Found neither."

Tags:

xcode

ios

jenkins

I am trying to build Xcode project in Jenkins, I was able to successfully run my first Jenkins project. After compilation it gave me "app" bundle.

Now i'm trying to archive the bundle, but I'm getting the following error

"You have to provide a value for either the marketing or technical version. Found neither."

I tried playing with configuration but nothing seems to be working. Configurations (already tried with empty fields)

like image 540
Saqib Saud Avatar asked Oct 31 '22 13:10

Saqib Saud


1 Answers

Xcode has a built-in tool called agvtool. Agvtool only works if you have "Apple generic" version system in settings.

Change the version system to "Apple generic" in target settings. Target settings

like image 122
Saqib Saud Avatar answered Nov 15 '22 06:11

Saqib Saud