PassCodeInput
PassCodeInput copied to clipboard
Unable to run the project with Xcode Version 15.2 (15C500b)
When I click on the Run button in Xcode, I'm getting the following error message
the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
Would you please help? Thank you.
When I click on the Run button in Xcode, I'm getting the following error message
the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifierWould you please help? Thank you.
I just pushed a version on the ios17-port branch which compiles with Xcode 15.3 on macOS 14.4. The build does throw the warning
Publishing changes from within view updates is not allowed, this will cause undefined behavior.
in PassCodeInputModel.swift line 15 which I intend to look at in the next day or so.
I should really give this a day or two of my time and make it into an installable package.