PassCodeInput icon indicating copy to clipboard operation
PassCodeInput copied to clipboard

Unable to run the project with Xcode Version 15.2 (15C500b)

Open atluutran opened this issue 1 year ago • 1 comments

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.

atluutran avatar Mar 22 '24 20:03 atluutran

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.

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.

devraj avatar Mar 24 '24 06:03 devraj