We are trying to embed BusinessObjects dashboards/reports into our custom-built iOS App. We are following the 608_mobiOS_Developer guide and integrating the SAP BI Mobile SDK into our app. From the SAP Service marketplace, we have downloaded the latest iOS SDK named MOB_SBOP_IOS_SDK_6.0.0.
This SDK works fine if we deploy our app into an iOS 6 device. However, all of our devices are on at least iOS7 and trying to build the app with iOS7 SDK causes the following error:
d: warning: ignoring file /Users/xx/Documents/SAPBIMOBILE/target/libs/Release-iphonesimulator/com.sap.mobile.bi/SAPBusinessObjectsMobileLib/libSAPBusinessObjectsMobileLib.a, file was built for archive which is not the architecture being linked (x86_64): /Users/xx/Documents/SAPBIMOBILE/target/libs/Release-iphonesimulator/com.sap.mobile.bi/SAPBusinessObjectsMobileLib/libSAPBusinessObjectsMobileLib.a
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_SAPBIAsyncOperation"
Do you know where can we find the iOS SDK/Libraries that are built with the latest iOS version?
Also, is the iOS8 version coming out soon?