Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The document project.xcworkspace could not be opened

I am having trouble opening basically all my .xcodeproj on my mac. However, when I clicked on show contents of my xcode proj I can see the xcworkspace file but I can't open it. I wonder if anyone knows how to fix it?

Thanks

enter image description here

enter image description here

okay I can't post img yet but the error was on title: The document project.xcworkspace could not be opened

like image 486
Erin Avatar asked Jan 26 '23 15:01

Erin


1 Answers

  1. Delete XCWorkspace and podfile.lock from project folder

  2. Then go to project folder from terminal, and just type command pod install

like image 164
hemant nishad Avatar answered May 17 '23 09:05

hemant nishad