Xcode 11.0 - Issue running SDK into iOS Project (Symbol not found)
See original GitHub issueI’m having some issues running the SDK into my iOS Project.
I managed to build it and import it correctly and it does run on a device. However, when I try to build the project for the simulator I get the following error:
dyld: Symbol not found: __ZdaPv Referenced from: /Users/luismachado/Library/Developer/CoreSimulator/Devices/5CF3CDA6-179F-4861-8017-809435123593/data/Containers/Bundle/Application/490EDCC8-FC09-4995-8765-8E035FEB0516/Rocket.Chat.app/Frameworks/JitsiMeet.framework/JitsiMeet Expected in: /Users/luismachado/Library/Developer/CoreSimulator/Devices/5CF3CDA6-179F-4861-8017-809435123593/data/Containers/Bundle/Application/490EDCC8-FC09-4995-8765-8E035FEB0516/Rocket.Chat.app/Frameworks/WebRTC.framework/WebRTC in /Users/luismachado/Library/Developer/CoreSimulator/Devices/5CF3CDA6-179F-4861-8017-809435123593/data/Containers/Bundle/Application/490EDCC8-FC09-4995-8765-8E035FEB0516/Rocket.Chat.app/Frameworks/JitsiMeet.framework/JitsiMeet
I was running my own version of Jitsi’s SDK but I already tried a version straight from your repo and got the same error.
PS: I’m using the fat library (created by running the xcodebuild command that you suggest).
Any ideas? Thanks!
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (2 by maintainers)
Top GitHub Comments
Not really, different symbols are used because they use different architectures. Glad we figured it out!
+1