Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compilation error #183

Open
KirillKharkovskiy opened this issue Feb 28, 2024 · 2 comments
Open

compilation error #183

KirillKharkovskiy opened this issue Feb 28, 2024 · 2 comments

Comments

@KirillKharkovskiy
Copy link

good afternoon, an error message appears during compilation
Please consider submitting the following information (if relevant):

  • Library setup method: Carthage
  • Version of the library. Example: 21.0.0
  • Xcode version. Version 15.2 (15C500b)
  • OS version.: iOS 14.3.1

Снимок экрана 2024-02-28 в 12 25 17

@swapnil-salunke
Copy link

I too seem to have encountered this while compiling from an M1 based machine. Is this related in anyway?

@mikehouse
Copy link

Hi. We fixed it by these bash commands to modify KeychainSwift.xcframework swift interface files

if [[ -d ./KeychainSwift.xcframework ]]; then
    for swiftinterface in $(find ./KeychainSwift.xcframework -type f -name "*private.swiftinterface"); do
        sed -i '' 's/KeychainSwift\.//' "${swiftinterface}"
        sed -i '' 's/KeychainSwift\.//' "${swiftinterface}"
    done
fi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants