Cordova device-orientation error on iOS -
i'm getting following error xcode when trying access compass heading:
(void)getheading:(cdvinvokedurlcommand*)command exc_bad_access (code=1)
any idea on causing this?
thanks
after research here , there, i've found out error occurs on devices architecture arm64 , has been solved in new release of cordova 3.5.
download new cordova release , update project ios platform , it's magically solved.
Comments
Post a Comment