facebookarchive/KVOController

Will KVOController support arm64 ?

cuichunjian opened this issue · 4 comments

you know, apple will reject any app that doesn't support arm64 before next Feb. That means all third-party frameworks in my project need support arm64. KVOController is a good framework, so will it support arm64 proccessor? and when ?

KVOController should already be 64-bit clean. Are you encountering any issues using it?

Not yet. however, I hasn't seen any comment about arm64 in the release note or wiki. So I worried there is some risk when KVOController runs on arm64 processor. Is KVOController being used in 64-bit projects?

@cuichunjian Yep, sure, in my own app.

Thanks for confirming @tongG. @cuichunjian KVOController is 64-bit ready, the included Example applications can be compiled as 64-bit apps on iOS and OS X. Good idea to note in the README.