class-dump-swift icon indicating copy to clipboard operation
class-dump-swift copied to clipboard

Found mach-o universal

Open iOS-Nishant opened this issue 7 years ago • 5 comments

Hi Max, I tried running swiftd on a valid test binary and got following message: Found mach-o universal 0x7f9353500000 swiftd

iOS-Nishant avatar Feb 14 '17 10:02 iOS-Nishant

I currently don't support universal mach-o's. I'll be fixing this when I get some time in the coming weeks.

Maximus- avatar Feb 14 '17 19:02 Maximus-

Hi @Maximus- Even I am also facing the above issue.

kryptoknight13 avatar Mar 28 '17 11:03 kryptoknight13

@kryptoknight13 It's known. Will be fixed when I get time to refactor it.

Maximus- avatar Mar 28 '17 14:03 Maximus-

Yeah, worked for me when I specifed that xCode build for a single target (ARM7) instead of pumping out a universal binary so it could support device simulators.

@Maximus- cool work!

rustymagnet3000 avatar Sep 11 '17 12:09 rustymagnet3000

you can also use lipo to extract out specific arch to analyze

alokc83 avatar Sep 05 '18 16:09 alokc83