<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Grab A Life</title>
	<atom:link href="http://grabalife.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://grabalife.com</link>
	<description>Technobabble code updates, and random thoughts of goodness.</description>
	<lastBuildDate>Mon, 14 May 2012 10:55:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Using .NET Web Services And Datasets with iPhone Revision 2! by Huynh Le</title>
		<link>http://grabalife.com/2010/05/28/using-net-web-services-and-datasets-with-iphone-revision-2/#comment-2429</link>
		<dc:creator><![CDATA[Huynh Le]]></dc:creator>
		<pubDate>Mon, 14 May 2012 10:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://grabalife.com/?p=108#comment-2429</guid>
		<description><![CDATA[Ok, i solved it. The problem is in initiateConnection function

     NSError *WSerror;
     NSURLResponse *WSresponse;
		
i change these codes to 
    NSError *WSerror=nil;
    NSURLResponse *WSresponse=nil;

and it run well.
but I don&#039;t know why.

Thanks for reading my post.]]></description>
		<content:encoded><![CDATA[<p>Ok, i solved it. The problem is in initiateConnection function</p>
<p>     NSError *WSerror;<br />
     NSURLResponse *WSresponse;</p>
<p>i change these codes to<br />
    NSError *WSerror=nil;<br />
    NSURLResponse *WSresponse=nil;</p>
<p>and it run well.<br />
but I don&#8217;t know why.</p>
<p>Thanks for reading my post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using .NET Web Services And Datasets with iPhone Revision 2! by Huynh Le</title>
		<link>http://grabalife.com/2010/05/28/using-net-web-services-and-datasets-with-iphone-revision-2/#comment-2428</link>
		<dc:creator><![CDATA[Huynh Le]]></dc:creator>
		<pubDate>Mon, 14 May 2012 07:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://grabalife.com/?p=108#comment-2428</guid>
		<description><![CDATA[Does anyone help me ?]]></description>
		<content:encoded><![CDATA[<p>Does anyone help me ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using .NET Web Services And Datasets with iPhone Revision 2! by Huynh Le</title>
		<link>http://grabalife.com/2010/05/28/using-net-web-services-and-datasets-with-iphone-revision-2/#comment-2427</link>
		<dc:creator><![CDATA[Huynh Le]]></dc:creator>
		<pubDate>Sat, 12 May 2012 07:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://grabalife.com/?p=108#comment-2427</guid>
		<description><![CDATA[Please help me to solve this. My application run well on imulator but crash on real device (Iphone 4). I think it crashs at this code:

NSInvocationOperation *request = [[NSInvocationOperation alloc] initWithTarget:self selector:@selector(testConnection:) object:params];
[self.opQueue addOperation:request];

Below is my crash log file:

Incident Identifier: 90167BFF-E350-4445-BBA0-6D96989E8EA2
CrashReporter Key:   39857198f7d0cd47c9bcc3bfec01aa93dd3ea3a6
Hardware Model:      iPhone3,1
Process:         assistivetouchd [11532]
Path:            /System/Library/CoreServices/AssistiveTouch.app/assistivetouchd
Identifier:      assistivetouchd
Version:         ??? (???)
Code Type:       ARM (Native)
Parent Process:  launchd [1]

Date/Time:       2012-05-12 11:11:31.284 +0700
OS Version:      iPhone OS 5.1 (9B176)
Report Version:  104

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000
Crashed Thread:  0

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libstatusbar.dylib            	0x001a5e14 0x1a3000 + 11796
1   libstatusbar.dylib            	0x001a5d88 0x1a3000 + 11656
2   CoreFoundation                	0x34f627c8 0x34edd000 + 546760
3   CoreFoundation                	0x34f628d4 0x34edd000 + 547028
4   CoreFoundation                	0x34f6aafa 0x34edd000 + 580346
5   CoreFoundation                	0x34f6a128 0x34edd000 + 577832
6   CoreFoundation                	0x34f6934a 0x34edd000 + 574282
7   CoreFoundation                	0x34eec49e 0x34edd000 + 62622
8   CoreFoundation                	0x34f69444 0x34edd000 + 574532
9   assistivetouchd               	0x000fe606 0xfd000 + 5638
10  assistivetouchd               	0x000fe398 0xfd000 + 5016
11  ScreenReaderCore              	0x36511236 0x3650b000 + 25142
12  assistivetouchd               	0x000fe17c 0xfd000 + 4476
13  assistivetouchd               	0x000fe164 0xfd000 + 4452

Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0   libsystem_kernel.dylib        	0x34d7a3a8 0x34d79000 + 5032
1   libdispatch.dylib             	0x30fc7ea4 0x30fbb000 + 52900
2   libdispatch.dylib             	0x30fc7bc2 0x30fbb000 + 52162

Thread 2 name:  Dispatch queue: receive_events
Thread 2:
0   libsystem_kernel.dylib        	0x34d7a004 0x34d79000 + 4100
1   libsystem_kernel.dylib        	0x34d7a1fa 0x34d79000 + 4602
2   CoreFoundation                	0x34f6a3ec 0x34edd000 + 578540
3   CoreFoundation                	0x34f69124 0x34edd000 + 573732
4   CoreFoundation                	0x34eec49e 0x34edd000 + 62622
5   CoreFoundation                	0x34eec366 0x34edd000 + 62310
6   Foundation                    	0x30dacb6e 0x30da8000 + 19310
7   assistivetouchd               	0x0010dac0 0xfd000 + 68288
8   libdispatch.dylib             	0x30fbbc52 0x30fbb000 + 3154
9   libdispatch.dylib             	0x30fc6ca4 0x30fbb000 + 48292
10  libdispatch.dylib             	0x30fc6b12 0x30fbb000 + 47890
11  libdispatch.dylib             	0x30fc7784 0x30fbb000 + 51076
12  libsystem_c.dylib             	0x36c41df4 0x36c39000 + 36340
13  libsystem_c.dylib             	0x36c41cc8 0x36c39000 + 36040

Thread 3 name:  WebThread
Thread 3:
0   libsystem_kernel.dylib        	0x34d7a004 0x34d79000 + 4100
1   libsystem_kernel.dylib        	0x34d7a1fa 0x34d79000 + 4602
2   CoreFoundation                	0x34f6a3ec 0x34edd000 + 578540
3   CoreFoundation                	0x34f69124 0x34edd000 + 573732
4   CoreFoundation                	0x34eec49e 0x34edd000 + 62622
5   CoreFoundation                	0x34eec366 0x34edd000 + 62310
6   WebCore                       	0x36d6f0f0 0x36cc6000 + 692464
7   libsystem_c.dylib             	0x36c4772e 0x36c39000 + 59182
8   libsystem_c.dylib             	0x36c475e8 0x36c39000 + 58856

Thread 4:
0   libsystem_kernel.dylib        	0x34d7a004 0x34d79000 + 4100
1   libsystem_kernel.dylib        	0x34d7a1fa 0x34d79000 + 4602
2   CoreFoundation                	0x34f6a3ec 0x34edd000 + 578540
3   CoreFoundation                	0x34f69124 0x34edd000 + 573732
4   CoreFoundation                	0x34eec49e 0x34edd000 + 62622
5   assistivetouchd               	0x0010d596 0xfd000 + 66966
6   ScreenReaderCore              	0x3650d65e 0x3650b000 + 9822
7   ScreenReaderCore              	0x3650d254 0x3650b000 + 8788
8   ScreenReaderCore              	0x3650c822 0x3650b000 + 6178
9   CoreFoundation                	0x34f6aacc 0x34edd000 + 580300
10  CoreFoundation                	0x34f6a298 0x34edd000 + 578200
11  CoreFoundation                	0x34f6903e 0x34edd000 + 573502
12  CoreFoundation                	0x34eec49e 0x34edd000 + 62622
13  ScreenReaderCore              	0x3650dfae 0x3650b000 + 12206
14  Foundation                    	0x30db8a7a 0x30da8000 + 68218
15  Foundation                    	0x30e4c58a 0x30da8000 + 673162
16  libsystem_c.dylib             	0x36c4772e 0x36c39000 + 59182
17  libsystem_c.dylib             	0x36c475e8 0x36c39000 + 58856

Thread 5:
0   libsystem_kernel.dylib        	0x34d8acd4 0x34d79000 + 72916
1   libsystem_c.dylib             	0x36c41f36 0x36c39000 + 36662
2   libsystem_c.dylib             	0x36c41cc8 0x36c39000 + 36040

Thread 0 crashed with ARM Thread State:
    r0: 0x00000000    r1: 0x001a906c      r2: 0x00000000      r3: 0x00000000
    r4: 0x00000000    r5: 0x32393ef4      r6: 0x00281470      r7: 0x2fefafa8
    r8: 0x00251950    r9: 0x00000000     r10: 0x00255370     r11: 0x001aa890
    ip: 0x363ba9a9    sp: 0x2fefafa0      lr: 0x001a5e00      pc: 0x001a5e14
  cpsr: 0x60000010

Binary Images:
   0xfd000 -   0x120fff  assistivetouchd armv7   /System/Library/CoreServices/AssistiveTouch.app/assistivetouchd
  0x131000 -   0x131fff +MobileSubstrate.dylib armv6   /Library/MobileSubstrate/MobileSubstrate.dylib
  0x15f000 -   0x160fff +SubstrateLoader.dylib armv6   /Library/Frameworks/CydiaSubstrate.framework/Libraries/SubstrateLoader.dylib
  0x1a3000 -   0x1a9fff +libstatusbar.dylib armv6   /Library/MobileSubstrate/DynamicLibraries/libstatusbar.dylib
  0x1ad000 -   0x1b0fff  libsubstrate.dylib armv6   /usr/lib/libsubstrate.dylib
0x2fefc000 - 0x2ff1dfff  dyld armv7   /usr/lib/dyld
0x30205000 - 0x30209fff  IOMobileFramebuffer armv7   /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x3020a000 - 0x3020afff  liblangid.dylib armv7   /usr/lib/liblangid.dylib
0x3026a000 - 0x307aefff  FaceCoreLight armv7   /System/Library/PrivateFrameworks/FaceCoreLight.framework/FaceCoreLight
0x307af000 - 0x3082efff  libsqlite3.dylib armv7   /usr/lib/libsqlite3.dylib
0x30856000 - 0x3092efff  vImage armv7   /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x30945000 - 0x3094cfff  libc++abi.dylib armv7   /usr/lib/libc++abi.dylib
0x3094d000 - 0x3099efff  CoreText armv7   /System/Library/Frameworks/CoreText.framework/CoreText
0x30a30000 - 0x30a30fff  libkeymgr.dylib armv7   /usr/lib/system/libkeymgr.dylib
0x30a31000 - 0x30aa1fff  CoreImage armv7   /System/Library/Frameworks/CoreImage.framework/CoreImage
0x30b14000 - 0x30b1ffff  AccountSettings armv7   /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x30b20000 - 0x30b20fff  Accelerate armv7   /System/Library/Frameworks/Accelerate.framework/Accelerate
0x30b44000 - 0x30b8dfff  libc++.1.dylib armv7   /usr/lib/libc++.1.dylib
0x30b8e000 - 0x30b91fff  libmacho.dylib armv7   /usr/lib/system/libmacho.dylib
0x30b92000 - 0x30c18fff  CoreMotion armv7   /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x30c52000 - 0x30c53fff  DataMigration armv7   /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x30c66000 - 0x30ca6fff  libGLImage.dylib armv7   /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x30ca7000 - 0x30ca8fff  libsystem_blocks.dylib armv7   /usr/lib/system/libsystem_blocks.dylib
0x30cc1000 - 0x30ce0fff  libSystem.B.dylib armv7   /usr/lib/libSystem.B.dylib
0x30ce1000 - 0x30d19fff  VideoToolbox armv7   /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
0x30da8000 - 0x30f26fff  Foundation armv7   /System/Library/Frameworks/Foundation.framework/Foundation
0x30f32000 - 0x30f33fff  libdyld.dylib armv7   /usr/lib/system/libdyld.dylib
0x30f34000 - 0x30f49fff  libresolv.9.dylib armv7   /usr/lib/libresolv.9.dylib
0x30f4a000 - 0x30f6ffff  OpenCL armv7   /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
0x30fb4000 - 0x30fbafff  MobileIcons armv7   /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x30fbb000 - 0x30fd1fff  libdispatch.dylib armv7   /usr/lib/system/libdispatch.dylib
0x30fd2000 - 0x30fdcfff  libbz2.1.0.dylib armv7   /usr/lib/libbz2.1.0.dylib
0x31028000 - 0x31039fff  DataAccessExpress armv7   /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x3103a000 - 0x3103afff  vecLib armv7   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x3109d000 - 0x31111fff  MediaControlSender armv7   /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender
0x31112000 - 0x3114efff  AppSupport armv7   /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x312e9000 - 0x3130dfff  PrintKit armv7   /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x3136d000 - 0x31371fff  libGFXShared.dylib armv7   /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x31447000 - 0x31485fff  IOKit armv7   /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x314f0000 - 0x314f1fff  libdnsinfo.dylib armv7   /usr/lib/system/libdnsinfo.dylib
0x315ef000 - 0x315f6fff  AssetsLibraryServices armv7   /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x315f7000 - 0x315f8fff  libremovefile.dylib armv7   /usr/lib/system/libremovefile.dylib
0x3165e000 - 0x316a8fff  libvDSP.dylib armv7   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x316db000 - 0x31738fff  StoreServices armv7   /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x31924000 - 0x31a69fff  CoreGraphics armv7   /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x31a8f000 - 0x31a9efff  GenerationalStorage armv7   /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x31a9f000 - 0x31b55fff  AVFoundation armv7   /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x31ba4000 - 0x31bfcfff  CoreAudio armv7   /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x31bfd000 - 0x31c09fff  libCRFSuite.dylib armv7   /usr/lib/libCRFSuite.dylib
0x31c10000 - 0x31c16fff  liblaunch.dylib armv7   /usr/lib/system/liblaunch.dylib
0x31c17000 - 0x31c1bfff  IOSurface armv7   /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x31c32000 - 0x31c55fff  Bom armv7   /System/Library/PrivateFrameworks/Bom.framework/Bom
0x31d23000 - 0x31d27fff  AggregateDictionary armv7   /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x31d3a000 - 0x31d47fff  libbsm.0.dylib armv7   /usr/lib/libbsm.0.dylib
0x31f30000 - 0x31f3cfff  libz.1.dylib armv7   /usr/lib/libz.1.dylib
0x31f89000 - 0x31f9afff  libxpc.dylib armv7   /usr/lib/system/libxpc.dylib
0x31fad000 - 0x31fb0fff  NetworkStatistics armv7   /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x31fb1000 - 0x32453fff  UIKit armv7   /System/Library/Frameworks/UIKit.framework/UIKit
0x32680000 - 0x328adfff  MediaToolbox armv7   /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
0x32c78000 - 0x32c87fff  OpenGLES armv7   /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x32c88000 - 0x32c92fff  libvMisc.dylib armv7   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x33562000 - 0x33566fff  libcache.dylib armv7   /usr/lib/system/libcache.dylib
0x3356d000 - 0x3363dfff  WebKit armv7   /System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x33719000 - 0x33765fff  CoreTelephony armv7   /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x33787000 - 0x337cffff  CoreMedia armv7   /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x33874000 - 0x33962fff  libiconv.2.dylib armv7   /usr/lib/libiconv.2.dylib
0x33963000 - 0x33a3afff  CFNetwork armv7   /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x33bb0000 - 0x33cd5fff  JavaScriptCore armv7   /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x33d88000 - 0x33d94fff  CoreVideo armv7   /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x33efc000 - 0x33f12fff  DictionaryServices armv7   /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0x342a7000 - 0x34568fff  libLAPACK.dylib armv7   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x34569000 - 0x3457ffff  libmis.dylib armv7   /usr/lib/libmis.dylib
0x345a1000 - 0x345f2fff  libstdc++.6.dylib armv7   /usr/lib/libstdc++.6.dylib
0x345f3000 - 0x3462afff  Security armv7   /System/Library/Frameworks/Security.framework/Security
0x346d9000 - 0x34714fff  libCGFreetype.A.dylib armv7   /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x34734000 - 0x34739fff  libcopyfile.dylib armv7   /usr/lib/system/libcopyfile.dylib
0x34814000 - 0x3481afff  MobileKeyBag armv7   /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x34913000 - 0x3495dfff  ManagedConfiguration armv7   /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x3498b000 - 0x34994fff  libMobileGestalt.dylib armv7   /usr/lib/libMobileGestalt.dylib
0x34b90000 - 0x34ba4fff  PersistentConnection armv7   /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x34be8000 - 0x34c61fff  ProofReader armv7   /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x34d6f000 - 0x34d72fff  CaptiveNetwork armv7   /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x34d79000 - 0x34d8ffff  libsystem_kernel.dylib armv7   /usr/lib/system/libsystem_kernel.dylib
0x34edd000 - 0x34ff4fff  CoreFoundation armv7   /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x35178000 - 0x351bdfff  GeoServices armv7   /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x35309000 - 0x3533efff  SystemConfiguration armv7   /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x3533f000 - 0x35488fff  libicucore.A.dylib armv7   /usr/lib/libicucore.A.dylib
0x35490000 - 0x354d9fff  AddressBook armv7   /System/Library/Frameworks/AddressBook.framework/AddressBook
0x357df000 - 0x357e5fff  liblockdown.dylib armv7   /usr/lib/liblockdown.dylib
0x357e6000 - 0x359a3fff  ImageIO armv7   /System/Library/Frameworks/ImageIO.framework/ImageIO
0x359ce000 - 0x359d0fff  MobileInstallation armv7   /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x35aa6000 - 0x35af4fff  CoreLocation armv7   /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x35cb1000 - 0x35cb4fff  libsystem_network.dylib armv7   /usr/lib/system/libsystem_network.dylib
0x35e6d000 - 0x36051fff  AudioToolbox armv7   /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x36052000 - 0x36052fff  libunwind.dylib armv7   /usr/lib/system/libunwind.dylib
0x36190000 - 0x36196fff  libnotify.dylib armv7   /usr/lib/system/libnotify.dylib
0x361db000 - 0x361e3fff  ProtocolBuffer armv7   /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x361e4000 - 0x361eefff  GraphicsServices armv7   /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x36204000 - 0x3621afff  EAP8021X armv7   /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x36221000 - 0x362e3fff  Celestial armv7   /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x363ae000 - 0x363b2fff  libAccessibility.dylib armv7   /usr/lib/libAccessibility.dylib
0x363b4000 - 0x3647afff  libobjc.A.dylib armv7   /usr/lib/libobjc.A.dylib
0x3647b000 - 0x3647bfff  libgcc_s.1.dylib armv7   /usr/lib/libgcc_s.1.dylib
0x3650b000 - 0x3651ffff  ScreenReaderCore armv7   /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x36528000 - 0x3652dfff  CrashReporterSupport armv7   /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x3662f000 - 0x3664ffff  libxslt.1.dylib armv7   /usr/lib/libxslt.1.dylib
0x36650000 - 0x36689fff  CoreSymbolication armv7   /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x367b3000 - 0x367d0fff  libsystem_info.dylib armv7   /usr/lib/system/libsystem_info.dylib
0x367d1000 - 0x367e0fff  SpringBoardServices armv7   /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x36821000 - 0x36821fff  libCVMSPluginSupport.dylib armv7   /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x3694f000 - 0x36950fff  CoreSurface armv7   /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x36a3e000 - 0x36a41fff  libcompiler_rt.dylib armv7   /usr/lib/system/libcompiler_rt.dylib
0x36a7b000 - 0x36b6cfff  QuartzCore armv7   /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x36bf1000 - 0x36bf2fff  libsystem_sandbox.dylib armv7   /usr/lib/system/libsystem_sandbox.dylib
0x36c39000 - 0x36cc5fff  libsystem_c.dylib armv7   /usr/lib/system/libsystem_c.dylib
0x36cc6000 - 0x37484fff  WebCore armv7   /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x37893000 - 0x3793dfff  libBLAS.dylib armv7   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x37954000 - 0x37997fff  libcommonCrypto.dylib armv7   /usr/lib/system/libcommonCrypto.dylib
0x379c2000 - 0x37a6ffff  libxml2.2.dylib armv7   /usr/lib/libxml2.2.dylib
0x37aaf000 - 0x37ab7fff  MobileWiFi armv7   /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x37aba000 - 0x37abffff  libsystem_dnssd.dylib armv7   /usr/lib/system/libsystem_dnssd.dylib
0x37b63000 - 0x37ba7fff  MobileCoreServices armv7   /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x37df6000 - 0x37df8fff  libCoreVMClient.dylib armv7   /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x37e13000 - 0x37e16fff  CoreTime armv7   /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime]]></description>
		<content:encoded><![CDATA[<p>Please help me to solve this. My application run well on imulator but crash on real device (Iphone 4). I think it crashs at this code:</p>
<p>NSInvocationOperation *request = [[NSInvocationOperation alloc] initWithTarget:self selector:@selector(testConnection:) object:params];<br />
[self.opQueue addOperation:request];</p>
<p>Below is my crash log file:</p>
<p>Incident Identifier: 90167BFF-E350-4445-BBA0-6D96989E8EA2<br />
CrashReporter Key:   39857198f7d0cd47c9bcc3bfec01aa93dd3ea3a6<br />
Hardware Model:      iPhone3,1<br />
Process:         assistivetouchd [11532]<br />
Path:            /System/Library/CoreServices/AssistiveTouch.app/assistivetouchd<br />
Identifier:      assistivetouchd<br />
Version:         ??? (???)<br />
Code Type:       ARM (Native)<br />
Parent Process:  launchd [1]</p>
<p>Date/Time:       2012-05-12 11:11:31.284 +0700<br />
OS Version:      iPhone OS 5.1 (9B176)<br />
Report Version:  104</p>
<p>Exception Type:  EXC_BAD_ACCESS (SIGSEGV)<br />
Exception Codes: KERN_INVALID_ADDRESS at 0&#215;00000000<br />
Crashed Thread:  0</p>
<p>Thread 0 name:  Dispatch queue: com.apple.main-thread<br />
Thread 0 Crashed:<br />
0   libstatusbar.dylib            	0x001a5e14 0x1a3000 + 11796<br />
1   libstatusbar.dylib            	0x001a5d88 0x1a3000 + 11656<br />
2   CoreFoundation                	0x34f627c8 0x34edd000 + 546760<br />
3   CoreFoundation                	0x34f628d4 0x34edd000 + 547028<br />
4   CoreFoundation                	0x34f6aafa 0x34edd000 + 580346<br />
5   CoreFoundation                	0x34f6a128 0x34edd000 + 577832<br />
6   CoreFoundation                	0x34f6934a 0x34edd000 + 574282<br />
7   CoreFoundation                	0x34eec49e 0x34edd000 + 62622<br />
8   CoreFoundation                	0x34f69444 0x34edd000 + 574532<br />
9   assistivetouchd               	0x000fe606 0xfd000 + 5638<br />
10  assistivetouchd               	0x000fe398 0xfd000 + 5016<br />
11  ScreenReaderCore              	0&#215;36511236 0x3650b000 + 25142<br />
12  assistivetouchd               	0x000fe17c 0xfd000 + 4476<br />
13  assistivetouchd               	0x000fe164 0xfd000 + 4452</p>
<p>Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager<br />
Thread 1:<br />
0   libsystem_kernel.dylib        	0x34d7a3a8 0x34d79000 + 5032<br />
1   libdispatch.dylib             	0x30fc7ea4 0x30fbb000 + 52900<br />
2   libdispatch.dylib             	0x30fc7bc2 0x30fbb000 + 52162</p>
<p>Thread 2 name:  Dispatch queue: receive_events<br />
Thread 2:<br />
0   libsystem_kernel.dylib        	0x34d7a004 0x34d79000 + 4100<br />
1   libsystem_kernel.dylib        	0x34d7a1fa 0x34d79000 + 4602<br />
2   CoreFoundation                	0x34f6a3ec 0x34edd000 + 578540<br />
3   CoreFoundation                	0x34f69124 0x34edd000 + 573732<br />
4   CoreFoundation                	0x34eec49e 0x34edd000 + 62622<br />
5   CoreFoundation                	0x34eec366 0x34edd000 + 62310<br />
6   Foundation                    	0x30dacb6e 0x30da8000 + 19310<br />
7   assistivetouchd               	0x0010dac0 0xfd000 + 68288<br />
8   libdispatch.dylib             	0x30fbbc52 0x30fbb000 + 3154<br />
9   libdispatch.dylib             	0x30fc6ca4 0x30fbb000 + 48292<br />
10  libdispatch.dylib             	0x30fc6b12 0x30fbb000 + 47890<br />
11  libdispatch.dylib             	0x30fc7784 0x30fbb000 + 51076<br />
12  libsystem_c.dylib             	0x36c41df4 0x36c39000 + 36340<br />
13  libsystem_c.dylib             	0x36c41cc8 0x36c39000 + 36040</p>
<p>Thread 3 name:  WebThread<br />
Thread 3:<br />
0   libsystem_kernel.dylib        	0x34d7a004 0x34d79000 + 4100<br />
1   libsystem_kernel.dylib        	0x34d7a1fa 0x34d79000 + 4602<br />
2   CoreFoundation                	0x34f6a3ec 0x34edd000 + 578540<br />
3   CoreFoundation                	0x34f69124 0x34edd000 + 573732<br />
4   CoreFoundation                	0x34eec49e 0x34edd000 + 62622<br />
5   CoreFoundation                	0x34eec366 0x34edd000 + 62310<br />
6   WebCore                       	0x36d6f0f0 0x36cc6000 + 692464<br />
7   libsystem_c.dylib             	0x36c4772e 0x36c39000 + 59182<br />
8   libsystem_c.dylib             	0x36c475e8 0x36c39000 + 58856</p>
<p>Thread 4:<br />
0   libsystem_kernel.dylib        	0x34d7a004 0x34d79000 + 4100<br />
1   libsystem_kernel.dylib        	0x34d7a1fa 0x34d79000 + 4602<br />
2   CoreFoundation                	0x34f6a3ec 0x34edd000 + 578540<br />
3   CoreFoundation                	0x34f69124 0x34edd000 + 573732<br />
4   CoreFoundation                	0x34eec49e 0x34edd000 + 62622<br />
5   assistivetouchd               	0x0010d596 0xfd000 + 66966<br />
6   ScreenReaderCore              	0x3650d65e 0x3650b000 + 9822<br />
7   ScreenReaderCore              	0x3650d254 0x3650b000 + 8788<br />
8   ScreenReaderCore              	0x3650c822 0x3650b000 + 6178<br />
9   CoreFoundation                	0x34f6aacc 0x34edd000 + 580300<br />
10  CoreFoundation                	0x34f6a298 0x34edd000 + 578200<br />
11  CoreFoundation                	0x34f6903e 0x34edd000 + 573502<br />
12  CoreFoundation                	0x34eec49e 0x34edd000 + 62622<br />
13  ScreenReaderCore              	0x3650dfae 0x3650b000 + 12206<br />
14  Foundation                    	0x30db8a7a 0x30da8000 + 68218<br />
15  Foundation                    	0x30e4c58a 0x30da8000 + 673162<br />
16  libsystem_c.dylib             	0x36c4772e 0x36c39000 + 59182<br />
17  libsystem_c.dylib             	0x36c475e8 0x36c39000 + 58856</p>
<p>Thread 5:<br />
0   libsystem_kernel.dylib        	0x34d8acd4 0x34d79000 + 72916<br />
1   libsystem_c.dylib             	0x36c41f36 0x36c39000 + 36662<br />
2   libsystem_c.dylib             	0x36c41cc8 0x36c39000 + 36040</p>
<p>Thread 0 crashed with ARM Thread State:<br />
    r0: 0&#215;00000000    r1: 0x001a906c      r2: 0&#215;00000000      r3: 0&#215;00000000<br />
    r4: 0&#215;00000000    r5: 0x32393ef4      r6: 0&#215;00281470      r7: 0x2fefafa8<br />
    r8: 0&#215;00251950    r9: 0&#215;00000000     r10: 0&#215;00255370     r11: 0x001aa890<br />
    ip: 0x363ba9a9    sp: 0x2fefafa0      lr: 0x001a5e00      pc: 0x001a5e14<br />
  cpsr: 0&#215;60000010</p>
<p>Binary Images:<br />
   0xfd000 &#8211;   0x120fff  assistivetouchd armv7   /System/Library/CoreServices/AssistiveTouch.app/assistivetouchd<br />
  0&#215;131000 &#8211;   0x131fff +MobileSubstrate.dylib armv6   /Library/MobileSubstrate/MobileSubstrate.dylib<br />
  0x15f000 &#8211;   0x160fff +SubstrateLoader.dylib armv6   /Library/Frameworks/CydiaSubstrate.framework/Libraries/SubstrateLoader.dylib<br />
  0x1a3000 &#8211;   0x1a9fff +libstatusbar.dylib armv6   /Library/MobileSubstrate/DynamicLibraries/libstatusbar.dylib<br />
  0x1ad000 &#8211;   0x1b0fff  libsubstrate.dylib armv6   /usr/lib/libsubstrate.dylib<br />
0x2fefc000 &#8211; 0x2ff1dfff  dyld armv7   /usr/lib/dyld<br />
0&#215;30205000 &#8211; 0x30209fff  IOMobileFramebuffer armv7   /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer<br />
0x3020a000 &#8211; 0x3020afff  liblangid.dylib armv7   /usr/lib/liblangid.dylib<br />
0x3026a000 &#8211; 0x307aefff  FaceCoreLight armv7   /System/Library/PrivateFrameworks/FaceCoreLight.framework/FaceCoreLight<br />
0x307af000 &#8211; 0x3082efff  libsqlite3.dylib armv7   /usr/lib/libsqlite3.dylib<br />
0&#215;30856000 &#8211; 0x3092efff  vImage armv7   /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage<br />
0&#215;30945000 &#8211; 0x3094cfff  libc++abi.dylib armv7   /usr/lib/libc++abi.dylib<br />
0x3094d000 &#8211; 0x3099efff  CoreText armv7   /System/Library/Frameworks/CoreText.framework/CoreText<br />
0x30a30000 &#8211; 0x30a30fff  libkeymgr.dylib armv7   /usr/lib/system/libkeymgr.dylib<br />
0x30a31000 &#8211; 0x30aa1fff  CoreImage armv7   /System/Library/Frameworks/CoreImage.framework/CoreImage<br />
0x30b14000 &#8211; 0x30b1ffff  AccountSettings armv7   /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings<br />
0x30b20000 &#8211; 0x30b20fff  Accelerate armv7   /System/Library/Frameworks/Accelerate.framework/Accelerate<br />
0x30b44000 &#8211; 0x30b8dfff  libc++.1.dylib armv7   /usr/lib/libc++.1.dylib<br />
0x30b8e000 &#8211; 0x30b91fff  libmacho.dylib armv7   /usr/lib/system/libmacho.dylib<br />
0x30b92000 &#8211; 0x30c18fff  CoreMotion armv7   /System/Library/Frameworks/CoreMotion.framework/CoreMotion<br />
0x30c52000 &#8211; 0x30c53fff  DataMigration armv7   /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration<br />
0x30c66000 &#8211; 0x30ca6fff  libGLImage.dylib armv7   /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib<br />
0x30ca7000 &#8211; 0x30ca8fff  libsystem_blocks.dylib armv7   /usr/lib/system/libsystem_blocks.dylib<br />
0x30cc1000 &#8211; 0x30ce0fff  libSystem.B.dylib armv7   /usr/lib/libSystem.B.dylib<br />
0x30ce1000 &#8211; 0x30d19fff  VideoToolbox armv7   /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox<br />
0x30da8000 &#8211; 0x30f26fff  Foundation armv7   /System/Library/Frameworks/Foundation.framework/Foundation<br />
0x30f32000 &#8211; 0x30f33fff  libdyld.dylib armv7   /usr/lib/system/libdyld.dylib<br />
0x30f34000 &#8211; 0x30f49fff  libresolv.9.dylib armv7   /usr/lib/libresolv.9.dylib<br />
0x30f4a000 &#8211; 0x30f6ffff  OpenCL armv7   /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL<br />
0x30fb4000 &#8211; 0x30fbafff  MobileIcons armv7   /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons<br />
0x30fbb000 &#8211; 0x30fd1fff  libdispatch.dylib armv7   /usr/lib/system/libdispatch.dylib<br />
0x30fd2000 &#8211; 0x30fdcfff  libbz2.1.0.dylib armv7   /usr/lib/libbz2.1.0.dylib<br />
0&#215;31028000 &#8211; 0x31039fff  DataAccessExpress armv7   /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress<br />
0x3103a000 &#8211; 0x3103afff  vecLib armv7   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib<br />
0x3109d000 &#8211; 0x31111fff  MediaControlSender armv7   /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender<br />
0&#215;31112000 &#8211; 0x3114efff  AppSupport armv7   /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport<br />
0x312e9000 &#8211; 0x3130dfff  PrintKit armv7   /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit<br />
0x3136d000 &#8211; 0x31371fff  libGFXShared.dylib armv7   /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib<br />
0&#215;31447000 &#8211; 0x31485fff  IOKit armv7   /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit<br />
0x314f0000 &#8211; 0x314f1fff  libdnsinfo.dylib armv7   /usr/lib/system/libdnsinfo.dylib<br />
0x315ef000 &#8211; 0x315f6fff  AssetsLibraryServices armv7   /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices<br />
0x315f7000 &#8211; 0x315f8fff  libremovefile.dylib armv7   /usr/lib/system/libremovefile.dylib<br />
0x3165e000 &#8211; 0x316a8fff  libvDSP.dylib armv7   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib<br />
0x316db000 &#8211; 0x31738fff  StoreServices armv7   /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices<br />
0&#215;31924000 &#8211; 0x31a69fff  CoreGraphics armv7   /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics<br />
0x31a8f000 &#8211; 0x31a9efff  GenerationalStorage armv7   /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage<br />
0x31a9f000 &#8211; 0x31b55fff  AVFoundation armv7   /System/Library/Frameworks/AVFoundation.framework/AVFoundation<br />
0x31ba4000 &#8211; 0x31bfcfff  CoreAudio armv7   /System/Library/Frameworks/CoreAudio.framework/CoreAudio<br />
0x31bfd000 &#8211; 0x31c09fff  libCRFSuite.dylib armv7   /usr/lib/libCRFSuite.dylib<br />
0x31c10000 &#8211; 0x31c16fff  liblaunch.dylib armv7   /usr/lib/system/liblaunch.dylib<br />
0x31c17000 &#8211; 0x31c1bfff  IOSurface armv7   /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface<br />
0x31c32000 &#8211; 0x31c55fff  Bom armv7   /System/Library/PrivateFrameworks/Bom.framework/Bom<br />
0x31d23000 &#8211; 0x31d27fff  AggregateDictionary armv7   /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary<br />
0x31d3a000 &#8211; 0x31d47fff  libbsm.0.dylib armv7   /usr/lib/libbsm.0.dylib<br />
0x31f30000 &#8211; 0x31f3cfff  libz.1.dylib armv7   /usr/lib/libz.1.dylib<br />
0x31f89000 &#8211; 0x31f9afff  libxpc.dylib armv7   /usr/lib/system/libxpc.dylib<br />
0x31fad000 &#8211; 0x31fb0fff  NetworkStatistics armv7   /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics<br />
0x31fb1000 &#8211; 0x32453fff  UIKit armv7   /System/Library/Frameworks/UIKit.framework/UIKit<br />
0&#215;32680000 &#8211; 0x328adfff  MediaToolbox armv7   /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox<br />
0x32c78000 &#8211; 0x32c87fff  OpenGLES armv7   /System/Library/Frameworks/OpenGLES.framework/OpenGLES<br />
0x32c88000 &#8211; 0x32c92fff  libvMisc.dylib armv7   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib<br />
0&#215;33562000 &#8211; 0x33566fff  libcache.dylib armv7   /usr/lib/system/libcache.dylib<br />
0x3356d000 &#8211; 0x3363dfff  WebKit armv7   /System/Library/PrivateFrameworks/WebKit.framework/WebKit<br />
0&#215;33719000 &#8211; 0x33765fff  CoreTelephony armv7   /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony<br />
0&#215;33787000 &#8211; 0x337cffff  CoreMedia armv7   /System/Library/Frameworks/CoreMedia.framework/CoreMedia<br />
0&#215;33874000 &#8211; 0x33962fff  libiconv.2.dylib armv7   /usr/lib/libiconv.2.dylib<br />
0&#215;33963000 &#8211; 0x33a3afff  CFNetwork armv7   /System/Library/Frameworks/CFNetwork.framework/CFNetwork<br />
0x33bb0000 &#8211; 0x33cd5fff  JavaScriptCore armv7   /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore<br />
0x33d88000 &#8211; 0x33d94fff  CoreVideo armv7   /System/Library/Frameworks/CoreVideo.framework/CoreVideo<br />
0x33efc000 &#8211; 0x33f12fff  DictionaryServices armv7   /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices<br />
0x342a7000 &#8211; 0x34568fff  libLAPACK.dylib armv7   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib<br />
0&#215;34569000 &#8211; 0x3457ffff  libmis.dylib armv7   /usr/lib/libmis.dylib<br />
0x345a1000 &#8211; 0x345f2fff  libstdc++.6.dylib armv7   /usr/lib/libstdc++.6.dylib<br />
0x345f3000 &#8211; 0x3462afff  Security armv7   /System/Library/Frameworks/Security.framework/Security<br />
0x346d9000 &#8211; 0x34714fff  libCGFreetype.A.dylib armv7   /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib<br />
0&#215;34734000 &#8211; 0x34739fff  libcopyfile.dylib armv7   /usr/lib/system/libcopyfile.dylib<br />
0&#215;34814000 &#8211; 0x3481afff  MobileKeyBag armv7   /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag<br />
0&#215;34913000 &#8211; 0x3495dfff  ManagedConfiguration armv7   /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration<br />
0x3498b000 &#8211; 0x34994fff  libMobileGestalt.dylib armv7   /usr/lib/libMobileGestalt.dylib<br />
0x34b90000 &#8211; 0x34ba4fff  PersistentConnection armv7   /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection<br />
0x34be8000 &#8211; 0x34c61fff  ProofReader armv7   /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader<br />
0x34d6f000 &#8211; 0x34d72fff  CaptiveNetwork armv7   /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork<br />
0x34d79000 &#8211; 0x34d8ffff  libsystem_kernel.dylib armv7   /usr/lib/system/libsystem_kernel.dylib<br />
0x34edd000 &#8211; 0x34ff4fff  CoreFoundation armv7   /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation<br />
0&#215;35178000 &#8211; 0x351bdfff  GeoServices armv7   /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices<br />
0&#215;35309000 &#8211; 0x3533efff  SystemConfiguration armv7   /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration<br />
0x3533f000 &#8211; 0x35488fff  libicucore.A.dylib armv7   /usr/lib/libicucore.A.dylib<br />
0&#215;35490000 &#8211; 0x354d9fff  AddressBook armv7   /System/Library/Frameworks/AddressBook.framework/AddressBook<br />
0x357df000 &#8211; 0x357e5fff  liblockdown.dylib armv7   /usr/lib/liblockdown.dylib<br />
0x357e6000 &#8211; 0x359a3fff  ImageIO armv7   /System/Library/Frameworks/ImageIO.framework/ImageIO<br />
0x359ce000 &#8211; 0x359d0fff  MobileInstallation armv7   /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation<br />
0x35aa6000 &#8211; 0x35af4fff  CoreLocation armv7   /System/Library/Frameworks/CoreLocation.framework/CoreLocation<br />
0x35cb1000 &#8211; 0x35cb4fff  libsystem_network.dylib armv7   /usr/lib/system/libsystem_network.dylib<br />
0x35e6d000 &#8211; 0x36051fff  AudioToolbox armv7   /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox<br />
0&#215;36052000 &#8211; 0x36052fff  libunwind.dylib armv7   /usr/lib/system/libunwind.dylib<br />
0&#215;36190000 &#8211; 0x36196fff  libnotify.dylib armv7   /usr/lib/system/libnotify.dylib<br />
0x361db000 &#8211; 0x361e3fff  ProtocolBuffer armv7   /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer<br />
0x361e4000 &#8211; 0x361eefff  GraphicsServices armv7   /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices<br />
0&#215;36204000 &#8211; 0x3621afff  EAP8021X armv7   /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X<br />
0&#215;36221000 &#8211; 0x362e3fff  Celestial armv7   /System/Library/PrivateFrameworks/Celestial.framework/Celestial<br />
0x363ae000 &#8211; 0x363b2fff  libAccessibility.dylib armv7   /usr/lib/libAccessibility.dylib<br />
0x363b4000 &#8211; 0x3647afff  libobjc.A.dylib armv7   /usr/lib/libobjc.A.dylib<br />
0x3647b000 &#8211; 0x3647bfff  libgcc_s.1.dylib armv7   /usr/lib/libgcc_s.1.dylib<br />
0x3650b000 &#8211; 0x3651ffff  ScreenReaderCore armv7   /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore<br />
0&#215;36528000 &#8211; 0x3652dfff  CrashReporterSupport armv7   /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport<br />
0x3662f000 &#8211; 0x3664ffff  libxslt.1.dylib armv7   /usr/lib/libxslt.1.dylib<br />
0&#215;36650000 &#8211; 0x36689fff  CoreSymbolication armv7   /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication<br />
0x367b3000 &#8211; 0x367d0fff  libsystem_info.dylib armv7   /usr/lib/system/libsystem_info.dylib<br />
0x367d1000 &#8211; 0x367e0fff  SpringBoardServices armv7   /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices<br />
0&#215;36821000 &#8211; 0x36821fff  libCVMSPluginSupport.dylib armv7   /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib<br />
0x3694f000 &#8211; 0x36950fff  CoreSurface armv7   /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface<br />
0x36a3e000 &#8211; 0x36a41fff  libcompiler_rt.dylib armv7   /usr/lib/system/libcompiler_rt.dylib<br />
0x36a7b000 &#8211; 0x36b6cfff  QuartzCore armv7   /System/Library/Frameworks/QuartzCore.framework/QuartzCore<br />
0x36bf1000 &#8211; 0x36bf2fff  libsystem_sandbox.dylib armv7   /usr/lib/system/libsystem_sandbox.dylib<br />
0x36c39000 &#8211; 0x36cc5fff  libsystem_c.dylib armv7   /usr/lib/system/libsystem_c.dylib<br />
0x36cc6000 &#8211; 0x37484fff  WebCore armv7   /System/Library/PrivateFrameworks/WebCore.framework/WebCore<br />
0&#215;37893000 &#8211; 0x3793dfff  libBLAS.dylib armv7   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib<br />
0&#215;37954000 &#8211; 0x37997fff  libcommonCrypto.dylib armv7   /usr/lib/system/libcommonCrypto.dylib<br />
0x379c2000 &#8211; 0x37a6ffff  libxml2.2.dylib armv7   /usr/lib/libxml2.2.dylib<br />
0x37aaf000 &#8211; 0x37ab7fff  MobileWiFi armv7   /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi<br />
0x37aba000 &#8211; 0x37abffff  libsystem_dnssd.dylib armv7   /usr/lib/system/libsystem_dnssd.dylib<br />
0x37b63000 &#8211; 0x37ba7fff  MobileCoreServices armv7   /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices<br />
0x37df6000 &#8211; 0x37df8fff  libCoreVMClient.dylib armv7   /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib<br />
0x37e13000 &#8211; 0x37e16fff  CoreTime armv7   /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using MailChimp and background images in your table cells by Letty in Phoenix</title>
		<link>http://grabalife.com/2011/05/19/using-mailchimp-and-background-images-in-your-table-cells/#comment-2405</link>
		<dc:creator><![CDATA[Letty in Phoenix]]></dc:creator>
		<pubDate>Thu, 26 Apr 2012 21:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://grabalife.com/?p=140#comment-2405</guid>
		<description><![CDATA[Thank you so much for this!! This method also works if your background is not showing up in the Gmail webmail interface. I was going nuts because my newsletter looked fine everywhere else, including on my gmail iphone app-- but it was unreadable due to the dark background color (sans my background image) that was showing up on the computer in the gmail webmail program on safari and firefox on my mac and on our PC. But this did the trick and fixed it. Thanks again for posting this.]]></description>
		<content:encoded><![CDATA[<p>Thank you so much for this!! This method also works if your background is not showing up in the Gmail webmail interface. I was going nuts because my newsletter looked fine everywhere else, including on my gmail iphone app&#8211; but it was unreadable due to the dark background color (sans my background image) that was showing up on the computer in the gmail webmail program on safari and firefox on my mac and on our PC. But this did the trick and fixed it. Thanks again for posting this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using .NET Web Services And Datasets with iPhone Revision 2! by Brijesh</title>
		<link>http://grabalife.com/2010/05/28/using-net-web-services-and-datasets-with-iphone-revision-2/#comment-2333</link>
		<dc:creator><![CDATA[Brijesh]]></dc:creator>
		<pubDate>Fri, 23 Mar 2012 13:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://grabalife.com/?p=108#comment-2333</guid>
		<description><![CDATA[why records do not display on iphone??

I have received all data from the webservices but do not display on tableview?

Please reply how to change?]]></description>
		<content:encoded><![CDATA[<p>why records do not display on iphone??</p>
<p>I have received all data from the webservices but do not display on tableview?</p>
<p>Please reply how to change?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using .NET Web Services And Datasets with iPhone Revision 2! by Chuck Condron</title>
		<link>http://grabalife.com/2010/05/28/using-net-web-services-and-datasets-with-iphone-revision-2/#comment-2330</link>
		<dc:creator><![CDATA[Chuck Condron]]></dc:creator>
		<pubDate>Thu, 08 Mar 2012 04:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://grabalife.com/?p=108#comment-2330</guid>
		<description><![CDATA[Does your company have experience using the iPad to publish to Sharepoint? If so I might have a business op for you... We have done business before.., chuck in Phoeinx]]></description>
		<content:encoded><![CDATA[<p>Does your company have experience using the iPad to publish to Sharepoint? If so I might have a business op for you&#8230; We have done business before.., chuck in Phoeinx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using .NET Web Services And Datasets with iPhone Revision 2! by o0joecool0o</title>
		<link>http://grabalife.com/2010/05/28/using-net-web-services-and-datasets-with-iphone-revision-2/#comment-2329</link>
		<dc:creator><![CDATA[o0joecool0o]]></dc:creator>
		<pubDate>Wed, 07 Mar 2012 19:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://grabalife.com/?p=108#comment-2329</guid>
		<description><![CDATA[Absolutely. I use it all the time for this. There are some Base64 classes out there you can download and use in your iOS app to convert a UIImage into Base64 string. .NET SOAP services will accept binary data as Base64 automatically so you can simply have a function that accepts a ByteArray as a parameter. Send the Base64 string to that parameter and you are golden.]]></description>
		<content:encoded><![CDATA[<p>Absolutely. I use it all the time for this. There are some Base64 classes out there you can download and use in your iOS app to convert a UIImage into Base64 string. .NET SOAP services will accept binary data as Base64 automatically so you can simply have a function that accepts a ByteArray as a parameter. Send the Base64 string to that parameter and you are golden.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using .NET Web Services And Datasets with iPhone Revision 2! by JT Williams</title>
		<link>http://grabalife.com/2010/05/28/using-net-web-services-and-datasets-with-iphone-revision-2/#comment-2328</link>
		<dc:creator><![CDATA[JT Williams]]></dc:creator>
		<pubDate>Wed, 07 Mar 2012 19:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://grabalife.com/?p=108#comment-2328</guid>
		<description><![CDATA[Has anyone used this method to save images to sql server?]]></description>
		<content:encoded><![CDATA[<p>Has anyone used this method to save images to sql server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using .NET Web Services And Datasets with iPhone Revision 2! by Pait</title>
		<link>http://grabalife.com/2010/05/28/using-net-web-services-and-datasets-with-iphone-revision-2/#comment-2219</link>
		<dc:creator><![CDATA[Pait]]></dc:creator>
		<pubDate>Tue, 13 Dec 2011 17:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://grabalife.com/?p=108#comment-2219</guid>
		<description><![CDATA[This is what we need - an insight to make everynoe think]]></description>
		<content:encoded><![CDATA[<p>This is what we need &#8211; an insight to make everynoe think</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using .NET Web Services And Datasets with iPhone Revision 2! by m4f1050</title>
		<link>http://grabalife.com/2010/05/28/using-net-web-services-and-datasets-with-iphone-revision-2/#comment-2137</link>
		<dc:creator><![CDATA[m4f1050]]></dc:creator>
		<pubDate>Tue, 15 Nov 2011 18:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://grabalife.com/?p=108#comment-2137</guid>
		<description><![CDATA[I am getting this also.

Table = {
0 = {
...]]></description>
		<content:encoded><![CDATA[<p>I am getting this also.</p>
<p>Table = {<br />
0 = {<br />
&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

