4

im using the latest Cordova, XCode and Mac OSX Sierra

i am unable to build the sample project on any old devices in the simulator (iPhone 5 or less)

the error im getting isnt very helpful because the console.log file DOESNT EXIST!

any ideas at all?

An error was encountered processing the command

(domain=FBSOpenApplicationServiceErrorDomain, code=1): The request to open "com.hestor.nasmob" failed. The request was denied by service delegate (SBMainWorkspace) for reason: Unspecified.

logPath: /Developer/Cordova/NASMob/platforms/ios/cordova/console.log

Simon

Saurabh Srivastava
  • 1,093
  • 14
  • 27
si458
  • 91
  • 1
  • 7
  • Possible duplicate of [The request was denied by service delegate (SBMainWorkspace)](https://stackoverflow.com/questions/39645824/the-request-was-denied-by-service-delegate-sbmainworkspace) – Jeff Jul 10 '17 at 16:30
  • Does this answer your question? [xcode 8 error denied by service delegate (SBMainWorkspace)](https://stackoverflow.com/questions/39495620/xcode-8-error-denied-by-service-delegate-sbmainworkspace) – Abdelrahman Tareq Mar 26 '21 at 21:06

3 Answers3

6

Check your scheme settings and make sure all empty settings are unchecked. After doing this restart Xcode and simulator.

If it doesn't work try to restart the system.

Forge
  • 6,538
  • 6
  • 44
  • 64
Ekra
  • 3,241
  • 10
  • 41
  • 61
0

Old post, same situation here. After nothing of scheme settings, reinstall, reboot etc helped, the only thing helped for me:

Create a simulator for iPhone5s and iOS 9.3 (instead of iOS 10.3). Then advice project to use iOS 9.3.

Hope this helps some people.

SenioreT
  • 175
  • 2
  • 9
0

Quit the simulator, and re-run it again.

It works fine.

Ekambaram E
  • 1,184
  • 1
  • 11
  • 9