Re: OsX - HTTP resource load blocked

2015-07-24 Thread Marc Danguy
Thank you
It’s work for my help file  (not for Sparkle but it’s less important)
I never search in iOS doc…

Merci
Marc




 Le 24 juil. 2015 à 01:31, Charles Srstka cocoa...@charlessoft.com a écrit :
 
 On Jul 23, 2015, at 4:57 PM, Jens Alfke j...@mooseyard.com wrote:
 
 
 On Jul 23, 2015, at 12:41 PM, Marc Danguy mdan...@free.fr wrote:
 
 keyNSTemporaryExceptionAllowInsecureHTTPLoads/key
 true/
 
 This key (and several others) are incorrect. The correct key is 
 NSExceptionAllowsInsecureHTTPLoads.
 The full list is in the technote at
  
 https://developer.apple.com/library/prerelease/ios/technotes/App-Transport-Security-Technote/index.html
  
 https://developer.apple.com/library/prerelease/ios/technotes/App-Transport-Security-Technote/index.html
 I’ve used those keys and they work for me in iOS 9; haven’t tried them on OS 
 X yet.
 
 Seems weird that the WWDC session would have wrong info in it. 
 
 Possibly someone realized that many kinds of apps that rely on network 
 functionality — not the least, web browsers — are always going to need the 
 ability to load from arbitrary HTTP URLs, not just on a “temporary” basis.
 
 Charles
 


___

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.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: OsX - HTTP resource load blocked

2015-07-23 Thread Charles Srstka
On Jul 23, 2015, at 4:57 PM, Jens Alfke j...@mooseyard.com wrote:
 
 
 On Jul 23, 2015, at 12:41 PM, Marc Danguy mdan...@free.fr wrote:
 
  keyNSTemporaryExceptionAllowInsecureHTTPLoads/key
  true/
 
 This key (and several others) are incorrect. The correct key is 
 NSExceptionAllowsInsecureHTTPLoads.
 The full list is in the technote at
   
 https://developer.apple.com/library/prerelease/ios/technotes/App-Transport-Security-Technote/index.html
  
 https://developer.apple.com/library/prerelease/ios/technotes/App-Transport-Security-Technote/index.html
 I’ve used those keys and they work for me in iOS 9; haven’t tried them on OS 
 X yet.
 
 Seems weird that the WWDC session would have wrong info in it. 

Possibly someone realized that many kinds of apps that rely on network 
functionality — not the least, web browsers — are always going to need the 
ability to load from arbitrary HTTP URLs, not just on a “temporary” basis.

Charles


___

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.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: OsX - HTTP resource load blocked

2015-07-23 Thread Marc Danguy
Yes, my I think my info.plist seems conform to WWDC session 
703_privacy_and_your_app.pdf 
I have try some variants, without success.


keyNSAppTransportSecurity/key
dict
keyNSExceptionDomains/key
dict
keyupdate.libecompta.com/key
dict/
keyNSIncludesSubdomains/key
true/
keyNSRequiresCertificateTransparency/key
false/
keyNSTemporaryExceptionAllowInsecureHTTPLoads/key
true/
keyNSTemporaryExceptionMinimumTLSVersion/key
stringTLSv1.1/string
keyNSTemporaryExceptionRequiresForwardSecrecy/key
false/

keyNSTemporaryThirdPartyExceptionAllowInsecureHTTPLoads/key
true/

keyNSTemporaryThirdPartyExceptionMinimumTLSVersion/key
stringTLSv1.1/string

keyNSTemporaryThirdPartyExceptionRequiresForwardSecrecy/key
false/
/dict
/dict

Marc

 On Jul 20, 2015, at 10:43 PM, Marc Danguy mdan...@free.fr 
 mailto:mdan...@free.fr wrote:
 
 But I cannot load my http resource…
 
 Did you fix your Info.plist, as I pointed out in my message yesterday?
 
 —Jens
___

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.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: OsX - HTTP resource load blocked

2015-07-23 Thread Jens Alfke

 On Jul 23, 2015, at 12:41 PM, Marc Danguy mdan...@free.fr wrote:
 
   keyNSTemporaryExceptionAllowInsecureHTTPLoads/key
   true/

This key (and several others) are incorrect. The correct key is 
NSExceptionAllowsInsecureHTTPLoads.
The full list is in the technote at

https://developer.apple.com/library/prerelease/ios/technotes/App-Transport-Security-Technote/index.html
 
https://developer.apple.com/library/prerelease/ios/technotes/App-Transport-Security-Technote/index.html
I’ve used those keys and they work for me in iOS 9; haven’t tried them on OS X 
yet.

Seems weird that the WWDC session would have wrong info in it. 

—Jens
___

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.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: OsX - HTTP resource load blocked

2015-07-21 Thread Jens Alfke

 On Jul 20, 2015, at 10:43 PM, Marc Danguy mdan...@free.fr wrote:
 
 But I cannot load my http resource…

Did you fix your Info.plist, as I pointed out in my message yesterday?

—Jens
___

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.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: OsX - HTTP resource load blocked

2015-07-20 Thread Uli Kusterer
On 19 Jul 2015, at 10:47, Marc Danguy mdan...@free.fr wrote:
 a strange one : Code Signature Invalid

 Do you maybe have a shell script build phase that modifies the bundle after it 
has been signed ?
___

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.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: OsX - HTTP resource load blocked

2015-07-20 Thread Marc Danguy
It’s a classic build, without script
After reboot, crash disappears : El Capitan is beta 

But I cannot load my http resource…

 Le 20 juil. 2015 à 15:51, Uli Kusterer witness.of.teacht...@gmx.net a écrit 
 :
 
 On 19 Jul 2015, at 10:47, Marc Danguy mdan...@free.fr 
 mailto:mdan...@free.fr wrote:
 a strange one : Code Signature Invalid
 
  Do you maybe have a shell script build phase that modifies the bundle after 
 it has been signed ?

___

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.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: OsX - HTTP resource load blocked

2015-07-19 Thread Marc Danguy
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:LibeComptaLion
Version:   ???
Code Type: X86-64 (Native)
Parent Process:??? [69072]
Responsible:   LibeComptaLion [69071]
User ID:   501

Date/Time: 2015-07-19 10:44:47.982 +0200
OS Version:Mac OS X 10.11 (15A216g)
Report Version:11
Anonymous UUID:579AB966-2C80-79CF-7EE6-509A271A3865


Time Awake Since Boot: 59 seconds

Crashed Thread:0

Exception Type:EXC_CRASH (Code Signature Invalid)
Exception Codes:   0x, 0x
Exception Note:EXC_CORPSE_NOTIFY

kernel messages:

VM Regions Near 0 (cr2):
-- 
mapped file0001-000100314000 [ 3152K] r-x/rwx 
SM=COW  0

Thread 0 Crashed:
0   dyld0x7fff5fc01000 _dyld_start + 0

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x  rbx: 0x  rcx: 0x  
rdx: 0x
  rdi: 0x  rsi: 0x  rbp: 0x  
rsp: 0x7fff5fbff6b8
   r8: 0x   r9: 0x  r10: 0x  
r11: 0x
  r12: 0x  r13: 0x  r14: 0x  
r15: 0x
  rip: 0x7fff5fc01000  rfl: 0x0200  cr2: 0x
  
Logical CPU: 0
Error Code:  0x
Trap Number: 0


Binary Images:
0x7fff5fc0 - 0x7fff5fc367af  dyld (360.5) 
1A7C0426-51E0-3B50-A871-61D0782B05C7 /usr/lib/dyld

External Modification Summary:
  Calls made by other processes targeting this process:
task_for_pid: 1
thread_create: 0
thread_set_state: 0
  Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
  Calls made by all processes on this machine:
task_for_pid: 14497484
thread_create: 0
thread_set_state: 1116

VM Region Summary:
ReadOnly portion of Libraries: Total=304K resident=0K(0%) 
swapped_out_or_unallocated=304K(100%)
Writable regions: Total=10.2M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) 
unallocated=10.2M(100%)
 
VIRTUAL   REGION 
REGION TYPESIZECOUNT (non-coalesced) 
=== ===  === 
Process Corpse Info   2048K2 
STACK GUARD   56.0M2 
Stack 8192K3 
VM_ALLOCATE  4K2 
__DATA 244K3 
__LINKEDIT  84K2 
__TEXT 220K2 
mapped file   4488K4 
shared memory8K3 
=== ===  === 
TOTAL 70.9M   14 

Model: iMac11,1, BootROM IM111.0034.B02, 4 processors, Intel Core i7, 2.8 GHz, 
8 GB, SMC 1.54f36
Graphics: ATI Radeon HD 4850, ATI Radeon HD 4850, PCIe, 512 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 
0x4D34373142353637334548312D4346382020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 
0x4D34373142353637334548312D4346382020
Memory Module: BANK 0/DIMM1, 2 GB, DDR3, 1067 MHz, 0x80CE, 
0x4D34373142353637334548312D4346382020
Memory Module: BANK 1/DIMM1, 2 GB, DDR3, 1067 MHz, 0x80CE, 
0x4D34373142353637334548312D4346382020
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 
9280: 4.0.74.0-P2P
Bluetooth: Version 4.4.0d77 16054, 3 services, 27 devices, 1 incoming serial 
ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: ST31000528AS, 1 TB
Serial ATA Device: HL-DT-ST DVDRW  GA11N
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: P'9233 Desktop Drive
USB Device: IR Receiver
USB Device: Built-in iSight
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Keyboard Hub
USB Device: Apple Keyboard
USB Device: Card Reader
USB Device: BRCM2046 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: 

 Le 19 juil. 2015 à 09:30, Roland King r...@rols.org a écrit :
 
 
 On 19 Jul 2015, at 15:20, Marc Danguy mdan...@free.fr 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://) resource load 
 since it is insecure. Temporary exceptions can be configured via your app’s 
 Info.plist file.
 
 
 I add 
 dict
 ….   
 /dict
 /dict
 to my info.plist but I got a crash
 
 
 
 “a crash”. What crash?


___

Cocoa-dev 

Re: OsX - HTTP resource load blocked

2015-07-19 Thread Mike Abdullah
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 mdan...@free.fr wrote:
 
 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:LibeComptaLion
 Version:   ???
 Code Type: X86-64 (Native)
 Parent Process:??? [69072]
 Responsible:   LibeComptaLion [69071]
 User ID:   501
 
 Date/Time: 2015-07-19 10:44:47.982 +0200
 OS Version:Mac OS X 10.11 (15A216g)
 Report Version:11
 Anonymous UUID:579AB966-2C80-79CF-7EE6-509A271A3865
 
 
 Time Awake Since Boot: 59 seconds
 
 Crashed Thread:0
 
 Exception Type:EXC_CRASH (Code Signature Invalid)
 Exception Codes:   0x, 0x
 Exception Note:EXC_CORPSE_NOTIFY
 
 kernel messages:
 
 VM Regions Near 0 (cr2):
 -- 
mapped file0001-000100314000 [ 3152K] r-x/rwx 
 SM=COW  0
 
 Thread 0 Crashed:
 0   dyld  0x7fff5fc01000 _dyld_start + 0
 
 Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x  rbx: 0x  rcx: 0x  
 rdx: 0x
  rdi: 0x  rsi: 0x  rbp: 0x  
 rsp: 0x7fff5fbff6b8
   r8: 0x   r9: 0x  r10: 0x  
 r11: 0x
  r12: 0x  r13: 0x  r14: 0x  
 r15: 0x
  rip: 0x7fff5fc01000  rfl: 0x0200  cr2: 0x
 
 Logical CPU: 0
 Error Code:  0x
 Trap Number: 0
 
 
 Binary Images:
0x7fff5fc0 - 0x7fff5fc367af  dyld (360.5) 
 1A7C0426-51E0-3B50-A871-61D0782B05C7 /usr/lib/dyld
 
 External Modification Summary:
  Calls made by other processes targeting this process:
task_for_pid: 1
thread_create: 0
thread_set_state: 0
  Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
  Calls made by all processes on this machine:
task_for_pid: 14497484
thread_create: 0
thread_set_state: 1116
 
 VM Region Summary:
 ReadOnly portion of Libraries: Total=304K resident=0K(0%) 
 swapped_out_or_unallocated=304K(100%)
 Writable regions: Total=10.2M written=0K(0%) resident=0K(0%) 
 swapped_out=0K(0%) unallocated=10.2M(100%)
 
