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[885]: Library not loaded: @rpath/liblibbelle-sip-tester.dylib #976

Open
trupti237 opened this issue Jan 28, 2025 · 0 comments
Open

Comments

@trupti237
Copy link

When i run this app crashed with below error : please give proper solution to solve this bug

dyld[885]: Library not loaded: @rpath/liblibbelle-sip-tester.dylib
Referenced from: /private/var/containers/Bundle/Application/54AC9520-71C2-4630-BBD5-2D696B9C9450/Linphone.app/Frameworks/linphonetester.framework/linphonetester
Reason: tried: '/usr/lib/system/introspection/liblibbelle-sip-tester.dylib' (no such file, not in dyld cache), '/private/var/containers/Bundle/Application/54AC9520-71C2-4630-BBD5-2D696B9C9450/Frameworks/liblibbelle-sip-tester.dylib' (no such file), '/private/var/containers/Bundle/Application/54AC9520-71C2-4630-BBD5-2D696B9C9450/Linphone.app/Frameworks/liblibbelle-sip-tester.dylib' (no such file), '/private/var/containers/Bundle/Application/54AC9520-71C2-4630-BBD5-2D696B9C9450/Linphone.app/Frameworks/liblibbelle-sip-tester.dylib' (no such file)

my PodFile :
platform :ios, '15.0'
source "https://gitlab.linphone.org/BC/public/podspec.git"
source "https://github.com/CocoaPods/Specs.git"

def basic_pods
if ENV['PODFILE_PATH'].nil?
pod 'linphone-sdk', '~> 5.4.0-alpha'
else
pod 'linphone-sdk', :path => ENV['PODFILE_PATH'] # local sdk
end

crashlytics

end

def crashlytics
if not ENV['USE_CRASHLYTICS'].nil?
pod 'Firebase/Analytics'
pod 'Firebase/Crashlytics'
end
end

target 'Linphone' do

Comment the next line if you don't want to use dynamic frameworks

use_frameworks!

Pods for Linphone

pod 'SwiftLint'
pod 'AppAuth'
basic_pods

end

target 'msgNotificationService' do

Uncomment the next line if you're using Swift or would like to use dynamic frameworks

use_frameworks!

Pods for messagesNotification

basic_pods

end

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