module ‘lib.src.file’ not found:resource (lib.src.file.lu) does not exist in archive
no field package.preload[‘lib.src.file’]
no file ‘/var/mobile/Applications/3752262E-3373-4E2D-9EAF-B256B2CC9008/TwinMatch.app/lib.src.file.lua’
no file ‘/var/mobile/Applications/3752262E-3373-4E2D-9EAF-B256B2CC9008/TwinMatch.app/lib.src.file.lua’
no file ‘./lib.src.file.so’
no file ‘/var/mobile/Applications/3752262E-3373-4E2D-9EAF-B256B2CC9008/TwinMatch.app/lib.src.file.so’
no file ‘./lib.so’
no file '/var/mobile/Applications/3752262E-3373-4E2D-9EAF-B256B2CC9008/TwinMatch.app/lib.so’lib.src.file
But the lib.src.file module is present on my Mac (it’s called ‘File.lua’) are I have been able to run the app on my iPhone in the past without this problem.
It’s a module that contains utility functions I wrote for various file management tasks, so it makes use of these two Corona libraries:
io.*
system.*
For example, it uses io.open() and system.pathForFile().
And yes, I require it in various other modules in my app.
It was working fine before. I’m wondering whether there’s some kind of profile setting that got tweaked that’s preventing me from opening files on the device. I don’t know why it would do this, though, since all that is supposed to be safely sandboxed.
The HID: The ‘Passive’ connection is a meaningless error. If you watch your device’s console log you fill find all most every app generates that message. Searching for the error on Google turns up references for just about every product out there.
It’s a module that contains utility functions I wrote for various file management tasks, so it makes use of these two Corona libraries:
io.*
system.*
For example, it uses io.open() and system.pathForFile().
And yes, I require it in various other modules in my app.
It was working fine before. I’m wondering whether there’s some kind of profile setting that got tweaked that’s preventing me from opening files on the device. I don’t know why it would do this, though, since all that is supposed to be safely sandboxed.
The HID: The ‘Passive’ connection is a meaningless error. If you watch your device’s console log you fill find all most every app generates that message. Searching for the error on Google turns up references for just about every product out there.