Skip to content

Commit

Permalink
Release notes for version 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Cartisim committed Jul 13, 2023
1 parent edc54c8 commit 7d91c12
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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.
Expand Down
12 changes: 12 additions & 0 deletions Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.4.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7d91c12

Please sign in to comment.