project.pkgproj missing
-
I'm running the build script on Mac and when it comes time to build the installer I'm getting the message
No such file or directory (Installer/OSX/project_name.pkgproj)I've build on MacOS before and don't recall having this issue so I think I must be forgetting something. How should the
.pkgprojfile be created? -
@d-healey with whitebox package
-
@Lindon That's what's giving the error :) I'm using the automated build script via the command line and it requires that I provide it with a
.pkgprojfile, but as far as I can see there isn't anywhere in the build script where this is created, unlike the Windows build script. -
This file is a bit too complicated to autogenerate, but here's the one I used for Hexeract:
Just do a search and replace for your company with
%COMPANY%(use all underscores since it's a bundle identifier) and your project with%PROJECT%- I hope I am not leaking any internal passwords that I forgot to remove :)You might have to delete the
AAXtarget in Packages, -
@Christoph-Hart Thank you! I wonder how I did it before though... maybe you included one already in my repo and I've overlooked it.
-
Yes the buildscript expects it to be at
Installer/OSX -