cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SMP Agentry setup for Mac

leonh
Participant
0 Likes
1,085

After having followed [this blog](https://blogs.sap.com/2015/10/13/how-to-create-an-agentry-client-for-ios-using-smp-sdk-sp10-and-xcod...) on setting up Agentry for Mac using the SAP Sample, the app crashes on my emulator after passing the SAP splash screen and trying to boot the actual app. The warning I believe to cause the "signal abort" error is:

ld: warning: ignoring file ../../../iOS/SMPAgentryClient.framework/SMPAgentryClient, missing required architecture x86_64 in file ../../../iOS/SMPAgentryClient.framework/SMPAgentryClient (3 slices)

I have tried adjusting the Architectures and Valid Architectures to $(ARCHS_STANDARD_32_BIT) and "i386 armv7 armv7s" respectively, however when I remove `arm64` from the valid architectures I am denied access to the xcode project file and cannot run the project (build completes successfully). I found these architecture types by running the `file` command on the SMPAgentryClient file, as per the below.

How can I run this sample project without errors and crashes?

View Entire Topic
leonh
Participant
0 Likes

Downloading SMP 3.1 seems to make everything run correctly, originally I used SMP 3.0 and that caused all the issues.