Closed krusek closed 10 years ago
Manual casting is necessary for 64-bit to work correctly. As it was, it will work on a simulator but not on a device.
see: http://stackoverflow.com/questions/19507456/sudzc-arc-version-objc-msgsend-call-causes-exc-bad-access-using-64-bit-archite
and: https://developer.apple.com/library/ios/documentation/General/Conceptual/CocoaTouch64BitGuide/ConvertingYourAppto64-Bit/ConvertingYourAppto64-Bit.html
My fault to remove it, thanks
@youknowone Will you create a new podfile 0.60 spec & tag for this fix? Thank you!
0.60
I pushed it last night. sorry for inconvinient.
Manual casting is necessary for 64-bit to work correctly. As it was, it will work on a simulator but not on a device.
see: http://stackoverflow.com/questions/19507456/sudzc-arc-version-objc-msgsend-call-causes-exc-bad-access-using-64-bit-archite
and: https://developer.apple.com/library/ios/documentation/General/Conceptual/CocoaTouch64BitGuide/ConvertingYourAppto64-Bit/ConvertingYourAppto64-Bit.html