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

Library not loaded: @rpath/aosl.framework/aosl #58

Open
MiteshiOS opened this issue Aug 6, 2024 · 2 comments
Open

Library not loaded: @rpath/aosl.framework/aosl #58

MiteshiOS opened this issue Aug 6, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@MiteshiOS
Copy link

MiteshiOS commented Aug 6, 2024

At the time of execution in the simulator or device running with iOS version 17.5.1 getting the below error.

dyld[57402]: Library not loaded: @rpath/aosl.framework/aosl
  Referenced from: <4F59DBA8-F687-320A-9036-044A20F0C450> /Library/Developer/CoreSimulator/Devices/112894B7-0400-4DA7-A101-3BC6BBB27DEC/data/Containers/Bundle/Application/6F9D7B54-4EF2-4170-83C0-183F98C31F77/VE.app/Frameworks/AgoraRtcKit.framework/AgoraRtcKit
  Reason: tried: '/Library/Developer/Xcode/DerivedData/VE-adxhafrrtqbzrihklafyjpfwnobg/Build/Products/Development-iphonesimulator/aosl.framework/aosl' (no such file), '/Library/Developer/Xcode/DerivedData/VE-adxhafrrtqbzrihklafyjpfwnobg/Build/Products/Development-iphonesimulator/PackageFrameworks/aosl.framework/aosl' (no such file), '/Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/aosl.framework/aosl' (no such file), '/usr/lib/swift/aosl.framework/aosl' (no such file, not in dyld cache), '/Library/Developer/CoreSimulator/Devices/112894B7-0400-4DA7-A101-3BC6BBB27DEC/data/Containers/Bundle/Application/6F9D7B54-4EF2-4170-83C0-183F98C31F77/VE.app/Frameworks/aosl.framework/aosl' (no such file), '/Library/Developer/CoreSimulator/Devices/112894B7-0400-4DA7-A101-3BC6BBB27DEC/data/Containers/Bundle/Application/6F9D7B54-4EF2-4170-83C0-183F98C31F77/VE.app/Frameworks/aosl.framework/aosl' (no such file), '/Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/aosl.framework/aosl' (no such file), '/usr/lib/swift/aosl.framework/aosl' (no such file, not in dyld cache), '/Library/Developer/CoreSimulator/Devices/112894B7-0400-4DA7-A101-3BC6BBB27DEC/data/Containers/Bundle/Application/6F9D7B54-4EF2-4170-83C0-183F98C31F77/VE.app/Frameworks/aosl.framework/aosl' (no such file), '/Library/Developer/CoreSimulator/Devices/112894B7-0400-4DA7-A101-3BC6BBB27DEC/data/Containers/Bundle/Application/6F9D7B54-4EF2-4170-83C0-183F98C31F77/VE.app/Frameworks/aosl.framework/aosl' (no such file), '/Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/aosl.framework/aosl' (no such file)

I am getting this error only after updating to the latest version 4.4.0. In version 4.3.2 it's working fine.

@MiteshiOS MiteshiOS added the bug Something isn't working label Aug 6, 2024
@kainosk
Copy link

kainosk commented Aug 8, 2024

I'm facing the same issue.


Xcode 15.4

We use these libraries via Swift Package Manager.

  • RtcBasic
  • AINS

also, my project uses Flutter so we use CocoaPods for Flutter's dependencies.

@khoogheem
Copy link

Per support they had me try this and it works

pod 'AgoraRtcEngine_iOS', '4.4.0', :subspecs => ['Basic', 'RtcBasic']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants