luaproc plugin requiring code in release package

Hi,

I have been able to use luaproc quite successfully for my project. It works on the simulator and device.
Now the problem comes when I package the code with my own keystore. Now the require inside the luaproc code for a codefile in my directory structure just doesn’t work.
Is this a known issue? Any work arounds for this?

I assume that means Android? There wasn’t anything on my end that was particular to the keystore. It might be that I missed or botched something while doing the 16 KB fixups. (I know I left some stragglers, here.) I’ll try to take another look in the near future.

Thanks a lot StarCrunch. As a workaround I am basically including all the code as a string during the thread creation. It seems require does not work as in the main thread in the worker thread. That is the main issue I see. Tried a lot to debug it but pathForFile ResourceDirectory returns nil so not able to load the file in worker. require as it would work with the debug keystore does not work with the custom keystore in the worker. It seems the loaders are different.