clementfarabet / torch-ios

Torch7 for iOS.
Other
196 stars 42 forks source link

Cannot use cjson #35

Open MrZoidberg opened 7 years ago

MrZoidberg commented 7 years ago

The basic iOS example projects works for me, but fails when I try to use cjson in my main.lua local cjson = require 'cjson'

Can anybody help me with this?