IGListKit icon indicating copy to clipboard operation
IGListKit copied to clipboard

Xcode 14 + SPM integration = no SwiftUI previews

Open RamblinWreck77 opened this issue 2 years ago • 0 comments

New issue checklist

General information

  • IGListKit version: commit cf7f78e28a1c100c38c28858a16af9b1bb46a690
  • iOS version(s): 16.0
  • CocoaPods/Carthage version: SPM
  • Xcode version: 14.0
  • Devices/Simulators affected: SwiftUI previews
  • Reproducible in the demo project? Yes

If the latest commit on IGListKit main is added to your project via SPM, SwiftUI previews will fail with the following error:

HumanReadableSwiftError

SettingsError: noExecutablePath(<IDESwiftPackageStaticLibraryProductBuildable:ObjectIdentifier(0x0000600024d25260):'IGListKit'>)

Seems related:

https://developer.apple.com/forums/thread/707569

RamblinWreck77 avatar Sep 17 '22 15:09 RamblinWreck77