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.

dyld: Symbol not found: _$SBOWV

See original GitHub issue

Razor pay 2.0.13 … xcode 9

The app is stuck on launch screen in iOS… android works fine

dyld: Symbol not found: _$SBOWV
  Referenced from: /Users/capadmin/Library/Developer/CoreSimulator/Devices/9113AFD2-CA19-4F1A-A54C-D1975173A7A6/data/Containers/Bundle/Application/A8E17B45-FEB1-40D9-B611-BB3D840CE532/[].app/Frameworks/Razorpay.framework/Razorpay
  Expected in: /Users/capadmin/Library/Developer/CoreSimulator/Devices/9113AFD2-CA19-4F1A-A54C-D1975173A7A6/data/Containers/Bundle/Application/A8E17B45-FEB1-40D9-B611-BB3D840CE532/[].app/Frameworks/libswiftCore.dylib
 in /Users/capadmin/Library/Developer/CoreSimulator/Devices/9113AFD2-CA19-4F1A-A54C-D1975173A7A6/data/Containers/Bundle/Application/A8E17B45-FEB1-40D9-B611-BB3D840CE532/[].app/Frameworks/Razorpay.framework/Razorpay

I might be wrong but even when i downgrade to 2.0.9 i get the latest Razorpay.framework 1.0.23 in node_modules… which i think isnt working with xcode 9… what can i do?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
iThink32commented, Oct 8, 2018

@essuraj you have to specify the version in you command line for eg npm I react-native-razorpay@2.0.9 for eg to install the previous version.Check this link for more info :

https://60devs.com/npm-install-specific-version.html

Our latest framework will not compile on anything lesser than Xcode 10 , if you are banking on previous releases , you have to use Xcode 9.4.1

0reactions
essurajcommented, Oct 8, 2018

@iThink32 We are not ready to move to XCode 10 as react-native still has issues… even if i downgrade your library, its still downloading the latest sdk… currently im replacing contents of ios folder in react-native-razorpay from an old, unupdated yarn install from another machine i have. which has 2.09.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Symbol missing _$SBOWV | Apple Developer Forums
I am working on a mac app which includes a helper app (for auto launch on system startup) and a finder ... Dyld...
Read more >
dyld: Symbol not found: _$SBOWV · Issue #126 - GitHub
After the recent update to XCODE to Version 10.2 the script fails to run. Here is the report: dyld: Symbol not found: _$SBOWV...
Read more >
macos - Swift - Why is symbol not found - Stack Overflow
1 Answer 1 ... This may be caused by mixing of Swift 4 and Swift 5. $SBOWV is an internal routine in the...
Read more >
Spencer_Kohan - Swift Forums
Ever since upgrading to Swift 5/XCode 10.2.x I get this error when trying to run the executable: dyld: Symbol not found: _$SBOWV Referenced...
Read more >
Dyld: Symbol Not Found - ADocLib
Ever since upgrading to Swift 5/XCode 10.2.x I get this error when trying to run the executable: dyld: Symbol not found: SBOWV Referenced....
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