You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dyld: Symbol not found: __T0BOWV
Referenced from: /Users/X/Library/Developer/CoreSimulator/Devices/F33DEB7F-0F6E-40F5-8331-29B4ACC87F30/data/Containers/Bundle/Application/09F33A56-39B7-40AF-9DA6-2020CB0C4C65/X/Frameworks/Quikkly.framework/Quikkly
Expected in: /Users/X/Library/Developer/CoreSimulator/Devices/F33DEB7F-0F6E-40F5-8331-29B4ACC87F30/data/Containers/Bundle/Application/09F33A56-39B7-40AF-9DA6-2020CB0C4C65/X/Frameworks/libswiftCore.dylib
in /Users/X/Library/Developer/CoreSimulator/Devices/F33DEB7F-0F6E-40F5-8331-29B4ACC87F30/data/Containers/Bundle/Application/09F33A56-39B7-40AF-9DA6-2020CB0C4C65/X/Frameworks/Quikkly.framework/Quikkly
(lldb)
The RN plugin, iOS SDK and Android SDK are separate components.
The support for Xcode 10 / Swift 4.2 was added in 3.4.7. However, the updated RN plugin hasn't been published to NPM yet, because of a separate Android issue (in order to keep version numbers in sync).
Please try to use a newer pod meanwhile:
pod 'Quikkly', :git => 'https://github.com/quikkly/ios-sdk.git', :tag => "3.4.7"
After install library and start application:
dyld: Symbol not found: __T0BOWV
Referenced from: /Users/X/Library/Developer/CoreSimulator/Devices/F33DEB7F-0F6E-40F5-8331-29B4ACC87F30/data/Containers/Bundle/Application/09F33A56-39B7-40AF-9DA6-2020CB0C4C65/X/Frameworks/Quikkly.framework/Quikkly
Expected in: /Users/X/Library/Developer/CoreSimulator/Devices/F33DEB7F-0F6E-40F5-8331-29B4ACC87F30/data/Containers/Bundle/Application/09F33A56-39B7-40AF-9DA6-2020CB0C4C65/X/Frameworks/libswiftCore.dylib
in /Users/X/Library/Developer/CoreSimulator/Devices/F33DEB7F-0F6E-40F5-8331-29B4ACC87F30/data/Containers/Bundle/Application/09F33A56-39B7-40AF-9DA6-2020CB0C4C65/X/Frameworks/Quikkly.framework/Quikkly
(lldb)
xcode 10
deps:
"react": "16.6.0-alpha.8af6728",
"react-native": "0.57.4",
"react-native-quikkly": "^3.4.5"
The text was updated successfully, but these errors were encountered: