dyld: Symbol not found: _$SBOWV
See original GitHub issueRazor 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:
- Created 5 years ago
- Reactions:3
- Comments:6 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@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
@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.