1、TypeError:'undefined' is not an object(evaluating 'f.transform')
2、SyntaxError:JSON Parse error:Unexpected EOF
3、TypeError:'undefined' is not an object(evaluating 'e.responseJSON')
4、TypeError:'null' is not a function(evaluating $Request.createBizParam(options)')
5、TypeError:'undefined' is not an object(evaluating 'r.param.hasOwnProperty')
6、TypeError:'undefined' is not an object(evaluating 'this.getModel().fireEvent')
7、TypeError:'null' is not an object(evaluating 'this.$domNode.children')
8、TypeError:'undefined' is not an object(evaluating 'this.getModel().comp')
9、SyntaxError:Expected token')'
10、TypeError:'undefined' is not an object(evaluating 'this.getModel().on')
11、TypeError:'undefined' is not an object(evaluating 'this[arguments[0]].apply')
12、TypeError:'null' is not an object(evaluating 'this.$domNode.find')
13、TypeError:'null' is not an object(evaluating 'this.$domNode.html')
14、TypeError:'null' is not an object(evaluating 'pop.show')'
主要是想问,为什么只有在打包成ipa的文件在Iphone手机上运行才会报错呢?尝试使用android没有以上的错误。而且基本是同种类型错误,如何解决呢?