Whenever I try and run PackageCompiler on a package I either grab from Github, or from a local source, I get the error:
ERROR: Cannot find file: "/Users/localadmin/.julia/dev/PackageCompiler/sysimg/precompile.jl".
Which is strange because it always seems to come after I get the summary telling me telling me the Sysimage has been built. What's also strange about this is that if I precompile a package from the package repl, and THEN try and package_compile my personal package, the error goes away. I think that this is an error with the way the system is currently handling "non-standard" julia packages. Although I have a temporary fix for now, I think a more permanent solution would be beneficial for developers.