SPLMessageLogger
SPLMessageLogger copied to clipboard
x64 architecture for the 64-bit Simulator and Mac 64 bit.
This architecture is the only one missing. Do we need a stret path here as well?
I think so, yes.
objc_msgSend_stret(id self, SEL op, ...) OBJC_ARM64_UNAVAILABLE;
Is there a solution to make it work on arm64 ?
@dhekrazaied It's working on arm64. Only architecture missing is 64 bit Mac.
Has anyone made any progress towards getting this working on the 64 bit iOS simulator?