Skip to content

Upgrading to new version(0.81.0) build crash in IOS #117

@vishalSharmaCfcs

Description

@vishalSharmaCfcs

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions