My project doesn´t run on device only in the simulator.
Error message: Runtime error \car\CiderDebugger.lua:476: attempt to index local udpSocket(a nil value)
[lua]
local socket = require “socket”
local udpSocket = socket.udp()
udpSocket:setsockname( “localhost” ,CORONA_SOCKET_PORT) – LINE 476
udpSocket:setpeername(“localhost”,SOCKET_PORT)
[/lua]
this error appears after corona update. [import]uid: 154714 topic_id: 37489 reply_id: 67489[/import]