sgNode.getInsetLeft is not a function 导致黑屏 求解

[I][2018-02-02 +8.0 20:33:00.643][64, 6163974944][js][SE, JSB_log, 22][Success to load scene: db://assets/Scene/FarmBg.fire
[I][2018-02-02 +8.0 20:33:00.643][48, 6163974912][js][SE, JSB_log, 23][AttachPersist: 0.0039999999999054126ms
[E][2018-02-02 +8.0 20:33:00.664][688, 6163977888][js][SE, _clearException, 24][TypeError: sgNode.getInsetLeft is not a function. (In ‘sgNode.getInsetLeft()’, ‘sgNode.getInsetLeft’ is undefined), location: src/jsb_polyfill.js:12207:62
STACK:
_initSgNode@src/jsb_polyfill.js:12207:62
__preload@src/jsb_polyfill.js:10471:27
anonymous
invoke@src/jsb_polyfill.js:15499:23
activateNode@src/jsb_polyfill.js:15592:32
_activate@src/jsb_polyfill.js:6493:50
runSceneImmediate@src/jsb_polyfill.js:28070:28
src/jsb_polyfill.js:28162:39
src/jsb_polyfill.js:17876:33
src/jsb_polyfill.js:13905:38
src/jsb_polyfill.js:21172:21
onceWrapper@src/jsb_polyfill.js:13065:26
invoke@src/jsb_polyfill.js:12911:28
emit@src/jsb_polyfill.js:13088:117
callback@src/jsb_polyfill.js:28198:27

在启动的时候导致黑屏

_initSgNode: function() {
var t = this._sgNode, e = 0 !== t.getInsetLeft() || 0 !== t.getInsetRight() || 0 !== t.getInsetTop() || 0 !== t.getInsetBottom();
this._applySpriteFrame(null, e);
t.setContentSize(this.node.getContentSize(!0));
this._applySpriteSize();
t.setRenderingType(this._type);
t.setFillType(this._fillType);
t.setFillCenter(this._fillCenter);
t.setFillStart(this._fillStart);
t.setFillRange(this._fillRange);
t.enableTrimmedContentSize(this._isTrimmedMode);
this._blendFunc.src = this._srcBlendFactor;
this._blendFunc.dst = this._dstBlendFactor;
t.setBlendFunc(this._blendFunc);
},

这个好像也是jsb的方法没找到

我也遇到这个问题了

遇见了同样的问题,版本1.8.0