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
This is the error I get when trying to run ios app with cloud_firestore as a dependency.
Xcode build done. 214.5s
Failed to build iOS app
Error output from Xcode build:
↳
2020-08-10 22:26:40.416 xcodebuild[33866:363361] DTDeviceKit: deviceType from 35c01b97dacc7ab0aa241e20fb2593d9ce6c920f was NULL
2020-08-10 22:26:40.487 xcodebuild[33866:363369] DTDeviceKit: deviceType from 35c01b97dacc7ab0aa241e20fb2593d9ce6c920f was NULL
** BUILD FAILED **
Xcode's output:↳ /Users/yazeed/development/code/myprojects/flutter_projects/beast/ios/Pods/gRPC-C++/src/cpp/common/version_cc.cc:22:10: fatal error: 'grpcpp/grpcpp.h' file not found #include <grpcpp/grpcpp.h> ^~~~~~~~~~~~~~~~~ /Users/yazeed/development/code/myprojects/flutter_projects/beast/ios/Pods/gRPC-C++/src/cpp/common/version_cc.cc:22:10: note: did not find header 'grpcpp.h' in framework 'grpcpp' (loaded from '/Users/yazeed/development/code/myprojects/flutter_projects/beast/build/ios/Debug-iphoneos/gRPC-C++') 1 error generated. /Users/yazeed/development/code/myprojects/flutter_projects/beast/ios/Pods/gRPC-C++/src/cpp/util/string_ref.cc:19:10: fatal error: 'grpcpp/support/string_ref.h' file not found #include <grpcpp/support/string_ref.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/yazeed/development/code/myprojects/flutter_projects/beast/ios/Pods/gRPC-C++/src/cpp/util/string_ref.cc:19:10: note: did not find header 'support/string_ref.h' in framework 'grpcpp' (loaded from '/Users/yazeed/development/code/myprojects/flutter_projects/beast/build/ios/Debug-iphoneos/gRPC-C++') 1 error generated. /Users/yazeed/development/code/myprojects/flutter_projects/beast/ios/Pods/gRPC-C++/src/cpp/util/status.cc:19:10: fatal error: 'grpcpp/support/status.h' file not found #include <grpcpp/support/status.h> ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/yazeed/development/code/myprojects/flutter_projects/beast/ios/Pods/gRPC-C++/src/cpp/util/status.cc:19:10: note: did not find header 'support/status.h' in framework'grpcpp' (loaded from '/Users/yazeed/development/code/myprojects/flutter_projects/beast/build/ios/Debug-iphoneos/gRPC-C++') 1 error generated. note: Using new build system
The text was updated successfully, but these errors were encountered:
Hi @YazeedAlKhalaf
Can you please provide your flutter doctor -v, your pubspec.yaml your flutter run --verbose and a complete reproducible minimal code sample
Thank you
I have figured it out, thanks. It was the cocoa pods cache which was having missing files. I deleted it and ran pod install again. Everything worked as usual
Hi @YazeedAlKhalaf
Thanks given your last message I feel safe to close this issue, if you disagree please write in the comments and I will reopen it.
Thank you
This is the error I get when trying to run ios app with cloud_firestore as a dependency.
The text was updated successfully, but these errors were encountered: