cancel
Showing results for 
Search instead for 
Did you mean: 

iOS SAP BusinessObjects SDKs - iOS 7 & iOS 8

Former Member
0 Kudos

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?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I got the answer from SAP. The libraries are not built for iOS 7 so you can't really build the app for iOS 7. You have to select the deployment target to be 6.1 or less.

Answers (0)