Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application crash #1

Open
kr0000 opened this issue Oct 29, 2018 · 3 comments
Open

Application crash #1

kr0000 opened this issue Oct 29, 2018 · 3 comments

Comments

@kr0000
Copy link

kr0000 commented Oct 29, 2018

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"

@janekp
Copy link
Collaborator

janekp commented Oct 29, 2018

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"

@kr0000
Copy link
Author

kr0000 commented Oct 29, 2018

Now it's better, please let me know if You release stable version also for Android. Thanks.

@janekp
Copy link
Collaborator

janekp commented Oct 30, 2018

Yes. There's a problem with one Samsung model. RN 3.4.7 will be published after that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants