I'm facing the same issue when trying to run my app on a new iPad with an M1 chip. The app works fine on an older iPad (2017 model), but on the M1 iPad, I get the error:
Frameworks/grpcpp.framework is missing its bundle executable.
What I've tried so far:
Why does it work on an older iPad but not on the M1 chip? How can I ensure grpcpp.framework is correctly linked and embedded? Any help would be appreciated!