-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
no matching function for call to 'compile' #2261
Comments
What {fmt} version do you use and what are the exact build commands? |
I am using the master branch of fmt. To build it I am using cocoapod's For context, apparently the older versions of folly is not compatible with xcode 12.5 RC and thats why we need to use the newer folly and need fmt as a cocoapod dep. The pod definition for fmt is as follows
Internally cocoapod uses Xcodebuild to build the source |
A couple of observations:
If you properly exclude |
Please post the compiler invocation command and full error with context as text, not screenshot. |
Here are the the full definition of podspec files From the logs I am able to see the following command caused an issue. Hopefully this helps.
|
Could you post the complete build log? |
Here is the entire log |
Thanks for providing the build log. The problem is that |
Awesome! Let me try with this changes. Fingers crossed. |
This problem was solved. Thanks a lot for a quick fix. :) |
…fmtlib/fmt#2261 error: no matching function for call to 'compile<int, int, int, int>(build_ipv4_address_from_array(std::array<unsigned char, 4>, std::string&)::<lambda()>::FMT_COMPILE_STRING)' 648 | constexpr auto compiled = detail::compile<Args...>(S()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
While trying to build a cocoapod for Fmt for Folly, I am facing the following error.
Any idea how can I solve this ?
The text was updated successfully, but these errors were encountered: