Skip to content

ISSUE WHILE ON DOING "yarn expo prebuild" OR "pod install" #5

@regantimsina

Description

@regantimsina

Having issue while doing "yarn expo prebuild --clean" or "pod install" on a fresh new expo app:

"expo": "~53.0.8",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.2",
"@s77rt/react-native-sodium": "0.2.1" / "@s77rt/react-native-sodium": "0.3.0",

✔ Cleared android, ios code
✔ Created native directories
✔ Updated package.json | no changes
✔ Finished prebuild
⚠️ Something went wrong running pod install in the ios directory.
Command pod install failed.
└─ Cause: /bin/bash -c
set -e
cd libsodium && ./dist-build/apple-xcframework.sh

Warnings related to headers being present but not usable are due to functions
that didn't exist in the specified minimum iOS version level.
They can be safely ignored.

Define the LIBSODIUM_MINIMAL_BUILD environment variable to build a
library without deprecated/undocumented/low-level functions.

Define the LIBSODIUM_SKIP_SIMULATORS environment variable to skip building
the simulators libraries (iOS, watchOS, tvOS, visionOS simulators).

Building for macOS...
Building for iOS...

pod install --repo-update --ansi exited with non-zero code: 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions