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
{{ message }}
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
I have submitted an issue to the component kit here facebook/componentkit#975
But componentkit seems abandoned.
I quite worries me because flipper is built on top of an abandoned project.
To Reproduce
Install Xcode 14.3
Install flipper
Build
Solution
add #import <utility> in CKNonNull.h
update not working in Xcode 15.3
I have to use #include <utility> instead
Environment
Xcode 14.3
macOS 13.0.1
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
🐛 Bug Report
Compile Error
I have submitted an issue to the component kit here
facebook/componentkit#975
But componentkit seems abandoned.
I quite worries me because flipper is built on top of an abandoned project.
To Reproduce
Install Xcode 14.3
Install flipper
Build
Solution
add
#import <utility>
in CKNonNull.hupdate not working in Xcode 15.3
I have to use
#include <utility>
insteadEnvironment
Xcode 14.3
macOS 13.0.1
The text was updated successfully, but these errors were encountered: