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
I try to build a fresh start an expo app with livekit and build a development build but it show Unable to find a specification for 'livekit-react-native-webrtc' depended upon by 'livekit-react-native'
add "@config-plugins/react-native-webrtc" in plugins array in app.json
run eas build and cancel right away after getting eas.json
eas build --profile development --local (choosing iOS)
get error Unable to find a specification for 'livekit-react-native-webrtc' depended upon by 'livekit-react-native', also try to pod install in iOS dir. happen the same.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Device Info:
Device: simulator i14 plus
OS: 16.4 iOS
Laptop: Macbook M1
Dependencies Info (please reference your package-lock.json or yarn.lock file):
"expo": "~49.0.8",
"@livekit/react-native": "^1.2.0"
"react-native-webrtc": "^111.0.3"
"@config-plugins/react-native-webrtc": "^7.0.0"
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
I try to build a fresh start an expo app with livekit and build a development build but it show
Unable to find a specification for 'livekit-react-native-webrtc' depended upon by 'livekit-react-native'
To Reproduce
Steps to reproduce the behavior:
npx create-expo-app --template
(choosing file-based)npx expo install @livekit/react-native react-native-webrtc @config-plugins/react-native-webrtc
"@config-plugins/react-native-webrtc"
in plugins array in app.jsoneas build
and cancel right away after gettingeas.json
eas build --profile development --local
(choosing iOS)Unable to find a specification for 'livekit-react-native-webrtc' depended upon by 'livekit-react-native'
, also try to pod install in iOS dir. happen the same.Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Device Info:
Dependencies Info (please reference your package-lock.json or yarn.lock file):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: