decosoftware / deco-ide

The React Native IDE

Home Page:https://www.decosoftware.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error FBSOpenApplicationServiceErrorDomain code=1

jcpc91 opened this issue · comments

try to run my app with command react-native run-ios
but fail to install in the simulator

Installing build/Build/Products/Debug-iphonesimulator/example_movil.app
Launching org.reactjs.native.example.example-movil
An error was encountered processing the command (domain=FBSOpenApplicationServiceErrorDomain, code=1):
The request to open "org.reactjs.native.example.example-movil" failed.
The request was denied by service delegate (SBMainWorkspace) for reason: NotFound ("Application "org.reactjs.native.example.example-movil" is unknown to FrontBoard").

i wonder if have something to do with the names example_movil.app and org.reactjs.native.example.example-movil

Try this:

Goto XCode -> Click your project folder -> click General -> under sigining tab select a development team .

Dont forget to connect your IPhone as well.