VIRTUAL   REGION 
 REGION TYPESIZECOUNT (non-coalesced) 
 === ===  === 
 Process Corpse Info   2048K2 
 STACK GUARD   56.0M2 
 Stack 8192K3 
 VM_ALLOCATE  4K2 
 __DATA 244K3 
 __LINKEDIT  84K2 
 __TEXT 220K2 
 mapped file   4488K4 
 shared memory8K3 
 === ===  === 
 TOTAL 70.9M   14 
 
 Model: iMac11,1, BootROM IM111.0034.B02, 4 processors, Intel Core i7, 2.8 
 GHz, 8 GB, SMC 1.54f36
 Graphics: ATI Radeon HD 4850, ATI Radeon HD 4850, PCIe, 512 MB
 Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 
 0x4D34373142353637334548312D4346382020
 Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 
 0x4D34373142353637334548312D4346382020
 Memory Module: BANK 0/DIMM1, 2 GB, DDR3, 1067 MHz, 0x80CE, 
 0x4D34373142353637334548312D4346382020
 Memory Module: BANK 1/DIMM1, 2 GB, DDR3, 1067 MHz, 0x80CE, 
 0x4D34373142353637334548312D4346382020
 AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 
 9280: 4.0.74.0-P2P
 Bluetooth: Version 4.4.0d77 16054, 3 services, 27 devices, 1 incoming serial 
 ports
 Network Service: Ethernet, Ethernet, en0
 Serial ATA Device: ST31000528AS, 1 TB
 Serial ATA Device: HL-DT-ST DVDRW  GA11N
 USB Device: USB 2.0 Bus
 USB Device: Hub
 USB Device: P'9233 Desktop Drive
 USB Device: IR Receiver
 USB Device: Built-in iSight
 USB Device: USB 2.0 Bus
 USB Device: Hub
 USB Device: Keyboard Hub
 USB Device: Apple Keyboard
 USB Device: Card Reader
 USB Device: BRCM2046 Hub
 USB Device: Bluetooth USB Host Controller
 Thunderbolt Bus: 
 
 Le 19 juil. 2015 à 09:30, Roland King r...@rols.org a écrit :
 
 
 On 19 Jul 2015, at 15:20, Marc Danguy mdan...@free.fr 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 

Re: OsX - HTTP resource load blocked

2015-07-19 Thread Roland King

 On 19 Jul 2015, at 15:20, Marc Danguy mdan...@free.fr 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://) resource load 
 since it is insecure. Temporary exceptions can be configured via your app’s 
 Info.plist file.
 
 
 I add 
 dict
 ….
 /dict
 /dict
 to my info.plist but I got a crash
 


“a crash”. What crash? 
___

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.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: OsX - HTTP resource load blocked

