LTHPasscodeViewController icon indicating copy to clipboard operation
LTHPasscodeViewController copied to clipboard

Add Package.swift to target exclude list

Open loinsir opened this issue 11 months ago • 1 comments

Hello!

I am using this library through Tuist, but when trying to use it via Tuist's SPM, the Package.swift file gets included, resulting in the error: no such module 'PackageDescription'.

image image image

With this commit, I am excluding the Package.swift file from the target sources to resolve the issue.

Please review it! Thanks:)

loinsir avatar Feb 10 '25 07:02 loinsir

@rolandleth Can we merge this PR?

loinsir avatar Mar 25 '25 03:03 loinsir

Properly fixed in https://github.com/rolandleth/LTHPasscodeViewController/pull/213, give it a try and let me know, please.

rolandleth avatar Jul 10 '25 03:07 rolandleth