tralves / weex-todo-list

A demo To-do app built with Weex and Vue2.0
154 stars 41 forks source link

ios simulator crash #4

Open caozhiyong1983n opened 7 years ago

caozhiyong1983n commented 7 years ago

when I run it in ios simulator,crash,callback is null.

liangjun-jiang commented 7 years ago

had similar issue when run the project as it. I have done those steps to fix this crash.

  1. change podfile to; Basically, I want to have the latest WeexSDK
    
    def common
    pod 'WeexSDK'
    pod 'SDWebImage', '3.7.5'
    pod 'SocketRocket', '0.4.2'
    end

2. Delete WeexSDK folder

3. Clean & build & run. You should be good to go.