question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Xcode 11.0 - Issue running SDK into iOS Project (Symbol not found)

See original GitHub issue

I’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:closed
  • Created 4 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
saghulcommented, Oct 30, 2019

It’s strange that the issue only occurred when deploying to a simulator and not on a real device though.

Not really, different symbols are used because they use different architectures. Glad we figured it out!

0reactions
Brumorcommented, Aug 17, 2021

+1

Read more comments on GitHub >

github_iconTop Results From Across the Web

dyld: Symbol not found: swift34swi… | Apple Developer Forums
This issue happens for chained dependencies. Suppose you have App -> A.framework -> B.framework. If you change B's target OS version and rebuilt...
Read more >
dyld: Symbol not found (Xcode 11) [closed] - ios - Stack Overflow
If i deploy my SwiftUI app to my iPhone 6s i get this error. I don't know why as the app runs fine...
Read more >
Firebase Apple SDK Release Notes - Google
iOS, 11.0, 11.0 ... Added missing app.google (1p domain) support in FDL SDK. ... Fixed an issue where iOS-only apps running on iPads...
Read more >
Xcode Build Settings
A convenient reference of available build settings for Xcode projects.
Read more >
Xamarin.iOS errors - Microsoft Learn
To fix this either change 'Application Name' in the project's Build/iOS Application options, or change 'Assembly Name' in the project's Build/ ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found