Ios Can';我的meteor应用程序无法在iphone上运行

Ios Can';我的meteor应用程序无法在iphone上运行,ios,iphone,meteor,Ios,Iphone,Meteor,我的应用程序在iOS模拟器上运行良好,但当我尝试在终端中使用meteor run iOS设备时,我得到的是: raress-MacBook-Pro:To Dos rares$ meteor run ios-device WARNING: You are testing your app on a remote device.For the mobile app to be able to connect to the local server, make sure your devic

我的应用程序在iOS模拟器上运行良好,但当我尝试在终端中使用meteor run iOS设备时,我得到的是:

raress-MacBook-Pro:To Dos rares$ meteor run ios-device
WARNING: You are testing your app on a remote device.For the mobile app to be
     able to connect to the local server, make sure your device is on the
     same network, and that the network configuration allows clients to
     talk to each other (no client isolation).
[[[[[ ~/To Dos ]]]]]                          

=> Started proxy.                             

Could not open your project in Xcode.         
Try running again with the --verbose option.  
Instructions for running your app on an iOS device:
https://github.com/meteor/meteor/wiki/How-to-run-your-app-on-an-iOS-device

尝试将应用程序部署到服务器,然后使用--server标志运行Meteor应用程序。这允许在iOS上本地运行的应用程序访问您的服务器

meteor deploy myapp
然后

meteor运行ios设备--移动服务器http://


Differential在这方面也有很棒的资源

我还没有测试过这个流星,但是警告是可见的,你的设备没有连接到你在macbook上使用的网络
meteor run ios-device --mobile-server http://<app-server>