My app runs fine in the simulator but not on my iPhone. The app is called “TwinMatch” and I get this message in the console:
<Error>: HID: The ‘Passive’ connection ‘TwinMatch’ access to protected services is denied.
<Warning>: Platform: iPhone / iPhone5,1 / 7.1.2 / PowerVR SGX 543 / OpenGL ES 2.0 IMGSGX543-97.7 / 2014.2393
<Warning>: Runtime error
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.
What could be going wrong? Thanks in advance.
David