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

* fixed: compilation failed due swift lib not found (libswiftXPC.dylib is not found in swift paths) #783

Merged
merged 1 commit into from
May 24, 2024

Commits on May 6, 2024

  1. * fixed: compilation failed due swift lib not found (libswiftXPC.dyli…

    …b is not found in swift paths)
    
    Recent Facebook FBSDKCoreKit has dependency to `libswiftXPC.dylib`. But it is not present in SDK and cause build to fail with message:
    
    > libswiftXPC.dylib is not found in swift paths
    
    this is happening during copying swift-libraries into App/Frameworks folder.
    Same time this dependency is declared as weak:
    
    > @rpath/libswiftXPC.dylib (compatibility version 1.0.0, current version 36.100.7, weak)
    
    its seems to an option to skip missing swift libraries that are marked as weak.
    these changes provided in this PR
    dkimitsa committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2e6a130 View commit details
    Browse the repository at this point in the history