The app I have been working on porting to decided on if I am going to buy corona has run into a snag tonight.
Between the last time I made a device build and the current one something has caused several of my buttons to be drawn in the upper left of the device. They are mostly off screen and do not respond to touch. This only happens on my iphone, on the corona simulator and iOS simulator it works fine.
Also I have a keyboard come up at app launch that worked before and now it does not.
Below are the logs out of xcode that seemed a little out of place
Dec 17 00:38:36 unknown com.apple.SpringBoard[15] : wait_fences: failed to receive reply: 10004003
Dec 17 00:38:36 unknown UIKitApplication:com.bradherman.anccalc[0xee7a][144] : Lua Runtime Error: lua_pcall failed with status: 2, error message is: ?:0: attempt to index a nil value
Dec 17 00:38:36 unknown ANCCalc[144] : Applications are expected to have a root view controller at the end of application launch
Before I start going chunk by chunk in my code trying to find this issue has anyone seen it before?
Things I changed since last build:
added toggle.lua
added several png files
added a few EventListener
added a few global and local functions
moved some buttons around in screen layout
I searched my code looking for “lua_pcall” and it’s not in my files.
Running 704 public [import]uid: 110373 topic_id: 19273 reply_id: 319273[/import]
[import]uid: 52491 topic_id: 19273 reply_id: 74357[/import]