标签: swift watchkit core-location
我似乎无法通过Watchkit获得用户的坐标。我正在使用xCode 10.0。
int f(int cond) { if (cond) { return 10; } else { return 20; } }