You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am working on an ongoing project where I am using PagerTabStripView library. I have added it as SPM. The project is compiling and building successfully with Xcode 14.2.
I have upgraded my Xcode to 15.2 and the same project is not compiling. When compiling the project with Xcode 15.2, I am seeing below error. Reference screenshots are attached.
Error: Initializer for conditional binding must have Optional type, not 'CGFloat'
To Reproduce
Steps to reproduce the behavior:
Use library version 3.2.0 in the project
Compile it with Xcode 15.2
Check the build error
Expected behavior
The project should be commpiled with Xcode 15.
Screenshots
Versions (please complete the following information):
Xcode: Xcode 15.2
Device: iPhoneXR (& other models)
OS: iOS17.1.2
Library version 3.2.0
The text was updated successfully, but these errors were encountered:
Would it be possible to manually tag this commit to 3.2.1@cecipirotto ?
For now, we can use the SPM dependency "commit" with this commit hash.
@pyby
Thank you for the followup and update. I switched to version 4.0.0 and it is working fine. For this, I had to change the minimum OS support to iOS 16.
Describe the bug
I am working on an ongoing project where I am using PagerTabStripView library. I have added it as SPM. The project is compiling and building successfully with Xcode 14.2.
I have upgraded my Xcode to 15.2 and the same project is not compiling. When compiling the project with Xcode 15.2, I am seeing below error. Reference screenshots are attached.
Error:
Initializer for conditional binding must have Optional type, not 'CGFloat'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The project should be commpiled with Xcode 15.
Screenshots
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: