From 7d91c12afd76616b8f8dcc4606d2956c9177b8f3 Mon Sep 17 00:00:00 2001 From: Cole Moore Date: Thu, 13 Jul 2023 18:59:15 +0300 Subject: [PATCH] Release notes for version 4.2.4 --- README.md | 29 +++++++++++++++++++ .../SwiftFCSDKiOS.docc/Version-4.2.4.md | 12 ++++++++ 2 files changed, 41 insertions(+) create mode 100644 Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.4.md diff --git a/README.md b/README.md index e88b4b3..0af158b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ We are happy to introduce *DocC* documentation for SwiftFCSDKiOS. Simply build the documentation with **Command + Control + Shift + D** in your app and have all the documentation that you need right in Xcode. ## Version Changes +[Version 4.2.4 ](https://github.com/cbajapan/swift-fcsdk-ios/blob/main/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.4.md 'Version 4.2.4') + [Version 4.2.3 ](https://github.com/cbajapan/swift-fcsdk-ios/blob/main/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.3.md 'Version 4.2.3') [Version 4.2.2 ](https://github.com/cbajapan/swift-fcsdk-ios/blob/main/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.2.md 'Version 4.2.2') @@ -68,6 +70,33 @@ dependencies: [ ] ``` +There at times may be some struggles updating **FCSDKiOS** versions or resolving the package due to Xcode and SPM caching the Package, this is normal behavior in iOS development with BinaryTargets in a SwiftPackage. Here is a list of trouble shooting steps you may follow. + +Under File -> Packages. you will find 3 options + * Reset Package Cache + * Resolve Package Versions + * Update To Latest Package Versions + +It is always a good idea to - + 1. Clean the build folder + 2. *Resolve Package Versions* + 3. If that fails then *Reset Package Cache* + +While Updating the version if you rin into similar issues try and... + 1. Clean the build folder + 2. *Update Package Versions* + +If you still have issues then - + 1. Remove the package from the dependencies + 2. Clean the build folder + 3. Close Xcode + 4. Delete Derived Data for the project + 5. Open Xcode + 6. Re-add FCSDKiOS + +**It is important to note that if yoour project has a compiler error stating that it cannot find the Module, then you should make sure that the package is linked in the App's Target's Build Phases section.** + + ## CocoaPods ## Starting in version 4.2.0 of FCSDKiOS we are supporting CocoaPods as a delivery mechanism. diff --git a/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.4.md b/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.4.md new file mode 100644 index 0000000..946542c --- /dev/null +++ b/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.4.md @@ -0,0 +1,12 @@ +# Version 4.2.4 + +This article describes changes in version 4.2.4 of FCSDKiOS + +## Overview + +Version 4.2.4 has several bug fixes and performance improvements. Below is a list of bug fixes. + +### We fixed an issue where apps using the module would crash if on an unsupported operating system (i.e. iOS 11/12) + +### We fixed an issue where setting `mirrorFrontFacingCameraPreview` was not working +