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

PayPalUtils Library Not Loaded #13

Open
ahoffmandevelopment opened this issue May 10, 2022 · 2 comments
Open

PayPalUtils Library Not Loaded #13

ahoffmandevelopment opened this issue May 10, 2022 · 2 comments

Comments

@ahoffmandevelopment
Copy link

I'm attempting to use the PayPalDataColletor.iOS package, which brings in the PayPalUtils.iOS and PayPal.Risk.iOS packages.

When I run my project, I get an immediate crash, and a Library not loaded error in the console:

dyld[47818]: Library not loaded: @rpath/PayPalUtils.framework/PayPalUtils
  Referenced from: /private/var/containers/Bundle/Application/337051A0-8758-4CC9-8CDC-A146A03CE3D1/xxxxx.iOS.app/Frameworks/PayPalDataCollector.framework/PayPalDataCollector
  Reason: tried: '/private/var/containers/Bundle/Application/337051A0-8758-4CC9-8CDC-A146A03CE3D1/xxxxx.iOS.app/Frameworks/PayPalUtils.framework/PayPalUtils' (no such file), '/private/var/containers/Bundle/Application/337051A0-8758-4CC9-8CDC-A146A03CE3D1/xxxxxx.iOS.app/Frameworks/PayPalDataCollector.framework/Frameworks/PayPalUtils.framework/PayPalUtils' (no such file), '/private/var/containers/Bundle/Application/337051A0-8758-4CC9-8CDC-A146A03CE3D1/xxxxxx.iOS.app/Frameworks/PayPalUtils.framework/PayPalUtils' (no such file), '/private/var/containers/Bundle/Application/337051A0-8758-4CC9-8CDC-A146A03CE3D1/xxxxxxx.iOS.app/Frameworks/PayPalUtils.framework/PayPalUtils' (no such file), '/System/Library/Frameworks/PayPalUtils.framework/PayPalUtils' (no such file)

I've done the usual of removing bin/obj folders, clean and rebuild, restart, etc.

Any thoughts or suggestions?

@ahoffmandevelopment
Copy link
Author

I was able to work around this by taking the PayPalUtils.framework folder from this project, placing it in my sln, and then doing a native reference from the iOS project to the Framework folder.

Not closing issue though because this is still a bug.

@tuyen-vuduc
Copy link
Contributor

@ahoffmandevelopment Can you check when the latest package is live?

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

2 participants