Closed UnsafePointer closed 8 years ago
If I replace create_device
with reset_device
it works. Not sure if this helps to trace the issue, maybe it's something wrong on my computer? (rvm, ruby version, ...)
Thank you for reporting this (and hello XING :))! I found a race condition in simctl
: I expected after creating a new device the device.plist
to just be there. I actually seen this problem in the tests, but only fixed it there. Silly mistake.
Please let me know if master
is fine for you now. I'll release a new version to rubygems.org then.
👋 from XING. I tried master and everything works (both create_device
and reset_device
), thank you for having a look at it so quickly.
Great! 👍
I'll push a new release out to rubygems.org soonish.
simctl 1.5.1 built to pkg/simctl-1.5.1.gem.
Tagged v1.5.1.
Pushed git commits and tags.
Pushed simctl 1.5.1 to rubygems.org.
I tried to follow the example provided in the
README.md
and got the following:Any ideas what could go wrong? I make sure to have the latest
simctl
andCFPropertyList
.