1

I have followed this guide to change the name of my Xcode project. But after doing that, the .xcworkspace is empty. The .xcodeproj looks fine.

What can I have missed/forgot?

Eccles
  • 394
  • 1
  • 3
  • 13
  • 1
    Do you use cocoapods in your project? If yes, you could simply delete your .workspace, Pod folder, Podfile.lock file and install pods again. – Aleksey Potapov Nov 26 '19 at 10:25
  • 1
    Yes! Off course! That was it. If you would like to add it as an answer I will accept it – Eccles Nov 26 '19 at 11:02

1 Answers1

2

Do you use cocoapods in your project? If yes, you could simply delete your .xcworkspace file, Pod folder, Podfile.lock file and install pods again.

Aleksey Potapov
  • 3,683
  • 5
  • 42
  • 65