Problem in the creation of Graphics context(NSGraphicsContext)

2020-03-03 Thread Sravan Kumar Lakkimsetti via Cocoa-dev
Hi, In our product we use https://developer.apple.com/documentation/appkit/nsgraphicscontext/1529827-graphicscontextwithbitmapimagere?language=objc to create Graphics Context for drawing on top of image. This particular API returns null in some cases. One particular case is troubling us. Wou

Problem in the creation of Graphics context(NSGraphicsContext)

2020-03-03 Thread Sravan Kumar Lakkimsetti via Cocoa-dev
Hi, In our product we use https://developer.apple.com/documentation/appkit/nsgraphicscontext/1529827-graphicscontextwithbitmapimagere?language=objc to create Graphics Context for drawing on top of image. This particular API returns null in some cases. One particular case is troubling us. Would li

Problem in the creation of Graphics context(NSGraphicsContext)

2020-03-03 Thread Sravan Kumar L via Cocoa-dev
___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.c

Re: Embedded binary is not signed with the same certificate as the parent app

2020-03-03 Thread Steve Mills via Cocoa-dev
> On Mar 3, 2020, at 08:51, Gabriel Zachmann via Cocoa-dev > wrote: > But I would also like to *understand* why things are not working (if they are > not working). > So, why would copying the app bundle to some other place > (using in Xcode's Copy Files phase) cause this weird error? Because

Re: Embedded binary is not signed with the same certificate as the parent app

2020-03-03 Thread Gabriel Zachmann via Cocoa-dev
> > Why are you copying that app you are trying to build? > OK, I could just use the app bundle under /tmp/Release , I give you that. But I would also like to *understand* why things are not working (if they are not working). So, why would copying the app bundle to some other place (using in

Re: Embedded binary is not signed with the same certificate as the parent app

2020-03-03 Thread Alex Zavatone via Cocoa-dev
Why are you copying that app you are trying to build? Sent from my iPhone > On Mar 3, 2020, at 1:11 PM, Gabriel Zachmann wrote: > > Thanks a lot for your response! > > Here is the screenshot: > > > In case the mailing list deletes the screenshot, here is a link : > > https://owncloud.info

Re: Embedded binary is not signed with the same certificate as the parent app

2020-03-03 Thread Gabriel Zachmann via Cocoa-dev
Thanks a lot for your response! Here is the screenshot: https://owncloud.informatik.uni-bremen.de/index.php/s/25r8p7kDWqtpgnY If you are curious, here is the source: https://owncloud.informatik.uni-bremen.de/index.ph