使用CocoaPods和watchOS 2时出现“dyld:Library not loaded”错误

时间:2015-08-11 22:54:40

标签: ios cocoapods watch-os-2 github-mantle

我在watchOS 2上尝试通过CocoaPods运行Mantle时遇到以下错误:

var a = document.getElementById('forum0-NewPostLink');
var b = a.getElementsByTagName('span');
var arr = [].slice.call(b);
arr.pop().innerHTML = 'new Item';

Mantle在我的主应用程序中工作得很好 - 只有watchOS 2应用程序似乎受到影响。

有关如何解决此问题的任何想法?

0 个答案:

没有答案