Thanks Danno, I used 1.8.0_31 and did not have the problem. Now I have a new
one after I submit the application and telling me the app was not created under
the minimum OS X version so I downloaded the latest version and downloaded the
latest xcode to see if that helps at all. Looks like it did not help. Hopefully
my email to Apple Support will yield and answer. Best Regards,-Tony
On Monday, February 2, 2015 6:58 PM, Danno Ferrin
<[email protected]> wrote:
Sorry for the late response. Comcast decided monday at 2pm was the correct
time to upgrade some cable hardware for the whole neighborhood. Because
comcast cares.
My guess is it's failing to find a key for one reason or another. Perhaps the
keys aren't unlocked, or they are named slightly differently than the defaults,
or there are multiples with the same prefix. Running the bundler in verbose
mode should tell you.
There are bundler arguments to fine tune the key selection.
The Mac PKG bundler looks for a key starting with "Developer ID Installer: " by
default, and fails if it finds more than one. You can refine the search by
setting "mac.signing-key-user-name" to whatever comes after the prefix if there
are multiple hits, or set the entire pkg sigining key by setting
"mac.signing-key-developer-id-installer".
For the .app bundler the same thing exists except the prefix is "Developer ID
Application: " and the whole key name is set via
"mac.signing-key-developer-id-app" The user name via the user name key is the
same as before, and it applies to all mac keys.
For the Mac App Store bundler the prefixes it looks for are "3rd Party Mac
Developer Application: " and "3rd Party Mac Developer Installer: " for the app
and the .pkg fiiles respectively, and the whole key names can be set with
"mac.signing-key-app" and "mac.signing-key-pkg" respectively.
Hopefully that helps.
On Feb 2, 2015, at 4:25 PM, Tony Anecito <[email protected]> wrote:
> Hi All,I looked over the text when the deploxfx is run and all I see is the
> installer certificate being used and never the developer release certificate.
> the .app never gets signed with anything except with something called Mach-0
> thin (x86-64). Regards,-Tony
>
> On Monday, February 2, 2015 3:30 PM, Tony Anecito <[email protected]>
>wrote:
>
>
> Hi All,Ok. It seems to be working now for some reason. Now I have yet another
> new issue. Seems when I submit via application loader 3.0 I get a error about
> the code object not being signed at all and to make sure I used a
> distribution certificate. When I used to do this manually not using deployfx
> supplied with jdk I had to sign the pkg with a ceritificate and never had
> this issue. Is this a new issue with u40 b23?Any ideas how to fix this?
> Thanks,-Tony
>
> On Monday, February 2, 2015 2:07 PM, Tony Anecito <[email protected]>
>wrote:
>
>
>
> Hi All, I tried using u40 b23 to create my macosx pkg file. I am getting the
> error:execution error: Finder got an error: Can't set toolbar to visible of
> container window of disk "app title" to false. (-10006) Then slightly later
> during the build got the BUILD FAILED. This worked fine for u20 when I last
> tried it. Thanks for any hints.-Tony
>
>
>
>