juspay / juspay/hyper-sdk-react

Upgrading to new version(0.81.0) build crash in IOS

Open
#117 10 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
9
Forks
25
Avg merge
8h 45m
Merged PRs (30d)
3

Description

After all setup react native IOS build Crash i am using

"react-native": "0.81.0",
"hyperSdkIOSVersion": "2.2.2.8",
"hyper-sdk-react": "4.0.5",

Podfile

post_install do |installer|
# https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202
react_native_post_install(
installer,
config[:reactNativePath],
:mac_catalyst_enabled => false
)
# Optional: Run HyperSDK Fuse script if it exists
fuse_path = "./Pods/HyperSDK/Fuse.rb"
clean_assets = false
if File.exist?(fuse_path)
system("ruby", fuse_path.to_s, clean_assets.to_s)
end
end

Image

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.