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
# Resolve react_native_pods.rb with node to allow for hoistingrequirePod::Executable.execute_command('node',['-p','require.resolve( "react-native/scripts/react_native_pods.rb", {paths: [process.argv[1]]}, )',__dir__]).stripplatform:ios,min_ios_version_supportedprepare_react_native_project!linkage=ENV['USE_FRAMEWORKS']iflinkage != nilPod::UI.puts"Configuring Pod with #{linkage}ally linked Frameworks".greenuse_frameworks!:linkage=>linkage.to_symendtarget'studysnap'doconfig=use_native_modules!pod'react-native-image-crop-tools',:path=>'../node_modules/react-native-image-crop-tools'use_react_native!(:path=>config[:reactNativePath],# An absolute path to your application root.:app_path=>"#{Pod::Config.instance.installation_root}/..")target'studysnapTests'doinherit!:complete# Pods for testingendpost_installdo |installer|
# https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202react_native_post_install(installer,config[:reactNativePath],:mac_catalyst_enabled=>false,# :ccache_enabled => true)endend
I pasted the code after "use_native_modules!" asked to be added in the PodFile.
Here is the error that I'm getting after running
pod install
Command
Report
What did you do?
What did you expect to happen?
What happened instead?
Stack
Plugins
Podfile
Error
The text was updated successfully, but these errors were encountered: