You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iphone5s is a 64bit system which means the pointer is 64bit. Current SearchCore implementation is using int to store pointer and will failed to compile for iphone 64 bit system.
iphone5s is a 64bit system which means the pointer is 64bit. Current SearchCore implementation is using int to store pointer and will failed to compile for iphone 64 bit system.