youknowone / FoundationExtension

Foundation/Cocoa/UIKit extension kit. Reference document:
http://youknowone.github.io/FoundationExtension
Other
121 stars 22 forks source link

fix 64-bit #13

Closed krusek closed 10 years ago

krusek commented 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

youknowone commented 10 years ago

My fault to remove it, thanks

philipkimmey commented 10 years ago

@youknowone Will you create a new podfile 0.60 spec & tag for this fix? Thank you!

youknowone commented 10 years ago

I pushed it last night. sorry for inconvinient.