stoneWeb / elm-react-native

A react native app simulating eleme app,run ios and android.
MIT License
1.76k stars 423 forks source link

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

Open pszh opened 6 years ago

pszh commented 6 years ago

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

zhan1128 commented 6 years ago

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

bosenboy commented 6 years ago

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

image
cappusd3 commented 5 years ago

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

Serebiisme commented 5 years ago

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