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

Conversation

dkimitsa
Copy link
Contributor

@dkimitsa dkimitsa commented May 6, 2024

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

…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
@Tom-Ski Tom-Ski merged commit 56914f5 into MobiVM:master May 24, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants