Skip to content

Releases: FleksySDK/PredictiveSDK-iOS

v1.6.0

18 Mar 10:38
Compare
Choose a tag to compare
  • Added support for visionOS 1.0.
  • Removed support for iOS 12. This version of the PredictiveSDK supports iOS 13 and above.
  • Xcode 15 or above required.

v1.5.1

18 Mar 10:36
Compare
Choose a tag to compare

This is the last version of the PredictiveSDK that includes support for iOS 12

v1.4.0

14 Jun 14:47
Compare
Choose a tag to compare

The product has been renamed from FleksyCoreSDK to PredictiveSDK.

Migration from previous versions

If your project used a previous version of the PredictiveSDK (prev. called FleksyCoreSDK), you will need to do a small manual change after updating your PredictiveSDK dependency to v1.4.0 or higher. Otherwise, you will get this "Missing package product ' FleksyCoreSDK'" error:
image

Due to the rebranding, now product exposed by the package is called "PredictiveSDK" (replacing the previous "FleksyCoreSDK" name).

How to fix the issue?

  • Select the targets where you are using this package and go to the "General" tab.
  • Find the "Frameworks, Libraries, and Embedded Context" section. You should see the "FleksyCoreSDK" product listed below.
image * Select the "FleksyCoreSDK" product and delete it by clicking on the minus (-) button. * Click the plus (+) button, select "PredictiveSDK" in the popup and click "Add" image