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

Not working in Simulator 9.2 (Xcode 7.2) #13

Open
JohJakob opened this issue Jan 9, 2016 · 16 comments
Open

Not working in Simulator 9.2 (Xcode 7.2) #13

JohJakob opened this issue Jan 9, 2016 · 16 comments

Comments

@JohJakob
Copy link

JohJakob commented Jan 9, 2016

SBShortcutMenuSimulator does not work in Simulator 9.2 (shipped with Xcode 7.2).

@hipwelljo
Copy link

It's not working here either. Running echo 'com.apple.mobilecal' | nc 127.0.0.1 8000 crashes SpringBoard, shows Apple log in the Simulator, when it comes back to life it doesn't show the actions.

@JohJakob
Copy link
Author

JohJakob commented Jan 9, 2016

Running an echo command doesn't crash SpringBoard on my computer. It just doesn't do anything.

@eridbardhaj
Copy link

Same for me echo command doesn't crash SpringBoard, but no action produced

@MingYueGuCheng
Copy link

SBShortcutMenuSimulator does not work in Simulator 9.2 (shipped with Xcode 7.2).
Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[SBIconController _revealMenuForIconView:presentImmediately:]: unrecognized selector sent to instance 0x7ff07a879400'
terminating with uncaught exception of type NSException
abort() called
CoreSimulator 201.3 - Device: iPhone 6s - Runtime: iOS 9.2 (13C75) - DeviceType: iPhone 6s

@simson2010
Copy link

Same for me.
After run echo 'com.apple.mobilecal' | nc 127.0.0.1 8000 , simulator shows nothing, and got crashed. I tested it on iPhone6 and iPhone 6s simulator.
And I wanna know, the steps of running xcrun? run simulator first or run the command first?

@zdpdsy
Copy link

zdpdsy commented Jan 22, 2016

Same for me.
After run an echo command doesn't crash SpringBoard , simulator show nothing,and got crashed.

@alexanderkhitev
Copy link

Same for me

@alexanderkhitev
Copy link

and who ever tried to use xcode 7.2 and simulator with 9.0?

@alexanderkhitev
Copy link

I tried with Xcode 7.2 and simulator 9.0 but nothing doesn't happen

@skagedal
Copy link

For people who are wondering, you can easily install iOS 9.1 in Xcode 7.2, and this will work.

  • In the simulator, pick Hardware -> Device -> Manage Devices.
  • Press the plus sign at the bottom left and choose "Add Simulator"
  • Under "iOS version", choose "Download more simulators". There you should be able to pick iOS 9.1 and download it.

Then, just run your app in a simulator running 9.1 and issue the xcrun commands from the README.

With iOS 9.2, it will crash; the dylib uses the private symbol -[SBIconController _revealMenuForIconView:presentImmediately:] which is not available. I tried replacing it with -[SBIconController _revealMenuForIconView:], which is available, but that did not work (the icon just got highlighted).

@ali-saeed
Copy link

Thanks a lot! It worked when I downloaded iOS 9.1 for the simulator. Great work!!!

@OrdHu
Copy link

OrdHu commented Feb 16, 2016

Thanks skagedal !
I solved the problem with your method.

@rbarbish
Copy link

rbarbish commented Mar 9, 2016

@conradev - Any updates? The utility doesn't work for 9.2 simulators

@skagedal
Copy link

skagedal commented Mar 9, 2016

I hope people in this thread have noticed that the Xcode 7.3 beta allows simulation of 3D Touch using a Force Touch trackpad.

@gabrielmaldi
Copy link

#18 fixes this.

@alpennec
Copy link

Hello,
I tried on Xcode 8 with iOS 10, it does not work.
Anyone succeeded to have it work?
Thanks
Axel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests