-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xcode 14.3 compatibility needed to resolve error: libarclite_iphonesimulator.a file not found #106
Comments
I am having the same error:
|
confirming that this still happens on flutter 3.10.0 macos 13 |
Any solution for this, because I facing the same error(nowadays very frequently) since I upgraded to Flutter 3.10 One fix I have found is to add the following line to the podfile
|
Still happening with flutter 3.10 |
yeah,i met the same problem when i use the carthage library to build |
We switched to Kronos, it's working great :) |
TrueTime is a dependency of our SDK we distribute via CocoaPods. When we build an XCFramework using
xcodebuild
from the 14.3 command line tools and runpod lib lint
it fails with the following error:Flutter had this same error (issue) and fixed it (pull request) by updating transitive dependencies to a minimum version of at least iOS 9. It seems TrueTime needs to do the same. Explained in that PR, it happens because:
The text was updated successfully, but these errors were encountered: