I had react-native run-ios working for the past few days but today it randomly decided to stop working:
The following commands produced analyzer issues:
Analyze /Users/swyx/Desktop/webdev/fullstacksr/reactNativeExtensions/ActionExtensionExample3/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.c
Analyze /Users/swyx/Desktop/webdev/fullstacksr/reactNativeExtensions/ActionExtensionExample3/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c
(2 commands with analyzer issues)
Installing build/Build/Products/Debug-iphonesimulator/ActionExtensionExample3.app
An error was encountered processing the command (domain=IXErrorDomain, code=2):
Failed to set plugin placeholders for org.reactjs.native.example.ShareExtensionExampleswyx
Launching org.reactjs.native.example.ShareExtensionExampleswyx
org.reactjs.native.example.ShareExtensionExampleswyx: -1
An error was encountered processing the command (domain=FBSOpenApplicationServiceErrorDomain, code=1):
The request to open "org.reactjs.native.example.ShareExtensionExampleswyx" failed.
The request was denied by service delegate (SBMainWorkspace) for reason: NotFound ("Application "org.reactjs.native.example.ShareExtensionExampleswyx" is unknown to FrontBoard").
Possible causes and solutions investigated:
- Checking the scheme - it is definitely
Ask on launch - Scheme settings - i dont have any empty settings to leave unchecked
- Maximum App ID limit reached - this app id
org.reactjs.native.example.ShareExtensionExampleswyxis something I am reusing but i dont think it causes this issue - deleting
ios/buildand recompiling - restarting my simulator and my entire computer
- Edit: yes i am using xcode 9
none of these have worked so far. Any other ideas on things to try please?