kstenerud / KSCrash

The Ultimate iOS Crash Reporter
MIT License
4.23k stars 705 forks source link

Workspaces can't find source files #500

Closed armcknight closed 2 months ago

armcknight commented 2 months ago

There are a couple workspaces like iOS.xcworkspace etc that have broken paths to source files after what looks like several reorganizations of the file structure:

image

It looks like opening from the Package.swift is the preferred way to write code here now; either those old xcworkspaces should be removed, or have the broken paths fixed.

GLinnik21 commented 2 months ago

Duplicates #495

GLinnik21 commented 2 months ago

I'll clean up the project soon and remove the old project files.

bamx23 commented 2 months ago

@armcknight does it break the KSCrash as a library? As I can imagine it can break Carthage, but I don't think we're supporting it as a way to districbute KSCrash.

And yes, we are planning to rework the samples setup and cleanup things.