<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: missing files when breakpoints are present in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329513#M2875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is another detail that may be helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is right after the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;@synthesize mapView = _mapView&lt;/SPAN&gt;&lt;SPAN&gt; statement runs that Xcode complains about a missing file. Which file Xcode is looking for varies based on where the breakpoint is placed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure why Xcode is looking for an implementation (m) file from the ArcGIS SDK - I think it should only need the header (h) file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for any help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul Lohr&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Sep 2011 10:09:00 GMT</pubDate>
    <dc:creator>PaulLohr</dc:creator>
    <dc:date>2011-09-01T10:09:00Z</dc:date>
    <item>
      <title>missing files when breakpoints are present</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329508#M2870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;iOS SDK version 2.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OS X Lion version 10.7.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Xcode 4.2 (in use).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Xcode 3.2 (also installed).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iOS SDK 5.0 (deployment target is 4.3).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Compiler is LLVM gcc 4.2 (no automatic reference counting).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After placing a breakpoint in an implementation file and running the program in the simulator, I receive a message about a missing file related to the AGS object that was referenced near that breakpoint. The program cannot continue at this point - the same error message displays if I press the "step into" button.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Running the program on the simulator or device produces the same error messages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I place a breakpoint near AGSGraphic and run the program, this message is displayed:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
Can't show file for current stack frame

The file /build/iosbuildbot/build/iOS/ArcGIS/Classes/Core/Models/AGSGraphic.m does not exist on the file system.&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I place a breakpoint near AGSTiledMapServiceLayer, this message is displayed:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;Can't show file for current stack frame

The file /build/iosbuildbot/build/iOS/ArcGIS/Classes/Core/Models/Layers/ArcGISServer/AGSTiledMapServiceLayer.m does not exist on the file system.&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found that the error messages only appear if breakpoints are present and I am stepping through the code. Using "continue" with breakpoints does not produce an error message. Without any breakpoints, the map loads just fine. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe I have checked all the obvious settings. I reinstalled the SDK. Still the same error messages appear. Then, as a test, I started a new project (still using Xcode 4.2) from an ArcGIS iOS template.&amp;nbsp; The implementation and xib files were created as empty files (xib can't even be edited). Obviously something is not right. It seems that something may be incorrect about the installation...?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Interestingly enough, if I create a new ArcGIS project with Xcode 3.2, the implementation files and xib file contain the expected content - the project can be built and run without problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for any help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul Lohr&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 07:33:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329508#M2870</guid>
      <dc:creator>PaulLohr</dc:creator>
      <dc:date>2011-08-29T07:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: missing files when breakpoints are present</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329509#M2871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Another test result that might be helpful: I opened the GraphicsDemo v2.0 sample project for a test. After a breakpoint is set and the project is run, the same error message appears - &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;"Can't show file for current stack frame"&lt;/SPAN&gt;&lt;SPAN&gt;. Thanks again for any help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 15:32:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329509#M2871</guid>
      <dc:creator>PaulLohr</dc:creator>
      <dc:date>2011-08-29T15:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: missing files when breakpoints are present</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329510#M2872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The XCode 4.2 and iOS SDK 5.0 (currently in beta) are not supported with ArcGIS for iOS SDK yet. We are working on the same and will support it once their final versions are released.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 03:36:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329510#M2872</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2011-08-30T03:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: missing files when breakpoints are present</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329511#M2873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was thinking that because the Deployment Target is set to a supported version of iOS (4.3), perhaps it did not matter that iOS 5.0 was installed. Apparently this is not the case. I did not realize Xcode 4.2 was unsupported. I will try to make this work on iOS 4.2 / Xcode 3.2. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for letting me know, Nimesh.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 06:41:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329511#M2873</guid>
      <dc:creator>PaulLohr</dc:creator>
      <dc:date>2011-08-30T06:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: missing files when breakpoints are present</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329512#M2874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I should have tested Xcode 3.2 under the same scenario before making my initial post. Sorry about that. Xcode 3.2 is producing nearly the same missing file error messages. I downloaded the CustomTiledLayer sample then opened it in Xcode 3.2 thinking that perhaps opening these other projects in Xcode 4 somehow corrupted or modified the project. This does not seem to be the case. Placing breakpoints and using &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;step into&lt;/SPAN&gt;&lt;SPAN&gt; in Xcode 3.2 produces these missing file error messages. Additionally, Xcode 3.2 gives a long string of error messages similar to this: &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;"unable to read unknown load command 0x26"&lt;/SPAN&gt;&lt;SPAN&gt;. I am using the iOS 4.2 SDK in this case.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 07:39:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329512#M2874</guid>
      <dc:creator>PaulLohr</dc:creator>
      <dc:date>2011-08-30T07:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: missing files when breakpoints are present</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329513#M2875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is another detail that may be helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is right after the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;@synthesize mapView = _mapView&lt;/SPAN&gt;&lt;SPAN&gt; statement runs that Xcode complains about a missing file. Which file Xcode is looking for varies based on where the breakpoint is placed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure why Xcode is looking for an implementation (m) file from the ArcGIS SDK - I think it should only need the header (h) file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for any help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul Lohr&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 10:09:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329513#M2875</guid>
      <dc:creator>PaulLohr</dc:creator>
      <dc:date>2011-09-01T10:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: missing files when breakpoints are present</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329514#M2876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;By looking at the error message, it seems that you are trying to debug the ArcGIS for iOS SDK code. The .m files of the SDK classes are not available for you to debug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 15:34:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329514#M2876</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2011-09-06T15:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: missing files when breakpoints are present</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329515#M2877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for helping, Nimesh.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suspect the problem is in my code. Now that I think about it, I have seen this before - where I have something wrong with my code but Xcode reports a missing implementation file of an underlying SDK instead of reporting the actual error. I found this information on stackoverflow but can't seem to find it again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 13:14:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329515#M2877</guid>
      <dc:creator>PaulLohr</dc:creator>
      <dc:date>2011-09-08T13:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: missing files when breakpoints are present</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329516#M2878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Still working on this problem. I had an experienced programmer look at this and he was not sure what to do. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to tell Xcode not to try to step through these AGS implementation files? It seems like a strange request that might not make sense but I don't know what else to ask.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not being able to step through code makes the ArcGIS iOS sdk very difficult to work with.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 10:19:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329516#M2878</guid>
      <dc:creator>PaulLohr</dc:creator>
      <dc:date>2011-09-14T10:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: missing files when breakpoints are present</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329517#M2879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you please share the screen shots where you are keeping the breakpoints?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 15:57:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329517#M2879</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2011-09-14T15:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: missing files when breakpoints are present</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329518#M2880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Nimesh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for stepping in to help me with this again. I have attached a few screen shots - a breakpoint and an error message. Keep in mind that this type of error will come up with a breakpoint set near any call to any AGS class. If you need anything else to make this easy, just let me know. Much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul Lohr&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 07:27:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329518#M2880</guid>
      <dc:creator>PaulLohr</dc:creator>
      <dc:date>2011-09-15T07:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: missing files when breakpoints are present</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329519#M2881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Paul,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's not logical for you to "Step Into" code of AGS classes. You should do "Step Over" at these places. If code is your's and you can debug then only you should "Step Into".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please do a google search for the error and you'll get to know it's a common thing, not specific to our library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 16:30:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329519#M2881</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2011-09-20T16:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: missing files when breakpoints are present</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329520#M2882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for taking your time to work on this, Nimesh.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your solution is good...I can see the values for each variable using Step Over which was definitely a concern. This had me hung up for a while but now I'm glad there is a solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On my part I should have done more experimenting with Xcode so that maybe I could have figured this out and would not have needed to bother you. But I sure appreciate the help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul Lohr&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 22:16:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/missing-files-when-breakpoints-are-present/m-p/329520#M2882</guid>
      <dc:creator>PaulLohr</dc:creator>
      <dc:date>2011-09-20T22:16:57Z</dc:date>
    </item>
  </channel>
</rss>

