You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
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
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
The text was updated successfully, but these errors were encountered: