iOS Build Environment Help Center

Delete

(Leave this as-is, it’s a trap!)

To delete this thread, and all replies to it, you must be either the original author or a designated moderator.

Cocoapods installation fails on BoringSSL

FakeMelon

Windows version: 11
Builder version: 3.62
iOS SDK version: 17.4
Link to build log: https://pastebin.com/syygJvZ2
Frameworks: UserNotifications.framework
Capabilities: app.entitlements
3rd party SDKs: Firebase, Admob, Facebook, Singular

Hi! trying to use the cocoapods dameon to install pods, but the first one (BoringSSL) fails on what seems like an unrecognized symbol on the find command:

---

find . -type f \( -path '*.h' -or -path '*.cc' -or -path '*.c' \) -print0 | xargs -0 -L1 sed -E -i'.grpc_back' 's;#include <boringssl_prefix_symbols.h>;#include <openssl_grpc/boringssl_prefix_symbols.h>;g'

xargs: unrecognized option: L

---

Also, I would like to ask, if I have a post build script that modifies the PBX Project (aka adds frameworks and capabilities), do I still need to do these things again with the tool?
Thanks!

Moderators: Pierre-Marie Baty