我已将IBM Trusteer集成到我们使用IBM Mobilefirst Cli 7.1创建的ios应用程序中,遵循turtorial:https://mobilefirstplatform.ibmcloud.com/tutorials/en/product-integration/7.1/trusteer-ios/
现在,我在屏幕截图中显示错误:
请帮我解决这个问题。
答案 0 :(得分:0)
根据截图,它抱怨 libtas_phonegap_plugin.a 。我不能说为什么它在抱怨,但我可以告诉你根本不需要这个文件。根据您链接的教程,您需要 libtas_full.a ,而不是“phonegap”文件。
另请参阅:http://onebigfunction.com/ios/2015/03/15/invalid-bundle-structure/
您可能已将libtas_phonegap_plugin.a文件放在文件夹中,而不是仅将其包含在链接库列表中。