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

dyld: Library not loaded: @rpath/SwiftR.framework/SwiftR #115

Open
sathishTkumar opened this issue May 16, 2018 · 0 comments
Open

dyld: Library not loaded: @rpath/SwiftR.framework/SwiftR #115

sathishTkumar opened this issue May 16, 2018 · 0 comments

Comments

@sathishTkumar
Copy link

Hi,
Basically am trying to built a custom framework which uses SignalR. So I reached out to Cocoapod to install SwiftR and I followed the same steps you instructed.
Once done, when i build the framework and integrate the same in my sample native iOS application project, on running it in my device, the app is crashing with the below error :

dyld: Library not loaded: @rpath/SwiftR.framework/SwiftR
Referenced from: /private/var/containers/Bundle/Application/4D90F911-C15A-4059-92C5-BF983A3FA39B/AAAA.app/Frameworks/YYYY.framework/YYYY
Reason: image not found

This is what in my Podfile FYR:
platform :ios, '9.0'
target 'YYYY' do
use_frameworks!
pod 'SwiftR'
end

Kindly help me in getting rid of this issue.

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