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 cannot build my app on iOS with the latest version of expo and rn-gesture-handler.
rn gesture-handler version : 2.8.0.
Expo version : 47.0.12 and also tried the 47.0.13.
The command npx expo run ios resolved with the following error :
⚠️ Something went wrong running pod installin theiosdirectory. Commandpod installfailed. └─ Cause: InvalidPodfilefile: [!] InvalidRNGestureHandler.podspecfile: undefined methodexists?' for File:Class.
from /Users/yo/Documents/dev/Tests/test-app/node_modules/react-native-gesture-handler/RNGestureHandler.podspec:5
isUserApp = File.exists?(File.join(dir, "..", "..", "node_modules", "react-native", "package.json"))
if isUserApp
from /Users/yo/Documents/dev/Tests/test-app/ios/Podfile:14
use_expo_modules!
config = use_native_modules!`
Steps to reproduce
Start project with : npx create-expo-app my-app
Install RN gesture-handler with the command: expo install react-native-gesture-handler and import it in index.js
Description
Hi,
I cannot build my app on iOS with the latest version of expo and rn-gesture-handler.
rn gesture-handler version : 2.8.0.
Expo version : 47.0.12 and also tried the 47.0.13.
The command npx expo run ios resolved with the following error :
⚠️ Something went wrong running
pod installin the
iosdirectory. Command
pod installfailed. └─ Cause: Invalid
Podfilefile: [!] Invalid
RNGestureHandler.podspecfile: undefined method
exists?' for File:Class.from /Users/yo/Documents/dev/Tests/test-app/node_modules/react-native-gesture-handler/RNGestureHandler.podspec:5
isUserApp = File.exists?(File.join(dir, "..", "..", "node_modules", "react-native", "package.json"))
if isUserApp
from /Users/yo/Documents/dev/Tests/test-app/ios/Podfile:14
use_expo_modules!
config = use_native_modules!`
Steps to reproduce
Snack or a link to a repository
https://github.com/yoann84/fail-gesture-handler
Gesture Handler version
2.8.0
React Native version
0.70.5
Platforms
iOS
JavaScript runtime
None
Workflow
None
Architecture
Paper (Old Architecture)
Build type
Debug mode
Device
iOS simulator
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: