Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yarn ios error ! error Could not find scheme greenhouse. Please make sure the schema you want to run exists. #44579

Closed
Jidahan opened this issue May 15, 2024 · 3 comments
Labels
Platform: iOS iOS applications. Resolution: For Stack Overflow A question for Stack Overflow. Applying this label will cause issue to be closed.

Comments

@Jidahan
Copy link

Jidahan commented May 15, 2024

Description

yarn ios
yarn run v1.22.22
$ react-native run-ios
error Could not find scheme greenhouse. Please make sure the schema you want to run exists.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Steps to reproduce

It is normal to use xcode to compile the app, but starting with Yarn iOS causes an error that prevents real-time changes to the modifications!
PodFIle:
`# Resolve react_native_pods.rb with node to allow for hoisting
require Pod::Executable.execute_command('node', ['-p',
'require.resolve(
"react-native/scripts/react_native_pods.rb",
{paths: [process.argv[1]]},
)', dir]).strip

platform :ios, min_ios_version_supported
prepare_react_native_project!

xcodeproj 'greenhouse.xcodeproj'

If you are using a react-native-flipper your iOS build will fail when NO_FLIPPER=1 is set.

because react-native-flipper depends on (FlipperKit,...) that will be excluded

To fix this you can also exclude react-native-flipper using a react-native.config.js

```js

module.exports = {

dependencies: {

...(process.env.NO_FLIPPER ? { 'react-native-flipper': { platforms: { ios: null } } } : {}),

```

flipper_config = ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled

linkage = ENV['USE_FRAMEWORKS']
if linkage != nil
Pod::UI.puts "Configuring Pod with #{linkage}ally linked Frameworks".green
use_frameworks! :linkage => linkage.to_sym
end

target 'greenhouse' do
config = use_native_modules!

Flags change depending on the env values.

flags = get_default_flags()

use_react_native!(
:path => config[:reactNativePath],
# Hermes is now enabled by default. Disable by setting this flag to false.
:hermes_enabled => flags[:hermes_enabled],
:fabric_enabled => flags[:fabric_enabled],
# Enables Flipper.
#
# Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable the next line.
:flipper_configuration => flipper_config,
# An absolute path to your application root.
:app_path => "#{Pod::Config.instance.installation_root}/.."
)

target 'greenhouseTests' do
inherit! :complete
# Pods for testing
end

post_install do |installer|
# https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202
react_native_post_install(
installer,
config[:reactNativePath],
:mac_catalyst_enabled => false
)
__apply_Xcode_12_5_M1_post_install_workaround(installer)
end
end
podfile.lock:PODS:

  • boost (1.76.0)
  • BVLinearGradient (2.8.3):
    • React-Core
  • CocoaAsyncSocket (7.6.5)
  • DoubleConversion (1.1.6)
  • FBLazyVector (0.72.7)
  • FBReactNativeSpec (0.72.7):
    • RCT-Folly (= 2021.07.22.00)
    • RCTRequired (= 0.72.7)
    • RCTTypeSafety (= 0.72.7)
    • React-Core (= 0.72.7)
    • React-jsi (= 0.72.7)
    • ReactCommon/turbomodule/core (= 0.72.7)
  • Flipper (0.182.0):
    • Flipper-Folly (~> 2.6)
  • Flipper-Boost-iOSX (1.76.0.1.11)
  • Flipper-DoubleConversion (3.2.0.1)
  • Flipper-Fmt (7.1.7)
  • Flipper-Folly (2.6.10):
    • Flipper-Boost-iOSX
    • Flipper-DoubleConversion
    • Flipper-Fmt (= 7.1.7)
    • Flipper-Glog
    • libevent (~> 2.1.12)
    • OpenSSL-Universal (= 1.1.1100)
  • Flipper-Glog (0.5.0.5)
  • Flipper-PeerTalk (0.0.4)
  • FlipperKit (0.182.0):
    • FlipperKit/Core (= 0.182.0)
  • FlipperKit/Core (0.182.0):
    • Flipper (~> 0.182.0)
    • FlipperKit/CppBridge
    • FlipperKit/FBCxxFollyDynamicConvert
    • FlipperKit/FBDefines
    • FlipperKit/FKPortForwarding
    • SocketRocket (~> 0.6.0)
  • FlipperKit/CppBridge (0.182.0):
    • Flipper (~> 0.182.0)
  • FlipperKit/FBCxxFollyDynamicConvert (0.182.0):
    • Flipper-Folly (~> 2.6)
  • FlipperKit/FBDefines (0.182.0)
  • FlipperKit/FKPortForwarding (0.182.0):
    • CocoaAsyncSocket (~> 7.6)
    • Flipper-PeerTalk (~> 0.0.4)
  • FlipperKit/FlipperKitHighlightOverlay (0.182.0)
  • FlipperKit/FlipperKitLayoutHelpers (0.182.0):
    • FlipperKit/Core
    • FlipperKit/FlipperKitHighlightOverlay
    • FlipperKit/FlipperKitLayoutTextSearchable
  • FlipperKit/FlipperKitLayoutIOSDescriptors (0.182.0):
    • FlipperKit/Core
    • FlipperKit/FlipperKitHighlightOverlay
    • FlipperKit/FlipperKitLayoutHelpers
    • YogaKit (~> 1.18)
  • FlipperKit/FlipperKitLayoutPlugin (0.182.0):
    • FlipperKit/Core
    • FlipperKit/FlipperKitHighlightOverlay
    • FlipperKit/FlipperKitLayoutHelpers
    • FlipperKit/FlipperKitLayoutIOSDescriptors
    • FlipperKit/FlipperKitLayoutTextSearchable
    • YogaKit (~> 1.18)
  • FlipperKit/FlipperKitLayoutTextSearchable (0.182.0)
  • FlipperKit/FlipperKitNetworkPlugin (0.182.0):
    • FlipperKit/Core
  • FlipperKit/FlipperKitReactPlugin (0.182.0):
    • FlipperKit/Core
  • FlipperKit/FlipperKitUserDefaultsPlugin (0.182.0):
    • FlipperKit/Core
  • FlipperKit/SKIOSNetworkPlugin (0.182.0):
    • FlipperKit/Core
    • FlipperKit/FlipperKitNetworkPlugin
  • fmt (6.2.1)
  • glog (0.3.5)
  • hermes-engine (0.72.7):
    • hermes-engine/Pre-built (= 0.72.7)
  • hermes-engine/Pre-built (0.72.7)
  • libevent (2.1.12)
  • OpenSSL-Universal (1.1.1100)
  • RCT-Folly (2021.07.22.00):
    • boost
    • DoubleConversion
    • fmt (~> 6.2.1)
    • glog
    • RCT-Folly/Default (= 2021.07.22.00)
  • RCT-Folly/Default (2021.07.22.00):
    • boost
    • DoubleConversion
    • fmt (~> 6.2.1)
    • glog
  • RCT-Folly/Futures (2021.07.22.00):
    • boost
    • DoubleConversion
    • fmt (~> 6.2.1)
    • glog
    • libevent
  • RCTRequired (0.72.7)
  • RCTTypeSafety (0.72.7):
    • FBLazyVector (= 0.72.7)
    • RCTRequired (= 0.72.7)
    • React-Core (= 0.72.7)
  • React (0.72.7):
    • React-Core (= 0.72.7)
    • React-Core/DevSupport (= 0.72.7)
    • React-Core/RCTWebSocket (= 0.72.7)
    • React-RCTActionSheet (= 0.72.7)
    • React-RCTAnimation (= 0.72.7)
    • React-RCTBlob (= 0.72.7)
    • React-RCTImage (= 0.72.7)
    • React-RCTLinking (= 0.72.7)
    • React-RCTNetwork (= 0.72.7)
    • React-RCTSettings (= 0.72.7)
    • React-RCTText (= 0.72.7)
    • React-RCTVibration (= 0.72.7)
  • React-callinvoker (0.72.7)
  • React-Codegen (0.72.7):
    • DoubleConversion
    • FBReactNativeSpec
    • glog
    • hermes-engine
    • RCT-Folly
    • RCTRequired
    • RCTTypeSafety
    • React-Core
    • React-jsi
    • React-jsiexecutor
    • React-NativeModulesApple
    • React-rncore
    • ReactCommon/turbomodule/bridging
    • ReactCommon/turbomodule/core
  • React-Core (0.72.7):
    • glog
    • hermes-engine
    • RCT-Folly (= 2021.07.22.00)
    • React-Core/Default (= 0.72.7)
    • React-cxxreact
    • React-hermes
    • React-jsi
    • React-jsiexecutor
    • React-perflogger
    • React-runtimeexecutor
    • React-utils
    • SocketRocket (= 0.6.1)
    • Yoga
  • React-Core/CoreModulesHeaders (0.72.7):
    • glog
    • hermes-engine
    • RCT-Folly (= 2021.07.22.00)
    • React-Core/Default
    • React-cxxreact
    • React-hermes
    • React-jsi
    • React-jsiexecutor
    • React-perflogger
    • React-runtimeexecutor
    • React-utils
    • SocketRocket (= 0.6.1)
    • Yoga
  • React-Core/Default (0.72.7):
    • glog
    • hermes-engine
    • RCT-Folly (= 2021.07.22.00)
    • React-cxxreact
    • React-hermes
    • React-jsi
    • React-jsiexecutor
    • React-perflogger
    • React-runtimeexecutor
    • React-utils
    • SocketRocket (= 0.6.1)
    • Yoga
  • React-Core/DevSupport (0.72.7):
    • glog
    • hermes-engine
    • RCT-Folly (= 2021.07.22.00)
    • React-Core/Default (= 0.72.7)
    • React-Core/RCTWebSocket (= 0.72.7)
    • React-cxxreact
    • React-hermes
    • React-jsi
    • React-jsiexecutor
    • React-jsinspector (= 0.72.7)
    • React-perflogger
    • React-runtimeexecutor
    • React-utils
    • SocketRocket (= 0.6.1)
    • Yoga
  • React-Core/RCTActionSheetHeaders (0.72.7):
    • glog
    • hermes-engine
    • RCT-Folly (= 2021.07.22.00)
    • React-Core/Default
    • React-cxxreact
    • React-hermes
    • React-jsi
    • React-jsiexecutor
    • React-perflogger
    • React-runtimeexecutor
    • React-utils
    • SocketRocket (= 0.6.1)
    • Yoga
  • React-Core/RCTAnimationHeaders (0.72.7):
    • glog
    • hermes-engine
    • RCT-Folly (= 2021.07.22.00)
    • React-Core/Default
    • React-cxxreact
    • React-hermes
    • React-jsi
    • React-jsiexecutor
    • React-perflogger
    • React-runtimeexecutor
    • React-utils
    • SocketRocket (= 0.6.1)
    • Yoga
  • React-Core/RCTBlobHeaders (0.72.7):
    • glog
    • hermes-engine
    • RCT-Folly (= 2021.07.22.00)
    • React-Core/Default
    • React-cxxreact
    • React-hermes
    • React-jsi
    • React-jsiexecutor
    • React-perflogger
    • React-runtimeexecutor
    • React-utils
    • SocketRocket (= 0.6.1)
    • Yoga
  • React-Core/RCTImageHeaders (0.72.7):
    • glog
    • hermes-engine
    • RCT-Folly (= 2021.07.22.00)
    • React-Core/Default
    • React-cxxreact
    • React-hermes
    • React-jsi
    • React-jsiexecutor
    • React-perflogger
    • React-runtimeexecutor
    • React-utils
    • SocketRocket (= 0.6.1)
    • Yoga
  • React-Core/RCTLinkingHeaders (0.72.7):
    • glog
    • hermes-engine
    • RCT-Folly (= 2021.07.22.00)
    • React-Core/Default
    • React-cxxreact
    • React-hermes
    • React-jsi
    • React-jsiexecutor
    • React-perflogger
    • React-runtimeexecutor
    • React-utils
    • SocketRocket (= 0.6.1)
    • Yoga
  • React-Core/RCTNetworkHeaders (0.72.7):
    • glog
    • hermes-engine
    • RCT-Folly (= 2021.07.22.00)
    • React-Core/Default
    • React-cxxreact
    • React-hermes
    • React-jsi
    • React-jsiexecutor
    • React-perflogger
    • React-runtimeexecutor
    • React-utils
    • SocketRocket (= 0.6.1)
    • Yoga
  • React-Core/RCTSettingsHeaders (0.72.7):
    • glog
    • hermes-engine
    • RCT-Folly (= 2021.07.22.00)
    • React-Core/Default
    • React-cxxreact
    • React-hermes
    • React-jsi
    • React-jsiexecutor
    • React-perflogger
    • React-runtimeexecutor
    • React-utils
    • SocketRocket (= 0.6.1)
    • Yoga
  • React-Core/RCTTextHeaders (0.72.7):
    • glog
    • hermes-engine
    • RCT-Folly (= 2021.07.22.00)
    • React-Core/Default
    • React-cxxreact
    • React-hermes
    • React-jsi
    • React-jsiexecutor
    • React-perflogger
    • React-runtimeexecutor
    • React-utils
    • SocketRocket (= 0.6.1)
    • Yoga
  • React-Core/RCTVibrationHeaders (0.72.7):
    • glog
    • hermes-engine
    • RCT-Folly (= 2021.07.22.00)
    • React-Core/Default
    • React-cxxreact
    • React-hermes
    • React-jsi
    • React-jsiexecutor
    • React-perflogger
    • React-runtimeexecutor
    • React-utils
    • SocketRocket (= 0.6.1)
    • Yoga
  • React-Core/RCTWebSocket (0.72.7):
    • glog
    • hermes-engine
    • RCT-Folly (= 2021.07.22.00)
    • React-Core/Default (= 0.72.7)
    • React-cxxreact
    • React-hermes
    • React-jsi
    • React-jsiexecutor
    • React-perflogger
    • React-runtimeexecutor
    • React-utils
    • SocketRocket (= 0.6.1)
    • Yoga
  • React-CoreModules (0.72.7):
    • RCT-Folly (= 2021.07.22.00)
    • RCTTypeSafety (= 0.72.7)
    • React-Codegen (= 0.72.7)
    • React-Core/CoreModulesHeaders (= 0.72.7)
    • React-jsi (= 0.72.7)
    • React-RCTBlob
    • React-RCTImage (= 0.72.7)
    • ReactCommon/turbomodule/core (= 0.72.7)
    • SocketRocket (= 0.6.1)
  • React-cxxreact (0.72.7):
    • boost (= 1.76.0)
    • DoubleConversion
    • glog
    • hermes-engine
    • RCT-Folly (= 2021.07.22.00)
    • React-callinvoker (= 0.72.7)
    • React-debug (= 0.72.7)
    • React-jsi (= 0.72.7)
    • React-jsinspector (= 0.72.7)
    • React-logger (= 0.72.7)
    • React-perflogger (= 0.72.7)
    • React-runtimeexecutor (= 0.72.7)
  • React-debug (0.72.7)
  • React-hermes (0.72.7):
    • DoubleConversion
    • glog
    • hermes-engine
    • RCT-Folly (= 2021.07.22.00)
    • RCT-Folly/Futures (= 2021.07.22.00)
    • React-cxxreact (= 0.72.7)
    • React-jsi
    • React-jsiexecutor (= 0.72.7)
    • React-jsinspector (= 0.72.7)
    • React-perflogger (= 0.72.7)
  • React-jsi (0.72.7):
    • boost (= 1.76.0)
    • DoubleConversion
    • glog
    • hermes-engine
    • RCT-Folly (= 2021.07.22.00)
  • React-jsiexecutor (0.72.7):
    • DoubleConversion
    • glog
    • hermes-engine
    • RCT-Folly (= 2021.07.22.00)
    • React-cxxreact (= 0.72.7)
    • React-jsi (= 0.72.7)
    • React-perflogger (= 0.72.7)
  • React-jsinspector (0.72.7)
  • React-logger (0.72.7):
    • glog
  • react-native-ble-manager (11.0.7):
    • React-Core
  • react-native-safe-area-context (4.6.3):
    • RCT-Folly
    • RCTRequired
    • RCTTypeSafety
    • React-Core
    • ReactCommon/turbomodule/core
  • React-NativeModulesApple (0.72.7):
    • hermes-engine
    • React-callinvoker
    • React-Core
    • React-cxxreact
    • React-jsi
    • React-runtimeexecutor
    • ReactCommon/turbomodule/bridging
    • ReactCommon/turbomodule/core
  • React-perflogger (0.72.7)
  • React-RCTActionSheet (0.72.7):
    • React-Core/RCTActionSheetHeaders (= 0.72.7)
  • React-RCTAnimation (0.72.7):
    • RCT-Folly (= 2021.07.22.00)
    • RCTTypeSafety (= 0.72.7)
    • React-Codegen (= 0.72.7)
    • React-Core/RCTAnimationHeaders (= 0.72.7)
    • React-jsi (= 0.72.7)
    • ReactCommon/turbomodule/core (= 0.72.7)
  • React-RCTAppDelegate (0.72.7):
    • RCT-Folly
    • RCTRequired
    • RCTTypeSafety
    • React-Core
    • React-CoreModules
    • React-hermes
    • React-NativeModulesApple
    • React-RCTImage
    • React-RCTNetwork
    • React-runtimescheduler
    • ReactCommon/turbomodule/core
  • React-RCTBlob (0.72.7):
    • hermes-engine
    • RCT-Folly (= 2021.07.22.00)
    • React-Codegen (= 0.72.7)
    • React-Core/RCTBlobHeaders (= 0.72.7)
    • React-Core/RCTWebSocket (= 0.72.7)
    • React-jsi (= 0.72.7)
    • React-RCTNetwork (= 0.72.7)
    • ReactCommon/turbomodule/core (= 0.72.7)
  • React-RCTImage (0.72.7):
    • RCT-Folly (= 2021.07.22.00)
    • RCTTypeSafety (= 0.72.7)
    • React-Codegen (= 0.72.7)
    • React-Core/RCTImageHeaders (= 0.72.7)
    • React-jsi (= 0.72.7)
    • React-RCTNetwork (= 0.72.7)
    • ReactCommon/turbomodule/core (= 0.72.7)
  • React-RCTLinking (0.72.7):
    • React-Codegen (= 0.72.7)
    • React-Core/RCTLinkingHeaders (= 0.72.7)
    • React-jsi (= 0.72.7)
    • ReactCommon/turbomodule/core (= 0.72.7)
  • React-RCTNetwork (0.72.7):
    • RCT-Folly (= 2021.07.22.00)
    • RCTTypeSafety (= 0.72.7)
    • React-Codegen (= 0.72.7)
    • React-Core/RCTNetworkHeaders (= 0.72.7)
    • React-jsi (= 0.72.7)
    • ReactCommon/turbomodule/core (= 0.72.7)
  • React-RCTSettings (0.72.7):
    • RCT-Folly (= 2021.07.22.00)
    • RCTTypeSafety (= 0.72.7)
    • React-Codegen (= 0.72.7)
    • React-Core/RCTSettingsHeaders (= 0.72.7)
    • React-jsi (= 0.72.7)
    • ReactCommon/turbomodule/core (= 0.72.7)
  • React-RCTText (0.72.7):
    • React-Core/RCTTextHeaders (= 0.72.7)
  • React-RCTVibration (0.72.7):
    • RCT-Folly (= 2021.07.22.00)
    • React-Codegen (= 0.72.7)
    • React-Core/RCTVibrationHeaders (= 0.72.7)
    • React-jsi (= 0.72.7)
    • ReactCommon/turbomodule/core (= 0.72.7)
  • React-rncore (0.72.7)
  • React-runtimeexecutor (0.72.7):
    • React-jsi (= 0.72.7)
  • React-runtimescheduler (0.72.7):
    • glog
    • hermes-engine
    • RCT-Folly (= 2021.07.22.00)
    • React-callinvoker
    • React-debug
    • React-jsi
    • React-runtimeexecutor
  • React-utils (0.72.7):
    • glog
    • RCT-Folly (= 2021.07.22.00)
    • React-debug
  • ReactCommon/turbomodule/bridging (0.72.7):
    • DoubleConversion
    • glog
    • hermes-engine
    • RCT-Folly (= 2021.07.22.00)
    • React-callinvoker (= 0.72.7)
    • React-cxxreact (= 0.72.7)
    • React-jsi (= 0.72.7)
    • React-logger (= 0.72.7)
    • React-perflogger (= 0.72.7)
  • ReactCommon/turbomodule/core (0.72.7):
    • DoubleConversion
    • glog
    • hermes-engine
    • RCT-Folly (= 2021.07.22.00)
    • React-callinvoker (= 0.72.7)
    • React-cxxreact (= 0.72.7)
    • React-jsi (= 0.72.7)
    • React-logger (= 0.72.7)
    • React-perflogger (= 0.72.7)
  • RNCAsyncStorage (1.18.2):
    • React-Core
  • RNGestureHandler (2.12.1):
    • React-Core
  • RNImageCropPicker (0.40.3):
    • React-Core
    • React-RCTImage
    • RNImageCropPicker/QBImagePickerController (= 0.40.3)
    • TOCropViewController
  • RNImageCropPicker/QBImagePickerController (0.40.3):
    • React-Core
    • React-RCTImage
    • TOCropViewController
  • RNKeychain (8.2.0):
    • React-Core
  • RNReanimated (3.3.0):
    • DoubleConversion
    • FBLazyVector
    • glog
    • hermes-engine
    • RCT-Folly
    • RCTRequired
    • RCTTypeSafety
    • React-callinvoker
    • React-Core
    • React-Core/DevSupport
    • React-Core/RCTWebSocket
    • React-CoreModules
    • React-cxxreact
    • React-hermes
    • React-jsi
    • React-jsiexecutor
    • React-jsinspector
    • React-RCTActionSheet
    • React-RCTAnimation
    • React-RCTAppDelegate
    • React-RCTBlob
    • React-RCTImage
    • React-RCTLinking
    • React-RCTNetwork
    • React-RCTSettings
    • React-RCTText
    • ReactCommon/turbomodule/core
    • Yoga
  • RNScreens (3.22.1):
    • React-Core
    • React-RCTImage
  • RNSVG (13.9.0):
    • React-Core
  • SocketRocket (0.6.1)
  • TOCropViewController (2.7.4)
  • Yoga (1.14.0)
  • YogaKit (1.18.1):
    • Yoga (~> 1.14)

DEPENDENCIES:

  • boost (from ../node_modules/react-native/third-party-podspecs/boost.podspec)
  • BVLinearGradient (from ../node_modules/react-native-linear-gradient)
  • DoubleConversion (from ../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec)
  • FBLazyVector (from ../node_modules/react-native/Libraries/FBLazyVector)
  • FBReactNativeSpec (from ../node_modules/react-native/React/FBReactNativeSpec)
  • Flipper (= 0.182.0)
  • Flipper-Boost-iOSX (= 1.76.0.1.11)
  • Flipper-DoubleConversion (= 3.2.0.1)
  • Flipper-Fmt (= 7.1.7)
  • Flipper-Folly (= 2.6.10)
  • Flipper-Glog (= 0.5.0.5)
  • Flipper-PeerTalk (= 0.0.4)
  • FlipperKit (= 0.182.0)
  • FlipperKit/Core (= 0.182.0)
  • FlipperKit/CppBridge (= 0.182.0)
  • FlipperKit/FBCxxFollyDynamicConvert (= 0.182.0)
  • FlipperKit/FBDefines (= 0.182.0)
  • FlipperKit/FKPortForwarding (= 0.182.0)
  • FlipperKit/FlipperKitHighlightOverlay (= 0.182.0)
  • FlipperKit/FlipperKitLayoutPlugin (= 0.182.0)
  • FlipperKit/FlipperKitLayoutTextSearchable (= 0.182.0)
  • FlipperKit/FlipperKitNetworkPlugin (= 0.182.0)
  • FlipperKit/FlipperKitReactPlugin (= 0.182.0)
  • FlipperKit/FlipperKitUserDefaultsPlugin (= 0.182.0)
  • FlipperKit/SKIOSNetworkPlugin (= 0.182.0)
  • glog (from ../node_modules/react-native/third-party-podspecs/glog.podspec)
  • hermes-engine (from ../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec)
  • libevent (~> 2.1.12)
  • OpenSSL-Universal (= 1.1.1100)
  • RCT-Folly (from ../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec)
  • RCTRequired (from ../node_modules/react-native/Libraries/RCTRequired)
  • RCTTypeSafety (from ../node_modules/react-native/Libraries/TypeSafety)
  • React (from ../node_modules/react-native/)
  • React-callinvoker (from ../node_modules/react-native/ReactCommon/callinvoker)
  • React-Codegen (from build/generated/ios)
  • React-Core (from ../node_modules/react-native/)
  • React-Core/DevSupport (from ../node_modules/react-native/)
  • React-Core/RCTWebSocket (from ../node_modules/react-native/)
  • React-CoreModules (from ../node_modules/react-native/React/CoreModules)
  • React-cxxreact (from ../node_modules/react-native/ReactCommon/cxxreact)
  • React-debug (from ../node_modules/react-native/ReactCommon/react/debug)
  • React-hermes (from ../node_modules/react-native/ReactCommon/hermes)
  • React-jsi (from ../node_modules/react-native/ReactCommon/jsi)
  • React-jsiexecutor (from ../node_modules/react-native/ReactCommon/jsiexecutor)
  • React-jsinspector (from ../node_modules/react-native/ReactCommon/jsinspector)
  • React-logger (from ../node_modules/react-native/ReactCommon/logger)
  • react-native-ble-manager (from ../node_modules/react-native-ble-manager)
  • react-native-safe-area-context (from ../node_modules/react-native-safe-area-context)
  • React-NativeModulesApple (from ../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios)
  • React-perflogger (from ../node_modules/react-native/ReactCommon/reactperflogger)
  • React-RCTActionSheet (from ../node_modules/react-native/Libraries/ActionSheetIOS)
  • React-RCTAnimation (from ../node_modules/react-native/Libraries/NativeAnimation)
  • React-RCTAppDelegate (from ../node_modules/react-native/Libraries/AppDelegate)
  • React-RCTBlob (from ../node_modules/react-native/Libraries/Blob)
  • React-RCTImage (from ../node_modules/react-native/Libraries/Image)
  • React-RCTLinking (from ../node_modules/react-native/Libraries/LinkingIOS)
  • React-RCTNetwork (from ../node_modules/react-native/Libraries/Network)
  • React-RCTSettings (from ../node_modules/react-native/Libraries/Settings)
  • React-RCTText (from ../node_modules/react-native/Libraries/Text)
  • React-RCTVibration (from ../node_modules/react-native/Libraries/Vibration)
  • React-rncore (from ../node_modules/react-native/ReactCommon)
  • React-runtimeexecutor (from ../node_modules/react-native/ReactCommon/runtimeexecutor)
  • React-runtimescheduler (from ../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler)
  • React-utils (from ../node_modules/react-native/ReactCommon/react/utils)
  • ReactCommon/turbomodule/core (from ../node_modules/react-native/ReactCommon)
  • "RNCAsyncStorage (from ../node_modules/@react-native-async-storage/async-storage)"
  • RNGestureHandler (from ../node_modules/react-native-gesture-handler)
  • RNImageCropPicker (from ../node_modules/react-native-image-crop-picker)
  • RNKeychain (from ../node_modules/react-native-keychain)
  • RNReanimated (from ../node_modules/react-native-reanimated)
  • RNScreens (from ../node_modules/react-native-screens)
  • RNSVG (from ../node_modules/react-native-svg)
  • Yoga (from ../node_modules/react-native/ReactCommon/yoga)

SPEC REPOS:
trunk:
- CocoaAsyncSocket
- Flipper
- Flipper-Boost-iOSX
- Flipper-DoubleConversion
- Flipper-Fmt
- Flipper-Folly
- Flipper-Glog
- Flipper-PeerTalk
- FlipperKit
- fmt
- libevent
- OpenSSL-Universal
- SocketRocket
- TOCropViewController
- YogaKit

EXTERNAL SOURCES:
boost:
:podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec"
BVLinearGradient:
:path: "../node_modules/react-native-linear-gradient"
DoubleConversion:
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
FBLazyVector:
:path: "../node_modules/react-native/Libraries/FBLazyVector"
FBReactNativeSpec:
:path: "../node_modules/react-native/React/FBReactNativeSpec"
glog:
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
hermes-engine:
:podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
:tag: hermes-2023-08-07-RNv0.72.4-813b2def12bc9df02654b3e3653ae4a68d0572e0
RCT-Folly:
:podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
RCTRequired:
:path: "../node_modules/react-native/Libraries/RCTRequired"
RCTTypeSafety:
:path: "../node_modules/react-native/Libraries/TypeSafety"
React:
:path: "../node_modules/react-native/"
React-callinvoker:
:path: "../node_modules/react-native/ReactCommon/callinvoker"
React-Codegen:
:path: build/generated/ios
React-Core:
:path: "../node_modules/react-native/"
React-CoreModules:
:path: "../node_modules/react-native/React/CoreModules"
React-cxxreact:
:path: "../node_modules/react-native/ReactCommon/cxxreact"
React-debug:
:path: "../node_modules/react-native/ReactCommon/react/debug"
React-hermes:
:path: "../node_modules/react-native/ReactCommon/hermes"
React-jsi:
:path: "../node_modules/react-native/ReactCommon/jsi"
React-jsiexecutor:
:path: "../node_modules/react-native/ReactCommon/jsiexecutor"
React-jsinspector:
:path: "../node_modules/react-native/ReactCommon/jsinspector"
React-logger:
:path: "../node_modules/react-native/ReactCommon/logger"
react-native-ble-manager:
:path: "../node_modules/react-native-ble-manager"
react-native-safe-area-context:
:path: "../node_modules/react-native-safe-area-context"
React-NativeModulesApple:
:path: "../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios"
React-perflogger:
:path: "../node_modules/react-native/ReactCommon/reactperflogger"
React-RCTActionSheet:
:path: "../node_modules/react-native/Libraries/ActionSheetIOS"
React-RCTAnimation:
:path: "../node_modules/react-native/Libraries/NativeAnimation"
React-RCTAppDelegate:
:path: "../node_modules/react-native/Libraries/AppDelegate"
React-RCTBlob:
:path: "../node_modules/react-native/Libraries/Blob"
React-RCTImage:
:path: "../node_modules/react-native/Libraries/Image"
React-RCTLinking:
:path: "../node_modules/react-native/Libraries/LinkingIOS"
React-RCTNetwork:
:path: "../node_modules/react-native/Libraries/Network"
React-RCTSettings:
:path: "../node_modules/react-native/Libraries/Settings"
React-RCTText:
:path: "../node_modules/react-native/Libraries/Text"
React-RCTVibration:
:path: "../node_modules/react-native/Libraries/Vibration"
React-rncore:
:path: "../node_modules/react-native/ReactCommon"
React-runtimeexecutor:
:path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
React-runtimescheduler:
:path: "../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler"
React-utils:
:path: "../node_modules/react-native/ReactCommon/react/utils"
ReactCommon:
:path: "../node_modules/react-native/ReactCommon"
RNCAsyncStorage:
:path: "../node_modules/@react-native-async-storage/async-storage"
RNGestureHandler:
:path: "../node_modules/react-native-gesture-handler"
RNImageCropPicker:
:path: "../node_modules/react-native-image-crop-picker"
RNKeychain:
:path: "../node_modules/react-native-keychain"
RNReanimated:
:path: "../node_modules/react-native-reanimated"
RNScreens:
:path: "../node_modules/react-native-screens"
RNSVG:
:path: "../node_modules/react-native-svg"
Yoga:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
BVLinearGradient: 880f91a7854faff2df62518f0281afb1c60d49a3
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: 5fbbff1d7734827299274638deb8ba3024f6c597
FBReactNativeSpec: 638095fe8a01506634d77b260ef8a322019ac671
Flipper: 6edb735e6c3e332975d1b17956bcc584eccf5818
Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c
Flipper-DoubleConversion: 2dc99b02f658daf147069aad9dbd29d8feb06d30
Flipper-Fmt: 60cbdd92fc254826e61d669a5d87ef7015396a9b
Flipper-Folly: 584845625005ff068a6ebf41f857f468decd26b3
Flipper-Glog: 70c50ce58ddaf67dc35180db05f191692570f446
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 9180d43df05c1ed658a87cc733dc3044cf90c00a
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCTRequired: 83bca1c184feb4d2e51c72c8369b83d641443f95
RCTTypeSafety: 13c4a87a16d7db6cd66006ce9759f073402ef85b
React: e67aa9f99957c7611c392b5e49355d877d6525e2
React-callinvoker: 2790c09d964c2e5404b5410cde91b152e3746b7b
React-Codegen: e6e05e105ca7cdb990f4d609985a2a689d8d0653
React-Core: 9283f1e7d0d5e3d33ad298547547b1b43912534c
React-CoreModules: 6312c9b2fec4329d9ae6a2b8c350032d1664c51b
React-cxxreact: 7da72565656c8ac7f97c9a031d0b199bbdec0640
React-debug: 4accb2b9dc09b575206d2c42f4082990a52ae436
React-hermes: 1299a94f255f59a72d5baa54a2ca2e1eee104947
React-jsi: 2208de64c3a41714ac04e86975386fc49116ea13
React-jsiexecutor: c49502e5d02112247ee4526bc3ccfc891ae3eb9b
React-jsinspector: 8baadae51f01d867c3921213a25ab78ab4fbcd91
React-logger: 8edc785c47c8686c7962199a307015e2ce9a0e4f
react-native-ble-manager: 3aeb5d13b0fbf53ed44c0e023e800906e0c3b6a9
react-native-safe-area-context: 36cc67648134e89465663b8172336a19eeda493d
React-NativeModulesApple: b6868ee904013a7923128892ee4a032498a1024a
React-perflogger: 31ea61077185eb1428baf60c0db6e2886f141a5a
React-RCTActionSheet: 392090a3abc8992eb269ef0eaa561750588fc39d
React-RCTAnimation: 4b3cc6a29474bc0d78c4f04b52ab59bf760e8a9b
React-RCTAppDelegate: 89b015b29885109addcabecdf3b2e833905437c7
React-RCTBlob: 3e23dcbe6638897b5605e46d0d62955d78e8d27b
React-RCTImage: 8a5d339d614a90a183fc1b8b6a7eb44e2e703943
React-RCTLinking: b37dfbf646d77c326f9eae094b1fcd575b1c24c7
React-RCTNetwork: 8bed9b2461c7d8a7d14e63df9b16181c448beebc
React-RCTSettings: 506a5f09a455123a8873801b70aa7b4010b76b01
React-RCTText: 3c71ecaad8ee010b79632ea2590f86c02f5cce17
React-RCTVibration: d1b78ca38f61ea4b3e9ebb2ddbd0b5662631d99b
React-rncore: bfc2f6568b6fecbae6f2f774e95c60c3c9e95bf2
React-runtimeexecutor: 47b0a2d5bbb416db65ef881a6f7bdcfefa0001ab
React-runtimescheduler: 7649c3b46c8dee1853691ecf60146a16ae59253c
React-utils: 56838edeaaf651220d1e53cd0b8934fb8ce68415
ReactCommon: 5f704096ccf7733b390f59043b6fa9cc180ee4f6
RNCAsyncStorage: ddc4ee162bfd41b0d2c68bf2d95acd81dd7f1f93
RNGestureHandler: c0d04458598fcb26052494ae23dda8f8f5162b13
RNImageCropPicker: e7ab6fb43d2fc3e84651e786ef4a080d63b0ed3d
RNKeychain: bfe3d12bf4620fe488771c414530bf16e88f3678
RNReanimated: 9f7068e43b9358a46a688d94a5a3adb258139457
RNScreens: 50ffe2fa2342eabb2d0afbe19f7c1af286bc7fb3
RNSVG: 53c661b76829783cdaf9b7a57258f3d3b4c28315
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
TOCropViewController: 80b8985ad794298fb69d3341de183f33d1853654
Yoga: 4c3aa327e4a6a23eeacd71f61c81df1bcdf677d5
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 3ece7240fead27a0d8b263392757cdf69d26dea6

COCOAPODS: 1.15.2
`

React Native Version

"react-native": "0.72.7",

Affected Platforms

Runtime - iOS

Output of npx react-native info

npx react-native info
info Fetching system and libraries information...
System:
  OS: macOS 14.3.1
  CPU: (8) arm64 Apple M2
  Memory: 76.70 MB / 8.00 GB
  Shell:
    version: "5.9"
    path: /bin/zsh
Binaries:
  Node:
    version: 21.7.1
    path: /opt/homebrew/bin/node
  Yarn:
    version: 1.22.22
    path: /opt/homebrew/bin/yarn
  npm:
    version: 10.5.0
    path: /opt/homebrew/bin/npm
  Watchman:
    version: 2024.05.06.00
    path: /opt/homebrew/bin/watchman
Managers:
  CocoaPods:
    version: 1.15.2
    path: /opt/homebrew/bin/pod
SDKs:
  iOS SDK:
    Platforms:
      - DriverKit 23.4
      - iOS 17.4
      - macOS 14.4
      - tvOS 17.4
      - visionOS 1.1
      - watchOS 10.4
  Android SDK: Not Found
IDEs:
  Android Studio: Not Found
  Xcode:
    version: 15.3/15E204a
    path: /usr/bin/xcodebuild
Languages:
  Java: Not Found
  Ruby:
    version: 3.3.1
    path: /opt/homebrew/opt/ruby/bin/ruby
npmPackages:
  "@react-native-community/cli": Not Found
  react:
    installed: 18.2.0
    wanted: 18.2.0
  react-native:
    installed: 0.72.7
    wanted: 0.72.7
  react-native-macos: Not Found
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: true
  newArchEnabled: false
iOS:
  hermesEnabled: true
  newArchEnabled: false

Stacktrace or Logs

yarn ios
yarn run v1.22.22
$ react-native run-ios
error Could not find scheme greenhouse. Please make sure the schema you want to run exists.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Reproducer

null

Screenshots and Videos

No response

@github-actions github-actions bot added Needs: Author Feedback Needs: Repro This issue could be improved with a clear list of steps to reproduce the issue. labels May 15, 2024
Copy link

⚠️ Missing Reproducible Example
ℹ️ We could not detect a reproducible example in your issue report. Please provide either:
  • If your bug is UI related: a Snack
  • If your bug is build/update related: use our Reproducer Template. A reproducer needs to be in a GitHub repository under your username.

Copy link

⚠️ Newer Version of React Native is Available!
ℹ️ You are on a supported minor version, but it looks like there's a newer patch available - 0.72.14. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases.

@github-actions github-actions bot added the Platform: iOS iOS applications. label May 15, 2024
@Jidahan Jidahan changed the title yarn ios error ! yarn ios error ! error Could not find scheme greenhouse. Please make sure the schema you want to run exists. May 15, 2024
@cortinico cortinico added Resolution: For Stack Overflow A question for Stack Overflow. Applying this label will cause issue to be closed. and removed Needs: Triage 🔍 Needs: Author Feedback Needs: Repro This issue could be improved with a clear list of steps to reproduce the issue. Newer Patch Available labels May 20, 2024
Copy link

⚠️ Issue is a Question
ℹ️ We are using GitHub issues exclusively to track bugs in the core React Native library. Please try asking over on Stack Overflow as it is better suited for this type of question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: iOS iOS applications. Resolution: For Stack Overflow A question for Stack Overflow. Applying this label will cause issue to be closed.
Projects
None yet
Development

No branches or pull requests

2 participants