Downloading and adding ios 5 simulator to the xcode 4.5 and monotouch without xcode components

拜拜、爱过 提交于 2019-12-10 12:11:53

问题


I want to download and install ios simulator 5 on my xcode and monotouch. I know that we can add it from xcode components by installing ios simulator 5 or 5.1 but my these days my internet connection is crazy :( it disconnect, also is very also on the xcode component.

Do any body have a link for download the emulator manually and add it to the xcode and mono-touch offline?


回答1:


Don't think there a direct link for Xcode components for a safe alternative approach install DownThemAll in Firefox or download master in Chrome.

goto apple developer site and search for Xcode 4.3.3 for Lion which includes iOS 5.1 SDK.

Use one of the download manger and sit back until it completed. open up the ISO file and navigate to:

Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs  

copy folder in the following directory and then restart Xcode:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk


来源:https://stackoverflow.com/questions/16643236/downloading-and-adding-ios-5-simulator-to-the-xcode-4-5-and-monotouch-without-xc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!