Home User CP Donate Chat Register Today!  
  Get New posts Faq / Help?
   


Go Back   Hackint0sh > Projects and Hacks > iPhone > Applications & Development > iPhone Developer Exchange

Reply
 
LinkBack Thread Tools Display Modes
  #21 (permalink)  
Old 05-01-2008, 01:14 PM
thecube
Status: Offline
Junior Member
 
Join Date: Apr 2008
Posts: 10
Rep Power: 0
thecube is on a distinguished road
Default

Hi thanks for quick reply. Yes I did manage to get decrypted installed.

I will try rolling back to beta 3

I also seem to be running out of disk space pretty quickly when I build in xcode. I did have at least 100mb before building a simple app but it is all gone now. Any ideas where to clean that out and where these temp files are stored on the iPhone?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #22 (permalink)  
Old 05-01-2008, 01:17 PM
riruilo
Status: Offline
Junior Member
 
Join Date: Apr 2008
Posts: 17
Rep Power: 0
riruilo is on a distinguished road
Default

Quote:
Originally Posted by thecube View Post
Hi thanks for quick reply. Yes I did manage to get decrypted installed.

I will try rolling back to beta 3

I also seem to be running out of disk space pretty quickly when I build in xcode. I did have at least 100mb before building a simple app but it is all gone now. Any ideas where to clean that out and where these temp files are stored on the iPhone?
I had the same problem and I realised I was not installing properly ipfs.

Can you write here what you see after executing the script (for sdk 3, of course)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #23 (permalink)  
Old 05-01-2008, 03:00 PM
thecube
Status: Offline
Junior Member
 
Join Date: Apr 2008
Posts: 10
Rep Power: 0
thecube is on a distinguished road
Default

Rolled back to sdk 3 and get the same message

"/Users/myUser/Documents/Programming/Cocoa iPhone/TestBeta"
/Developer/Platforms/Toolchain.platform/Developer/usr/bin/gcc-4.0 -lobjc -fobjc-abi-rk
ld: library not found for -lobjc
collect2: ld returned 1 exit status

Thanks

Last edited by thecube; 05-01-2008 at 04:25 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #24 (permalink)  
Old 05-02-2008, 10:03 PM
clint999
Status: Offline
Member
 
Join Date: May 2008
Posts: 59
Rep Power: 4
clint999 is on a distinguished road
Default

1.Yes
2.By defaults you can compile for 1.2\2.0 only
With the mod you can do it for 1.1.4
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #25 (permalink)  
Old 05-03-2008, 03:50 AM
windrago
Status: Offline
Junior Member
 
Join Date: Oct 2007
Posts: 27
Rep Power: 0
windrago is on a distinguished road
Default

what's the change to the script(s) for 1.1.3 ??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #26 (permalink)  
Old 05-03-2008, 02:27 PM
darkest_hour
Status: Offline
Junior Member
 
Join Date: Apr 2008
Posts: 2
Rep Power: 0
darkest_hour is on a distinguished road
Default

i've done all things like it was explained by Darkmen and it works perfectly well aside from the "run on device" script. when i build the app there is this error: "chmod: /Applications/foo.app/foo: no such file or directory"
Seems like the script cannot copy things to the device. i have passwordless ssh-login.
Can somebody help me?

greetz

EDIT: nevermind solved it. changed a few things at the script

Last edited by darkest_hour; 05-04-2008 at 06:01 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #27 (permalink)  
Old 05-05-2008, 12:23 AM
omashhour
Status: Offline
Junior Member
 
Join Date: Aug 2007
Posts: 25
Rep Power: 0
omashhour is on a distinguished road
Default

darkest_hour i had the same problem what did u do to solve it
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #28 (permalink)  
Old 05-05-2008, 06:22 PM
darkest_hour
Status: Offline
Junior Member
 
Join Date: Apr 2008
Posts: 2
Rep Power: 0
darkest_hour is on a distinguished road
Default

at the moment i just hardcode the path to my executable folder in the script, for example:
scp -r /path/to/your/build/$EXECUTABLE_FOLDER_PATH root@$IPHONE_IP:/Applications

make sure you have set the IPHONE_IP correctly in the project settings. i know this isn't a good way to solve that, because for each project you have to change the "run on device" script, but it works for me and maybe i try once to get a better solution.

hope this helped you.

greetz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #29 (permalink)  
Old 05-08-2008, 05:35 AM
mnemonic_fx
Status: Offline
Junior Member
 
Join Date: Apr 2008
Posts: 13
Rep Power: 0
mnemonic_fx is on a distinguished road
Default

Quote:
Originally Posted by windrago View Post
what's the change to the script(s) for 1.1.3 ??
There are no significant changes, I just replace some text which refers to 1.1.4 to 1.1.3, this is done only to display a correct user interface.

Of course you need the 1.1.3 filesystem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #30 (permalink)  
Old 05-23-2008, 12:39 AM
dangerhax0r
Status: Offline
Junior Member
 
Join Date: May 2008
Posts: 1
Rep Power: 0
dangerhax0r is on a distinguished road
Default Beta 5?

The SDK Beta 5 has been out for a while. Has anyone done the work to update this process to play nice with Beta 5? (And, of course, 1.1.4.)

There were some nasty bugs in the version of xCode that shipped with Beta 3 that just had to get fixed. (crashes, etc.)

-DangerHax0r
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +2. The time now is 02:25 AM.



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2 Ad Management by RedTyger
follow us on Twitter!

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105