달력

4

« 2024/4 »

  • 28
  • 29
  • 30
2010. 6. 11. 12:26

xcode_3.2.3_and_iphone_sdk_4_gm_seed.dmg 2.06 GB Mobile/SDK2010. 6. 11. 12:26

I used "iphone_sdk_3.2_beta_5_with_xcode_3.2.2.dmg" in 10.6.4(10F566).
it working great!

And I try to install "xcode_3.2.3_and_iphone_sdk_4_gm_seed.dmg", 2.06GB in today.
But, it just hang and don't process further more.



I think it is related with kexts as followings.
################################################################################
Jun 11 11:39:15 ui-Mac-Pro installd[870]: ./postinstall:   115    2 0x757b5000 0x5000     0x4000     com.apple.iokit.CHUDKernLib (364) <7 6 5 4 3 1>
Jun 11 11:39:15 ui-Mac-Pro installd[870]: ./postinstall:   117    0 0x75abf000 0xc000     0xb000     com.apple.iokit.CHUDProf (364) <115 7 6 5 4 3>
Jun 11 11:39:15 ui-Mac-Pro installd[870]: ./postinstall:   119    0 0x75ab8000 0x7000     0x6000     com.apple.iokit.CHUDUtils (364) <115 5 4 3 1>
Jun 11 11:39:15 ui-Mac-Pro installd[870]: ./postinstall: Running kextunload (it may fail if the CHUD kexts aren't loaded, which is ok)
Jun 11 11:39:16 ui-Mac-Pro installd[870]: ./postinstall: launchctl: Please convert the following to launchd: //etc/mach_init.d/chum.plist
Jun 11 11:39:16 ui-Mac-Pro installd[870]: ./postinstall: launchctl: bootstrap_check_in(): Permission denied
Jun 11 11:39:16 ui-Mac-Pro installd[870]: ./postinstall: launchctl: ack! missing service port!
Jun 11 11:39:16 ui-Mac-Pro installd[870]: ./postinstall: launchctl: ack! missing server port!
Jun 11 11:39:16 ui-Mac-Pro installd[870]: ./postinstall: launchctl: Please convert the following to launchd: //etc/mach_init.d/pilotfish.plist
Jun 11 11:39:16 ui-Mac-Pro installd[870]: ./postinstall: launchctl: bootstrap_check_in(): Permission denied
Jun 11 11:39:16 ui-Mac-Pro installd[870]: ./postinstall: launchctl: ack! missing service port!
Jun 11 11:39:16 ui-Mac-Pro installd[870]: ./postinstall: launchctl: ack! missing server port!
Jun 11 11:39:16 ui-Mac-Pro installd[870]: ./postinstall: Running kextstat
################################################################################

So I checked kextstat as followings.

################################################################################

bash-3.2# kextstat -l | grep CHUD
  127    0 0x75812000 0x5000     0x4000     com.apple.iokit.CHUDKernLib (364) <7 6 5 4 3 1>
bash-3.2#
bash-3.2# ls -al /System/library/Extensions/  | grep CHUD
drwxr-xr-x    3 root  wheel   102  1 20 14:46 CHUDKernLib.kext
drwxr-xr-x    3 root  wheel   102  1 20 14:49 CHUDProf.kext
drwxr-xr-x    3 root  wheel   102  1 20 14:49 CHUDUtils.kext
bash-3.2#
bash-3.2# /sbin/kextload  /System/library/Extensions/CHUDUtils.kext&
[1] 1650
bash-3.2# /sbin/kextload  /System/library/Extensions/CHUDProf.kext&
[2] 1651
bash-3.2# jobs
[1]-  Running                 /sbin/kextload /System/library/Extensions/CHUDUtils.kext &
[2]+  Running                 /sbin/kextload /System/library/Extensions/CHUDProf.kext &
bash-3.2# kextstat -l | grep CHUD
  127    0 0x75812000 0x5000     0x4000     com.apple.iokit.CHUDKernLib (364) <7 6 5 4 3 1>
bash-3.2#

################################################################################



'Mobile > SDK' 카테고리의 다른 글

GameSalad  (0) 2011.07.21
Xcode Remove  (0) 2011.05.03
iOS 4.3 beta 3 released to developers  (0) 2011.02.02
iOS 4.3 Update  (0) 2011.01.21
:
Posted by Ritz®™