veekays / iphonedevonlinux

Automatically exported from code.google.com/p/iphonedevonlinux
0 stars 0 forks source link

False check on exporting iPhone frameworks #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Execute ./toolchain.sh classdump

What is the expected output?
The script should continue after the iPhone frameworks is exported, to
proceed with class-dump

What do you see instead?
"Failed to export iPhone frameworks"

What version of the product are you using? 
unstable branch r72

On what operating system?
Ubuntu

I had made a very simple fix on that part, check the attached file.

Original issue reported on code.google.com by mnemonic...@gmail.com on 11 Feb 2009 at 7:04

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the fix. I made that mistake all over the place. I'm working to try 
and
get better class-dump support in there; you're going to find after you 
class-dump
that the headers are unusable due to a couple of things that class-dump does. 
Some
simple text transforms would do the trick, but toelooper suggested we look into
rverse by pumpkin, which I'm in the process of picking apart to fix a bug which 
is
preventing us from using it fully.

I'll commit the changes in the next revision, but I haven't had time to do any
further work on the versioning issue today so it won't be until tomorrow.

Original comment by m4d...@gmail.com on 12 Feb 2009 at 1:13

GoogleCodeExporter commented 8 years ago

Original comment by m4d...@gmail.com on 21 Feb 2009 at 9:26