ios8.1 simulator http issue

I was following MJ‘s sina weibo project video to make an app of weibo. however I can‘t access internet from the weibo app or safari. so google it and got the right solution which is so easy. guess what, just to restart the simulator.

http://stackoverflow.com/questions/25654679/cant-use-http-in-ios-8-simulator

solution from apple‘s engineer:

There is a known issue whereby changes in the host‘s network configuration (changing wireless networks, changing from wireless to wired, etc) will result in the simulated runtime appearing to loose network connectivity for some cases. The workaround is to just reboot the simulated device.

时间: 2024-10-05 14:25:35

ios8.1 simulator http issue的相关文章

Unity startup orientation handling issue in iOS8 横屏 bug

笔者的项目一直在Unity 4.3下开发,最近,在升级到xcode6以后,在iOS8设备上测试发现一个有趣的现象: 原本运行正常的横屏游戏,到了iOS8设备上,变成了竖屏运行,并且仍然是横屏的内容,那UI是一个惨不忍睹.Unity和xcode里的Device Orientation设置一直为“Lanscape Left”和"Lanscape Right" 目前Unity官方已在Release 4.5.3p1版本解决了该问题,对于4.5版本的童鞋非常方便,直接打上最新Patch就好 可惜

解决iOS8安装企业版无反应问题

iOS7可以下载没有任何问题,iOS8发现挂在官网上的企业版的app点击了提示是否安装应用程序,但是确认以后没有反应,找了很久,都没有发现问题.后来查看了的device console发现安装的时候出现 LoadExternalDownloadManifestOperation: Ignore manifest download, already have bundleID: com.mycom.MyApp 后来查资料外国开发者推测是iOS8的一个bug: The biggest issue f

使用XCode6.0.1将Cocos2d-x3.1工程打包ipa(支持iOS8)

据说iOS8需要使用XCode6.1打包,因为还未升级,暂时研究了几天,先把笔记整理下,以备以后使用方便,由于本人没有iphone,没有苹果企业证书,所有的东西都是东拼西凑的,所以打包成的ipa没有真机测试.如果失败,那只有再研究了. 因为需要升级之前3.1工程的项目支持iOS8,这两天暂时研究了一下ipa的打包(之前都是别人弄的,第一次自己打包,还是很费劲)所有,就有了这篇文章,如果可能,让大家少走弯路,把时间尽可能多得放在写代码上,不过还得吐槽一下:苹果搞这一套真是费事费力. 1.问题1:3

iOS8下bundle路径变更

至少是模拟器目录有变 iOS8下路径变为: /Users/username/Library/Developer/CoreSimulator/Devices/786824FF-6D4C-4D73-884A-696514481F7C/data/Containers/Data/Application/7D5B082E-53D5-4C60-86A0-1F6A0A1B98E3/Library/Caches/... 路径够深的..想必是出于iOS进程间通信的考虑 iOS8之前为: /Users/xiejin

iOS8中的定位服务

My app that worked fine in iOS 7 doesn't work with the iOS 8 SDK. CLLocationManager doesn't return a location, and I don't see my app under Settings > Location Services either. I did a Google search on the issue but nothing came up, what could be wro

iOS8沙盒路径的变化

iOS8中的的沙盒路径发生了变化 之前是这样的路径,通过NSHomedictionary()获取的家路径 /Users/wupeng/Library/Application Support/iPhone Simulator/7.1/Applications/F9093824FF-6D4C-4D73-884A-696514481F7C/Library/Caches/... 在iOS8中,家路径和Bundle路径进行了分离,也就是说在模拟器中,Bundle包路径和Document library所在

ios8/sdk8/xcode6/iphone6(+)适配

AppIcon https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html#//apple_ref/doc/uid/TP40006556-CH27-SW1 Table 39-1Size (in pixels) of custom icons and images Asset iPhone 6 Plus (@3x) iPhone 6 and iPh

XCode6的iOS Simulator 文件保存位置

我现在用的是XCode6.4,模拟器系统是iOS 8.4.其他版本可能会略有差异. 进入Finder,前往"~/Library/Developer/CoreSimulator/Devices",这个目录里保存了所有iOS模拟器的已安装应用的信息. 这些模拟器的文件夹没有直接写明simulator的型号,可以查看这些文件夹目录下的device.plist文件来辨认该Simulator是iPhone或iPad.系统是iOS8.4还是iOS8.3,通过这些信息找到目前在运行的模拟器对应的文件

掌握iOS8中的动态文本

原文链接 : Swift Programming 101: Mastering Dynamic Type in iOS 8 原文作者 : Kevin McNeish 译文出自 : 开发技术前线 www.devtf.cn 转载声明: 本译文已授权开发者头条享有独家转载权,未经允许,不得转载! 译者 : kmyhy Apple声称鼓励第三方App能够支持动态文本.但是,如果你尝试在App中实现这个特性,你会发现其中有很多坑(例如静态cell和定制cell样式).在本文中,我们将介绍动态文本的机理以及