2015-07-19 Thread Marc Danguy
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 communiquer avec un 
utilitaire. (The connection to service named com.apple.nsurlstorage-cache was 
invalidated.) UserInfo=0x608790c0 {NSDebugDescription=The connection to 
service named com.apple.nsurlstorage-cache was invalidated.}; {
NSDebugDescription = The connection to service named 
com.apple.nsurlstorage-cache was invalidated.;
}
2015-07-19 23:17:12.106 LibeComptaLion[679:46518] 
***cachedResponseDictionaryForRequest:key:handler failed: Error 
Domain=NSCocoaErrorDomain Code=4099 Impossible de communiquer avec un 
utilitaire. (The connection to service named com.apple.nsurlstorage-cache was 
invalidated.) UserInfo=0x61872a80 {NSDebugDescription=The connection to 
service named com.apple.nsurlstorage-cache was invalidated.}; {
NSDebugDescription = The connection to service named 
com.apple.nsurlstorage-cache was invalidated.;
}
2015-07-19 23:17:12.208 LibeComptaLion[679:47819] App Transport Security has 
blocked a cleartext HTTP (http://) resource load since it is insecure. 
Temporary exceptions can be configured via your app’s Info.plist file.


 Le 19 juil. 2015 à 19:57, Mike Abdullah mabdul...@karelia.com a écrit :
 
 
 On 19 Jul 2015, at 17:04, Marc Danguy mdan...@free.fr 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.


___

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.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: OsX - HTTP resource load blocked

2015-07-19 Thread Jens Alfke

 On Jul 19, 2015, at 12:20 AM, Marc Danguy mdan...@free.fr wrote:
 
 I add 
 dict
   keyNSExceptionDomains/key
   dict
…

That has to go inside an NSAppTransportSecurity dictionary — that’s the top 
level key in the Info.plist.

—Jens
___

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.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: OsX - HTTP resource load blocked

2015-07-19 Thread Marc Danguy
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 mabdul...@karelia.com 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 trusting you didn’t go 
 an modify the build product directly yourself!)
 
 On 19 Jul 2015, at 09:47, Marc Danguy mdan...@free.fr wrote:
 
 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:LibeComptaLion
 Version:   ???
 Code Type: X86-64 (Native)
 Parent Process:??? [69072]
 Responsible:   LibeComptaLion [69071]
 User ID:   501
 
 Date/Time: 2015-07-19 10:44:47.982 +0200
 OS Version:Mac OS X 10.11 (15A216g)
 Report Version:11
 Anonymous UUID:579AB966-2C80-79CF-7EE6-509A271A3865
 
 
 Time Awake Since Boot: 59 seconds
 
 Crashed Thread:0
 
 Exception Type:EXC_CRASH (Code Signature Invalid)
 Exception Codes:   0x, 0x
 Exception Note:EXC_CORPSE_NOTIFY
 
 kernel messages:
 
 VM Regions Near 0 (cr2):
 -- 
   mapped file0001-000100314000 [ 3152K] r-x/rwx 
 SM=COW  0
 
 Thread 0 Crashed:
 0   dyld 0x7fff5fc01000 _dyld_start + 0
 
 Thread 0 crashed with X86 Thread State (64-bit):
 rax: 0x  rbx: 0x  rcx: 0x  
 rdx: 0x
 rdi: 0x  rsi: 0x  rbp: 0x  
 rsp: 0x7fff5fbff6b8
  r8: 0x   r9: 0x  r10: 0x  
 r11: 0x
 r12: 0x  r13: 0x  r14: 0x  
 r15: 0x
 rip: 0x7fff5fc01000  rfl: 0x0200  cr2: 0x
 
 Logical CPU: 0
 Error Code:  0x
 Trap Number: 0
 
 
 Binary Images:
   0x7fff5fc0 - 0x7fff5fc367af  dyld (360.5) 
 1A7C0426-51E0-3B50-A871-61D0782B05C7 /usr/lib/dyld
 
 External Modification Summary:
 Calls made by other processes targeting this process:
   task_for_pid: 1
   thread_create: 0
   thread_set_state: 0
 Calls made by this process:
   task_for_pid: 0
   thread_create: 0
   thread_set_state: 0
 Calls made by all processes on this machine:
   task_for_pid: 14497484
   thread_create: 0
   thread_set_state: 1116
 
 VM Region Summary:
 ReadOnly portion of Libraries: Total=304K resident=0K(0%) 
 swapped_out_or_unallocated=304K(100%)
 Writable regions: Total=10.2M written=0K(0%) resident=0K(0%) 
 swapped_out=0K(0%) unallocated=10.2M(100%)
 
   VIRTUAL   REGION 
 REGION TYPESIZECOUNT (non-coalesced) 
 === ===  === 
 Process Corpse Info   2048K2 
 STACK GUARD   56.0M2 
 Stack 8192K3 
 VM_ALLOCATE  4K2 
 __DATA 244K3 
 __LINKEDIT  84K2 
 __TEXT 220K2 
 mapped file   4488K4 
 shared memory8K3 
 === ===  === 
 TOTAL 70.9M   14 
 
 Model: iMac11,1, BootROM IM111.0034.B02, 4 processors, Intel Core i7, 2.8 
 GHz, 8 GB, SMC 1.54f36
 Graphics: ATI Radeon HD 4850, ATI Radeon HD 4850, PCIe, 512 MB
 Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 
 0x4D34373142353637334548312D4346382020
 Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 
 0x4D34373142353637334548312D4346382020
 Memory Module: BANK 0/DIMM1, 2 GB, DDR3, 1067 MHz, 0x80CE, 
 0x4D34373142353637334548312D4346382020
 Memory Module: BANK 1/DIMM1, 2 GB, DDR3, 1067 MHz, 0x80CE, 
 0x4D34373142353637334548312D4346382020
 AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), 
 Atheros 9280: 4.0.74.0-P2P
 Bluetooth: Version 4.4.0d77 16054, 3 services, 27 devices, 1 incoming serial 
 ports
 Network Service: Ethernet, Ethernet, en0
 Serial ATA Device: ST31000528AS, 1 TB
 Serial ATA Device: HL-DT-ST DVDRW  GA11N
 USB Device: USB 2.0 Bus
 USB Device: Hub
 USB Device: P'9233 Desktop Drive
 USB Device: IR Receiver
 USB Device: Built-in iSight
 USB Device: USB 2.0 Bus
 USB Device: Hub
 USB Device: Keyboard Hub
 USB Device: Apple Keyboard
 USB Device: Card Reader
 USB Device: BRCM2046 Hub
 USB Device: Bluetooth USB Host Controller
 Thunderbolt Bus: 
 
 Le 19 juil. 2015 à 09:30, Roland King r...@rols.org a écrit :
 
 
 On 19 Jul 2015, at 15:20, Marc Danguy mdan...@free.fr 

Re: OsX - HTTP resource load blocked

2015-07-19 Thread Mike Abdullah

 On 19 Jul 2015, at 17:04, Marc Danguy mdan...@free.fr 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.
___

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.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com