not get open in xCode

While testing app for IOS Simulator , got below error and a blank screen.

Xcode Ver : 6.4 

Corona : Build: 2015.2707

Runtime error

?:0: attempt to index global ‘network’ (a nil value)

stack traceback:

?: in function <?:308>

[C]: in function ‘require’

?: in function ‘require’

?: in function <?:228>

[C]: in function ‘require’

?: in function ‘require’

?: in main chunk

[C]: in function ‘require’

?: in function ‘require’

?: in main chunk

[C]: in function ‘require’

?: in function ‘require’

?: in main chunk

Hi,

We can’t really help unless we see some code related to this… perhaps you are trying to require() something under the “network” namespace, which actually isn’t necessary.

Best regards,

Brent

Hi,

We can’t really help unless we see some code related to this… perhaps you are trying to require() something under the “network” namespace, which actually isn’t necessary.

Best regards,

Brent