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

When I integrate Facebook SDK 17.0.2 through SPM, the following error is reported. How can I solve it? dyld[11936]: Library not loaded: '@rpath/FBSDKCoreKit.framework/FBSDKCoreKit' #2432

Open
5 tasks done
sandy-boop opened this issue May 30, 2024 · 2 comments

Comments

@sandy-boop
Copy link

Checklist before submitting a bug report

Xcode version

15.4

Facebook iOS SDK version

17.0.2

Dependency Manager

SPM

SDK Framework

Core

Goals

dyld[11936]: Library not loaded: '@rpath/FBSDKCoreKit.framework/FBSDKCoreKit'

Expected results

dyld[11936]: Library not loaded: '@rpath/FBSDKCoreKit.framework/FBSDKCoreKit'

Actual results

dyld[11936]: Library not loaded: '@rpath/FBSDKCoreKit.framework/FBSDKCoreKit'

Steps to reproduce

1

Code samples & details

// INSERT YOUR CODE HERE
var example = "Example code"
@JackJeme
Copy link

JackJeme commented Aug 6, 2024

the same to me

@JackJeme
Copy link

JackJeme commented Aug 6, 2024

dyld[2034]: Library not loaded: @rpath/FBAEMKit.framework/FBAEMKit
Referenced from: <0069129C-8A7B-3280-A29F-CA018643E393> /private/var/containers/Bundle/Application/4F02E288-C333-48F5-BBE4-BB4E89F7C908/SDKDemo.app/Frameworks/SDKKit.framework/SDKKit
Reason: tried: '/usr/lib/swift/FBAEMKit.framework/FBAEMKit' (no such file, not in dyld cache), '/private/preboot/Cryptexes/OS/usr/lib/swift/FBAEMKit.framework/FBAEMKit' (no such file), '/Users/inspire/Library/Developer/Xcode/DerivedData/SDKKit-fsqmsjwszwzvuqdgfxcsxbjvopwx/Build/Products/Debug-iphoneos/PackageFrameworks/FBAEMKit.framework/FBAEMKit' (no such file), '/private/preboot/Cryptexes/OS/Users/inspire/Library/Developer/Xcode/DerivedData/SDKKit-fsqmsjwszwzvuqdgfxcsxbjvopwx/Build/Products/Debug-iphoneos/PackageFrameworks/FBAEMKit.framework/FBAEMKit' (no such file), '/private/var/containers/Bundle/Application/4F02E288-C333-48F5-BBE4-BB4E89F7C908/SDKDemo.app/Frameworks/FBAEMKit.framework/FBAEMKit' (no such file), '/private/var/containers/Bundle/Application/4F02E288-C333-48F5-BBE4-BB4E89F7C908/SDKDemo.app/Frameworks/SDKKit.framework/Frameworks/FBAEMKit.framework/FBAEMKit' (no such file), '/Users/inspire/Library/Developer/Xcode/DerivedData/SDKKit-fsqmsjwszwzvuqdgfxcsxbjvopwx/Build/Products/Debug-iphoneos/PackageFrameworks/FBAEMKit.framework/FBAEMKit' (no such file), '/private/preboot/Cryptexes/OS/Users/inspire/Library/Developer/Xcode/DerivedData/SDKKit-fsqmsjwszwzvuqdgfxcsxbjvopwx/Build/Products/Debug-iphoneos/PackageFrameworks/FBAEMKit.framework/FBAEMKit' (no such file), '/private/var/containers/Bundle/Application/4F02E288-C333-48F5-BBE4-BB4E89F7C908/SDKDemo.app/Frameworks/FBAEMKit.framework/FBAEMKit' (no such file), '/Users/inspire/Library/Developer/Xcode/DerivedData/SDKKit-fsqmsjwszwzvuqdgfxcsxbjvopwx/Build/Products/Debug-iphoneos/PackageFrameworks/FBAEMKit.framework/FBAEMKit' (no such file), '/private/preboot/Cryptexes/OS/Users/inspire/Library/Developer/Xcode/DerivedData/SDKKit-fsqmsjwszwzvuqdgfxcsxbjvopwx/Build/Products/Debug-iphoneos/PackageFrameworks/FBAEMKit.framework/FBAEMKit' (no such file), '/private/var/containers/Bundle/Application/4F02E288-C333-48F5-BBE4-BB4E89F7C908/SDKDemo.app/Frameworks/FBAEMKit.framework/FBAEMKit' (no such file)
Logging Error: Failed to initialize logging system. Log messages may be missing. If this issue persists, try setting IDEPreferLogStreaming=YES in the active scheme actions environment variables.

but work in 16.3.1 version

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

No branches or pull requests

2 participants