Dear experts,
I am building a new iOS Agentry client to integrate GIS ESRI support. I am following documentation SAP® EAM and service mobile app SDK Installation Guide" version 1.0. When I build/Run for iOSSimulator, I am getting a link problem and Location page in Agentry client remains blank. [ Android client is working and displays a map ]
Problem description:
The Agentry client will start on the iOSSimulator and download Workorders but if I navigate to the Location tab I have an empty page.
I have also the following warning during the build:
ld: warning: ignoring file
../../../iOS/Samples/SMPAgentryClientFrameworkSetup/GIS.framework/GIS, file was built for unsupported file format ( 0x58 0x53 0x79 0x6D 0x0A 0x30 0x30 0x32 0x30
0x0A 0x62 0x64 0x39 0x65 0x63 0x31 ) which is not the architecture being linked (i386): ../../../iOS/Samples/SMPAgentryClientFrameworkSetup/GIS.framework/GIS
ld: warning: ignoring file
../../../iOS/Samples/SMPAgentryClientFrameworkSetup/Common.framework/Common, file was built for unsupported file format ( 0x58 0x53 0x79 0x6D 0x0A 0x30 0x30
0x32 0x33 0x0A 0x37 0x63 0x36 0x33 0x39 0x32 ) which is not the architecture being linked (i386): ../../../iOS/Samples/SMPAgentryClientFrameworkSetup/Common.framework/Common
Code Levels:
Xcode 5.1.1
Agentry SDK => SMPAgentryClientFramework-iOS-70.5.1.0.tgz
Mobile Apps Open UI SDK 1.0 => 51048778_5.zip
ESRI SDK AGSRuntimeSDKiOSv10.2.2.pkg ( 10.2.3 no more available on ESRI)
Regards.