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
@emadbaqeri I found a workaround for the problems in the 2nd and 3rd screenshot. At the beginning of the file, under line 3, you need to add an entry: #include <functional>
After that, the build should compile without problems.
Description:
I've cloned the repository and trying to run the application for development on my Mac M1 laptop:
I see the errors below:
Steps to reproduce:
yarn
to install dependenciesnpx pod-install
to fetch and install pod packages and dependenciesxed -b ios
and hit build button to build the applicationEnvironment Information:
Expected behavior:
I expect to have the debug version of the application to run on my simulator
Actual behavior:
You can see the actual behavior on the screenshots attached above
Additional context:
The text was updated successfully, but these errors were encountered: