Error Installing Xcode 3.2.5 along with iOS SDk 4.2

…衆ロ難τιáo~ 提交于 2019-12-12 13:59:16

问题


Hi,

I am upgrading Xcode to 3.2.5 from 3.2.4 along with iOS SDK 4.2.

I keep getting following error message at the end of the installation:

"installation failed contact software manufacture".

Please check attached screenshot for more details.

Can you please suggest what needs to be done?

Thanks!


回答1:


roll your date back to 1/1/2012. Just had the same issue and that allowed it to finish!




回答2:


Check the

/var/log/install.log

file for any error it might log.




回答3:


Open up Console.app (found in /Applications/Utilities folder) and check the output while XCode is installing. You may find some answers there.




回答4:


Expect it might be a permissions problem or related to a network lookup which fails.

Here are the detailed error messages I get from Console:

The domain/default pair of (com.apple.iPhoneSDKInstaller, showAdvancedInstaller) does not exist


Additional Installer logs:

2012/22/05 10:19:11 AM Installer[4979] : the delegate was sent -splitView:resizeSubviewsWithOldSize: and left the subview frames in an inconsistent state:

2012/22/05 10:19:11 AM [0x0-0x194194].com.apple.installer 2012-05-22 10:19:11.627 Installer[4979:903] : the delegate was sent -splitView:resizeSubviewsWithOldSize: and left the subview frames in an inconsistent state:

2012/22/05 10:19:11 AM Installer[4979] Split view bounds: {{0, 0}, {402, 104}}

2012/22/05 10:19:11 AM [0x0-0x194194].com.apple.installer 2012-05-22 10:19:11.629 Installer[4979:903] Split view bounds: {{0, 0}, {402, 104}}

2012/22/05 10:19:11 AM Installer[4979] Subview frame: {{0, 0}, {0, 32}}

2012/22/05 10:19:11 AM [0x0-0x194194].com.apple.installer 2012-05-22 10:19:11.629 Installer[4979:903] Subview frame: {{0, 0}, {0, 32}}

2012/22/05 10:19:11 AM Installer[4979] Subview frame: {{0, 0}, {402, 104}}

2012/22/05 10:19:11 AM [0x0-0x194194].com.apple.installer 2012-05-22 10:19:11.629 Installer[4979:903] Subview frame: {{0, 0}, {402, 104}}

2012/22/05 10:19:11 AM Installer[4979] The outer edges of the subview frames are supposed to line up with the split view's bounds' edges. NSSplitView is working around the problem, perhaps at the cost of more redrawing. (This message is only logged once per NSSplitView.)

2012/22/05 10:19:11 AM [0x0-0x194194].com.apple.installer 2012-05-22 10:19:11.630 Installer[4979:903] The outer edges of the subview frames are supposed to line up with the split view's bounds' edges. NSSplitView is working around the problem, perhaps at the cost of more redrawing. (This message is only logged once per NSSplitView.)

2012/22/05 10:19:38 AM Installer[4979] The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.



来源:https://stackoverflow.com/questions/4530180/error-installing-xcode-3-2-5-along-with-ios-sdk-4-2

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