SPLMessageLogger icon indicating copy to clipboard operation
SPLMessageLogger copied to clipboard

x64 architecture for the 64-bit Simulator and Mac 64 bit.

Open steipete opened this issue 10 years ago • 4 comments

This architecture is the only one missing. Do we need a stret path here as well?

steipete avatar May 10 '14 10:05 steipete

I think so, yes.

objc_msgSend_stret(id self, SEL op, ...) OBJC_ARM64_UNAVAILABLE;

OliverLetterer avatar May 10 '14 10:05 OliverLetterer

Is there a solution to make it work on arm64 ?

dhekrazaied avatar Nov 27 '14 09:11 dhekrazaied

@dhekrazaied It's working on arm64. Only architecture missing is 64 bit Mac.

OliverLetterer avatar Nov 29 '14 08:11 OliverLetterer

Has anyone made any progress towards getting this working on the 64 bit iOS simulator?

peterjenkins avatar Dec 08 '14 22:12 peterjenkins