Re: codesign crashes since XCode 6.3/OS X 10.10.3

2015-04-12 Thread Nicholas Rahn
I am able to sign an app bundled with JDK 1.7.0_67 using OS X 10.10.3 and xcode 6.3. Had no problems. Everything went as it has in the past. Nick On Sun, Apr 12, 2015 at 5:21 PM, Hendrik Schreiber wrote: > > > > The same line worked just fine before the upgrade to XCode 6.3/ OS X > 10.10.3. >

Re: codesign crashes since XCode 6.3/OS X 10.10.3

2015-04-12 Thread Michael Hall
On Apr 12, 2015, at 2:23 PM, Hendrik Schreiber wrote: >> e] > > Thanks, Michael. > Are you copying the whole JDK or just parts? > Actually that was a version of my application I was trying to embed the Java 9 early access into to have a test version with that. As far as the jdk goes I think w

Re: codesign crashes since XCode 6.3/OS X 10.10.3

2015-04-12 Thread Hendrik Schreiber
> On Apr 12, 2015, at 21:05, Michael Hall wrote: > > On Apr 12, 2015, at 10:21 AM, Hendrik Schreiber wrote: > >>> >>> The same line worked just fine before the upgrade to XCode 6.3/ OS X >>> 10.10.3. >>> Does anybody else have this problem (and perhaps a solution)? >> >> Or asked the other

Re: codesign crashes since XCode 6.3/OS X 10.10.3

2015-04-12 Thread Michael Hall
On Apr 12, 2015, at 10:21 AM, Hendrik Schreiber wrote: >> >> The same line worked just fine before the upgrade to XCode 6.3/ OS X 10.10.3. >> Does anybody else have this problem (and perhaps a solution)? > > Or asked the other way around: > > Has anybody succeeded signing an app with a bundled

Re: codesign crashes since XCode 6.3/OS X 10.10.3

2015-04-12 Thread Hendrik Schreiber
> > The same line worked just fine before the upgrade to XCode 6.3/ OS X 10.10.3. > Does anybody else have this problem (and perhaps a solution)? Or asked the other way around: Has anybody succeeded signing an app with a bundled JDK 1.8.0_40? Just trying to figure out whether it’s me doing somet