elm-react-native icon indicating copy to clipboard operation
elm-react-native copied to clipboard

目前版本的ios报错了。。。初学者不太懂

Open pszh opened this issue 8 years ago • 4 comments

Ordered comparison between pointer and zero ('NSNumber *' and 'int')

pszh avatar Jan 02 '18 15:01 pszh

@pszh 你这样处理一下 找到报错的地方 _total > (NSNumber *)0

zhan1128 avatar Jan 22 '18 05:01 zhan1128

我尝试了该方法,确实有用,但是只能在 xcode里面打开,没问题,可以运行起来。但是在 deco里面直接运行,好像还是不行,提示错误: image

bosenboy avatar Jun 07 '18 08:06 bosenboy

ios 跑这个demo 确实过不了,具体什么问题

cappusd3 avatar Oct 30 '18 06:10 cappusd3

升级一下项目版本,先跑命令 react-native upgrade,然后删除 ios 和 android 文件夹,跑命令 react-native eject。 接着跑 react-native-git-upgrade, 再跑 react-native link,最后, react-native run-ios

Serebiisme avatar Nov 09 '18 02:11 Serebiisme