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

Bug: Library not loaded: @rpath/Guard.framework/Guard #1

Open
leonylcatwork opened this issue Nov 25, 2022 · 0 comments
Open

Bug: Library not loaded: @rpath/Guard.framework/Guard #1

leonylcatwork opened this issue Nov 25, 2022 · 0 comments

Comments

@leonylcatwork
Copy link

leonylcatwork commented Nov 25, 2022

Description

V3 SDK (Authing 1.0.0) does not compile in Xcode 14.1 (14B47b)

Minimal code-snippet showcasing the problem
code example: https://github.com/leonylcatwork/AuthingV3

Expected behavior

Build and Run

Actual behavior

  1. create new swift project
  2. SPM add package https://github.com/Authing/authing-ios-sdk-v3 (Authing 1.0.0)
  3. import Authing
  4. Compile and get error:
    .../AuthingV3/AuthingV3/ViewController.swift:9:8 Failed to build module 'Authing'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)', while this compiler is 'Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)'). Please select a toolchain which matches the SDK.
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

1 participant