I try to build a custom SAP Fiori Client somehow I always get the following error in Xcode when I try to run the app:
Undefined symbols for architecture arm64: "_OBJC_METACLASS_$_SMPBasePlugin", referenced from: _OBJC_METACLASS_$_SMPAppPreferencesPlugin in libSMPAppPreferencesPlugin.a(SMPAppPreferencesPlugin.o) "_OBJC_CLASS_$_SMPBasePlugin", referenced from: _OBJC_CLASS_$_SMPAppPreferencesPlugin in libSMPAppPreferencesPlugin.a(SMPAppPreferencesPlugin.o) "_OBJC_IVAR_$_SMPBasePlugin.kPluginLogTag", referenced from: -[SMPAppPreferencesPlugin pluginInitialize] in libSMPAppPreferencesPlugin.a(SMPAppPreferencesPlugin.o) ld: symbol(s) not found for architecture arm64
I have used that guide: https://help.sap.com/doc/38ec5403bfbf4d7a8fdd3fee5f9605e0/3.0.14/en-US/fc001ea645814b6d986669da2879ab58.html
How can I get rid of that issue?
Is a library missing?
1.4m articles
1.4m replys
5 comments
57.0k users