FelixHerrmann/swift-package-list

Support for Xcode Workspaces

Closed this issue · 5 comments

gaw3 commented

I keep getting the following error message: No checkouts-path found in your DerivedData-folder

Xcode 13.2.1, macOS Monterey 12.2

Hi, thanks for reporting. Do you use the default DerivedData location (you can check that in your Xcode preferences under Locations)? If so, can you provide some more information about the project and maybe send some screenshots (e.g. from the DerivedData's project directory)? That would be really helpful!

gaw3 commented

Hi,

More info about project: uses Cocoapods and SPM, build for iOS 15.0, I guess I don't know what else you would need to know here...

My DerivedData directory is ~/Library/Developer/Xcode/DerivedData , I am assuming that is the default directory because I have never changed it.

JUBhd4eSUR40wxaK

Sorry for the slow response, I initially responded to the email from github...

Haha, no problem!

So, there is no .xcworkspace support atm (on what cocoapods projects rely on). I just installed cocoapods tho... I think it's pretty easy to add that!

Already got it working, I will finish and upload this later today

Hi, I have just release 1.3.0 🎉
Just pull/download the repo again and call sudo sh update.sh and let me know if it works for you know!

Also, make sure you use the path to the .xcworkspace file instead of .xcodeproj. I've added a dedicated run script for workspaces (if you want to use a Run Script Phase, what I highly recommend).