With El Capitan, ATS disallows insecure (cleartext) HTTP loads until you
declare your app’s needed HTTP behavior
I need to access an inline help file so I got this message :
App Transport Security has blocked a cleartext HTTP (http://) resource load
since it is insecure. Temporary exceptions can
> On 19 Jul 2015, at 15:20, Marc Danguy wrote:
>
> With El Capitan, ATS disallows insecure (cleartext) HTTP loads until you
> declare your app’s needed HTTP behavior
> I need to access an inline help file so I got this message :
>
> App Transport Security has blocked a cleartext HTTP (http://)
a strange one : Code Signature Invalid
Process: LibeComptaLion [69071]
Path:
/Users/USER/Library/Developer/Xcode/DerivedData/LC2015-chvxjytjmhlxrkalkksbtlcuygwg/Build/Products/Debug/LibeComptaLion.app/Contents/MacOS/LibeComptaLion
Identifier:LibeComptaLi
Have you tried a clean build? This kinda suggests that somehow Xcode has
modified the bundle, but not then re-signed it. (I’m trusting you didn’t go an
modify the build product directly yourself!)
> On 19 Jul 2015, at 09:47, Marc Danguy wrote:
>
> a strange one : Code Signature Invalid
>
> Pr
First of all I would like to thank everybody that tried ho give me a hand. I
really do appreciate it.
I also want to write this email to let people know how I solved the problem, so
that the readers of this list do not have to go through a week of frustration
as I have. Well, it took so long bec
Yes, I do
If I remove the NSExceptionDomains definition in my Info.plist, my application
run without crash
> Le 19 juil. 2015 à 11:07, Mike Abdullah a écrit :
>
> Have you tried a clean build? This kinda suggests that somehow Xcode has
> modified the bundle, but not then re-signed it. (I’m t
> On Jul 19, 2015, at 12:20 AM, Marc Danguy wrote:
>
> I add
>
> NSExceptionDomains
>
…
That has to go inside an NSAppTransportSecurity dictionary — that’s the top
level key in the Info.plist.
—Jens
___
Cocoa-dev mailing list (Cocoa-
> On 19 Jul 2015, at 17:04, Marc Danguy wrote:
>
> Yes, I do
> If I remove the NSExceptionDomains definition in my Info.plist, my
> application run without crash
By a clean build, I mean telling Xcode to do a clean, and then building
afterwards.
___
In case anyone else is struggling with popup button cells like I was, I
did finally get this to work - though the solution looks a bit strange
it definitely seems to be giving me the behavior I wanted.
Short version: there are two entities defined (Core Data) and there is a
one-to-many relat
Clean build don’t change anything, but after reboot, the crash disappears
Now, I have a more complete error message
2015-07-19 23:17:10.544 LibeComptaLion[679:46589]
***storageTaskManagerExistsWithIdentifier:withIdentifier failed: Error
Domain=NSCocoaErrorDomain Code=4099 "Impossible de communi
I have a window with many (up to around 80) views which can be targets
of drag and drop (they can also be sources, but that doesn't appear to
be relevant). Each has a suitable tracking area. I respond to drag enter
and drag exit, and then to drag operation. The basics of the code is below.
- (
I have a window with many (up to around 80) views which can be targets
of drag and drop (they can also be sources, but that doesn't appear to
be relevant). Each has a suitable tracking area. I respond to drag enter
and drag exit, and then to drag operation. The basics of the code is below.
- (
12 matches
Mail list logo