Xcode - No author information was supplied by the version control system


Xcode - No author information was supplied by the version control system

If you get the above message when you are trying to create your App project using Xcode, do the following,

  1. Click on the fix button on warning message dialog,
  2. You will see a source control window pop-up,
  3. Enter the Author Name (Author Email and Ignore Files are optional)
  4. Close the window.
Xcode Source Control - Add Username
Xcode Source Control - Add Username

If you had closed that dialog then you can go to the terminal and set the Terminal,

  1. Open Terminal,
  2. Move to the dir which you are using as git repo for your project,
  3. Run the below command,
$ git config user.name "Your User Name"

You can also do the same using UI by going to Menu: Xcode -> Preferences... -> Sorce Control Tab. You will get the same window again as shown in the above option if you clicked fixed.



















Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap