Een wereldwijde community van Esri-gebruikers waar je oplossingen kunt vinden, ideeën kunt delen en kunt samenwerken.
My dev device is an iPhone 15 ProMax with iOS 26. And the version for ArcGIS Swift SDK is 100.15.6. If I create a map with this code: AGSMap(basemapType: "StreetsVector", latitude: 42, longitude: -73, levelOfDetail: 5) An error always happens, and the map view will be white. Here is the error message: Printing description…
Hi, In a sample app with just a single map, I am trying to load a WMS layer with the next parameters let wmsServiceURL = URL(string: "https://my_geoserver.com?version=1.1.0")! let wmsServiceLayerNames = ["my_layer_name"] // initialize the WMS layer with the service URL and uniquely identifying WMS layer names let wmsLayer…
Hello Esri team, I encountered a random crash in my iOS app using ArcGIS Runtime SDK. The crash log shows it happens inside esri::geomodel::Data_source_layer during destruction. Could you please help me identify the possible cause? Not sure what happen to crash this, the app crashes randomly after being open for a while.…
Hello, I am uploading an iOS app to TestFlight that uses the ArcGIS Runtime SDK for iOS. I received this error during upload: The archive did not include a dSYM for the ArcGIS.framework with the UUIDs [A15E9813-DB01-31C5-9FBD-D9A344C80888] How can I obtain the matching dSYM file for this version of the ArcGIS.framework?…
Hi, when uploading an app that uses ArcGIS Runtime 100.15.x to the App Store through Xcode, you now get the following error: Invalid Executable. The executable 'appname.app/Frameworks/ArcGIS.framework/ArcGIS' contains bitcode. Invalid Executable. The executable 'appname.app/Frameworks/Runtimecore.framework/Runtimecore'…
InvalidArgumentError(details: "Mobile map directory path is not an empty directory.") I am getting above error while try to load offline downloaded map below is the code snipet Folder structure Folder structure import SwiftUI import ArcGIS struct OfflineMapViewDetails: View { @State private var offlineMap: Map?…
I have an application named Al Murshid on App Store, developed using Xcode 16.4 & Swift 5.4 and ArcGIS SDK for iOS 100.x. It was running fine but now the GIS Services have been migrated from ArcGIS Server 10.9.1 to 11.3 . The application started giving problems. The details of the error is attached in pdf format. The…
We have been getting a lot of crashes since updating our app to 100.15.6 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000 Exception Codes: 0x0000000000000001, 0x0000000000000000 VM Region Info: 0 is not in any region. Bytes before following region: 4301357056 REGION…
Hi all, I am trying to have a customized map callout without the callout "leader" (as shown in below picture). In the runtime SDK for Java, we can achieve this by style.setLeaderLength(0);style.setLeaderWidth(0); However, in both 100 and 200 versions of SDK for iOS, I cannot find a way to do the same thing. Does anyone…
I am developing an application on Xcode 15.4 & Swift 5.4 using ArcGIS SDK for iOS. I am trying to access the below URL; https://services.gisqatar.org.qa/server/rest/services/Vector/MunicipalityE/MapServer/0 Extracting the ENAME field and populating a UITableView. This service contains only 8 Records but it takes more than…
Meld je aan om te posten, content te volgen en meer. Nieuw hier? Registreer gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.