weexteam / A-pack-tool-for-Apache-Weex

A pack tool for Android、iOS and H5 plartform of Weex. This tool is a third party work, and is not developed nor maintained by Apache Weex.
Apache License 2.0
611 stars 76 forks source link

fix #174 simulator version doesn't match #180

Closed parryworld closed 6 years ago

parryworld commented 7 years ago

xcrun instruments -s devices will get version 10.3.1, but xcrun simctl list --json devices will get version 10.3.

simList = info['iOS ' + device.version] will be undefined