I'm trying to push a private pod. When I do it, I get this error:
- ERROR | [iOS] unknown: Encountered an unknown error (Could not find a
iossimulator (valid values: ). Ensure that Xcode -> Window -> Devices has at least one
iossimulator listed or otherwise add one.) during validation.
I'm running Xcode 10, and I recently had Xcode 10.1 beta on my machine. Also, I had regular cocoapods (1.5.3) and the latest beta of that (1.6.0.beta.1).
To reduce complexity, I removed both betas from my machine. So, just the released versions. I'm still seeing this error.
I can't imagine what could've happened here. But something is out of whack. I'd really prefer to not completely remove Xcode, or do something else more drastic. But I'm totally stuck.
Other people on my team are able to pull the code, and do a pod repo push
, but I can't from my own machine.
Thanks for any help/advice.
xcrun simctl list -j
is now a boolean "isAvailable"device['availability'] == '(available)' || device['isAvailable'] == 'YES'
withdevice['availability'] == '(available)' || device['isAvailable'] == 'YES' || device['isAvailable'] == true