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

Issue with Xcode 10.1 #12

Closed
Rockwig-GSC opened this issue Nov 1, 2018 · 14 comments
Closed

Issue with Xcode 10.1 #12

Rockwig-GSC opened this issue Nov 1, 2018 · 14 comments

Comments

@Rockwig-GSC
Copy link

I get the following message, when trying to set the location on a simulator running 12.1 using xcode 10.1 on macOS 10.14.

set-simulator-location -c 40.741 -73.989

No simulators are currently booted

Issuing a xcrun simctl list -j devices command returns the following, only one device is booted.

  "devices" : {
    "iOS 12.1" : [
      {
        "availability" : "(available)",
        "state" : "Booted",
        "isAvailable" : true,
        "name" : "iPhone 5s",
        ...```
@qalandarov
Copy link

I second @Rockwig-GSC and add that I tried with 12.0 and 12.1 simulator SDK (both with Xcode 10.1) and still faced the issue... downloading 10.0 again 😞

@AyaAkl25
Copy link

AyaAkl25 commented Nov 7, 2018

The same issue here that I am facing.
always has the error: No simulators are currently booted

can you please check this for a fix?

@piofusco
Copy link

piofusco commented Nov 7, 2018

I am running into the same issue. Would love to get back to UI testing :)

Xcode 10.1
iOS 12.1

@sberrevoets
Copy link
Member

#13 should fix this. Can you please try this manually and see if your issue is fixed? If so, we'll release a new version soon.

@piofusco
Copy link

piofusco commented Nov 7, 2018

Looks good to me! 👍

@AyaAkl25
Copy link

AyaAkl25 commented Nov 8, 2018

Thank you so much. working now!

@piofusco
Copy link

piofusco commented Nov 9, 2018

How soon can you all cut a new release?

@sberrevoets
Copy link
Member

We'll aim to have a new release by the end of next week. Thanks for your patience!

@kidsid-Ixigo
Copy link

kidsid-Ixigo commented Nov 12, 2018

@sberrevoets How to update to this fix? I mean terminal command?

@sberrevoets
Copy link
Member

See the README: clone this project and run $ make install.

@keith
Copy link
Member

keith commented Nov 15, 2018

This is now fixed in the 1.3.1 release https://github.com/lyft/set-simulator-location/releases

@keith keith closed this as completed Nov 15, 2018
@GeoSD
Copy link

GeoSD commented Sep 24, 2019

Hello. Could you please explain how you deal with location permission if you actually deal anything with it? I mean, is it possible to allow it (for testing purposes off course) without any alerts?

@keith
Copy link
Member

keith commented Sep 24, 2019

To use this you still need to use the normal location permissions behavior

@GeoSD
Copy link

GeoSD commented Oct 1, 2019

To use this you still need to use the normal location permissions behavior

Thanks for the answer.

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

8 participants