我正在尝试在 Xcode 6.1 中构建一个 iPhone 应用程序,但是代码是从外部公司提供的。
出于安全原因,应用程序正在(应该)与之通信的测试服务器位于无法访问互联网的单独网络上。
当我使用此网络在模拟器上构建和运行应用程序时,几乎立即(在应用程序上)抛出一个错误并且应用程序无法运行。
当我使用具有互联网访问权限的网络构建应用程序时,应用程序成功启动 - 但显然无法到达目标服务器。
该公司坚持需要互联网访问来验证我的 iOS 配置文件......而我很确定它在应用程序中。
是否需要互联网访问才能通过 XCode 在模拟器上构建和运行应用程序?
我认为这是错误...但我是一个 C#/Windows 人,对 XCode 知之甚少!
很确定这是应用程序而不是模拟器引发的错误。
*********************************** Server Response END FAI BLO******************************
2014-11-12 14:33:04.019 FCiOS12P2[11017:60b] **** error is :Error Domain=KFCRMSErrorDomaininResourceUpdate Code=3126 "The operation couldn’t be completed. (KFCRMSErrorDomaininResourceUpdate error 3126.)"
2014-11-12 14:33:04.020 FCiOS12P2[11017:60b] Failed to get token, error: Error Domain=NSCocoaErrorDomain Code=3010 "remote notifications are not supported in the simulator" UserInfo=0x7978acd0 {NSLocalizedDescription=remote notifications are not supported in the simulator}
2014-11-12 14:33:09.059 FCiOS12P2[11017:60b] FCAlertView: FCAlertOverlayWindow dealloc
2014-11-12 14:33:09.060 FCiOS12P2[11017:60b] FCAlertView: FCAlertViewController dealloc
2014-11-12 14:34:29.706 FCiOS12P2[11017:60b] Reachability Flag Status: -R -----l- networkStatusForFlags
2014-11-12 14:34:29.707 FCiOS12P2[11017:60b] -[NetworkStatusManager checkNetworkStatus:] [Line 89] The internet is working via WIFI.
Best Answer-推荐答案 strong>
您无需配置文件即可使用 iPad 模拟器,也无需访问互联网即可使用 iPad 模拟器。
关于ios - XCode iOS 模拟器是否需要互联网访问?,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/26903367/
|