jitsi / jitsi-meet-sdk-samples

Jitsi Meet mobile SDK examples (Android, iOS and React Native)
Apache License 2.0
281 stars 239 forks source link

Reason: image not found #1

Closed Scaptainh closed 5 years ago

Scaptainh commented 5 years ago

When I download the project, use pod install, then run it and report this error:

dyld: Library not loaded: @rpath/libswiftAVFoundation.dylib Referenced from: /private/var/containers/Bundle/Application/9F3B9795-D4FA-4B43-A623-A322EB527CA2/JitsiSDKTest.app/Frameworks/JitsiMeet.framework/JitsiMeet Reason: image not found

saghul commented 5 years ago

What project are you running, the objc or the swift one? On a simulator or on a device?

Scaptainh commented 5 years ago

objc , Running on the device, iphone 8 system ios12.1

saghul commented 5 years ago

Does it run on the simulator?

Scaptainh commented 5 years ago

The same problem

saghul commented 5 years ago

I just tried this on an emulated iPhone XR and got no issues. What Xcode version are you using?

saghul commented 5 years ago

Also, have you made any changes to the projects?

Scaptainh commented 5 years ago

Xcode version 10.1 , JitsiMeetSDK (2.1.0),I've set the bitcode to NO because there's an error at compile time

saghul commented 5 years ago

Ah, I think I know what this is. You need Xcode 10.2 for Swift 5 support.

Scaptainh commented 5 years ago

Yes, this is the question. Can I modify the video interface myself? For example, remove the chat button.

saghul commented 5 years ago

Checkout this thread: https://community.jitsi.org/t/hiding-certain-controls-on-ios/17670

I'm closing this since the build issue is now solved.

ztekin commented 5 years ago

I see similar error for different library while compile to my ipad (11.2) via Xcode11

dyld: Library not loaded: /System/Library/Frameworks/CoreServices.framework/CoreServices Referenced from: /private/var/containers/Bundle/Application/918F2D23-A653-40BA-97CD-5D5FE7C39FBF/jitsi-meet.app/Frameworks/JitsiMeet.framework/JitsiMeet Reason: image not found

saghul commented 5 years ago

Xcode 11 is not yet supported. Please follow: https://github.com/jitsi/jitsi-meet/issues/4666