Can anybody help me out? Everything worked fine on my project but after updating to Xcode10 Beta5 I\'m getting this error when trying to run the App on my iPhone. Simulator howe
"libstdc++.6.0.9.tbd" is deprecated in iOS 12. In order to solve this, try to go to your
App Targets - General -> Linked Frameworks and Libraries -> Find libstdc++.6.0.9.tbd and delete it.
libstdc++.6.0.9.tbd
Then I added "libc++.tbd" and now you will be able to compile your project. Hope It helps.