Mobile Bluemix:使用IMFCore框架的架构arm64的重复符号

Mobile Bluemix:使用IMFCore框架的架构arm64的重复符号,mobile,push,ibm-cloud,ibm-mobilefirst,ibm-mobile-services,Mobile,Push,Ibm Cloud,Ibm Mobilefirst,Ibm Mobile Services,我正在尝试将IBM推送通知与我的mobile first应用程序集成。 我使用的是xcode 7和objective c。 但在IMFCore框架中,我遇到了类似于架构arm64的重复符号的错误 以下是错误详细信息: /.../.../../../../.../IMFCore.framework/IMFCore(WLHTTPClientResponse.o) /.../../../../../.../WorklightSDK/libWorklightStaticLibProject.a

我正在尝试将IBM推送通知与我的mobile first应用程序集成。 我使用的是
xcode 7
objective c
。 但在IMFCore框架中,我遇到了类似于架构arm64的重复符号的错误

以下是错误详细信息:

 /.../.../../../../.../IMFCore.framework/IMFCore(WLHTTPClientResponse.o)
    /.../../../../../.../WorklightSDK/libWorklightStaticLibProject.a(WLHTTPClientResponse.o)
ld: 153 duplicate symbols for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

请帮忙

>现在,不支持将BLUMEMIX推送到基础应用程序中。然而,开发团队一直在为Bluemix移动服务开发Swift SDK,该SDK允许集成到MFPF,而不会出现重复符号错误

见Jaalger的回答: