Anoop Vaidya
Anoop Vaidya

Reputation: 46533

The pkg created using productbuild is not getting installed on Applications/

In Mac OSX when I create a package using productbuild and it creates, as you can see below how it is used, the target is given /Applications. But it never installs at that location. I tried with other paths as well for no luck.

_CreateInstaller:
  Creating installer package

  /usr/bin/productbuild --component /Users/anoopvaidya/Documents/Projects/DesktopClient/MyApp.app /Applications /Users/anoopvaidya/Documents/Projects/DesktopClient/MyApp.pkg 

Done Building Project "/Users/anoopvaidya/Documents/Projects/DesktopClient/MyApp.Mac.csproj" (default targets).
Done Building Project "/Users/anoopvaidya/Documents/Projects/DesktopClient/MyApp.Mac.sln" (Build target(s)).

Build succeeded.

Guide me to fix this?

Upvotes: 5

Views: 641

Answers (0)

Related Questions