You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2026. It is now read-only.
After adding the package, I tried to run pod install in my ios directory but got the following error
Installing qubit-sdk-react-native (1.0.2)
[!] Unable to determine Swift version for the following pods:
- `QubitSDK` does not specify a Swift version and none of the targets (`redacted`) integrating it have the `SWIFT_VERSION` attribute set. Please contact the author or set the `SWIFT_VERSION` attribute in at least one of the targets that integrate this pod.
- `qubit-sdk-react-native` does not specify a Swift version and none of the targets (`redacted`) integrating it have the `SWIFT_VERSION` attribute set. Please contact the author or set the `SWIFT_VERSION` attribute in at least one of the targets that integrate this pod.
Also wanted to ask if the readme should mention the pod install command as part of the setup for iOS?