手动升级现有应用程序 MobileFirst Platform Foundation 7.1

Upgrading existing applications manually MobileFirst Platform Foundation 7.1

我已按照 Upgrading existing application manually

的说明进行操作

它说:

If you are using the latest interim fix for IBM MobileFirst Platform Foundation, link the IBMMobileFirstPlatformFoundation.framework and "openssl.framework" files

我的问题是:

  1. 我在 Xcode 7.1 中找不到 openssl.framework。如何得到这个? (是从这个link得到的吗?)

  2. 为什么 Worklight 7.1 需要这个?

    我们的 Worklight 版本是:7.1.0.00-20151107-1647

我不确定这些说明是否正确;请参阅以下教程中的说明:https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-1/foundation/hello-world/configuring-a-native-ios-application-with-the-mfp-sdk/#addingNativeSDK

  1. openssl.framework没有提到
  2. 我会从手动设置更改为使用 CocoaPods 的新方法;今后,这是添加 MFP 框架的唯一方法。

它在框架文件夹中。当我创建项目时,以下文件将添加到 Framework 文件夹中: IBMMobileFirstPlatformFoundationHybrid.framework IBMMobileFirstPlatformFoundationJSONStore.framework openssl.framework SQLCipher.framework

您可能需要手动拖放这些文件。