Sanju Naik

Results 23 comments of Sanju Naik

Any update from fastlane or fastlane-community to fix this? I am also facing same issue.

Any update on open sourcing this? even we are also looking to generate xcarchives using Bazel.

@larrytaowang I am also facing the exact same issue with GoogleMaps pod and to me, this happens only when I set `--define=apple.experimental.tree_artifact_outputs=1` for now I have disabled this flag. Since...

Above mentioned flags are being passed, From the example I shared, I am passing the flags here - https://github.com/sanju-naik/bazel-demo-github/blob/firebase-sessions-crash-in-opt/BazelDemo/Pods/nanopb/BUILD.bazel#L24 . But still the app crashes.

Ok, let me examine the `swiftc` invocations and check if these flags are present. > Those flags also need to be passed to the clients of nanopb By Clients here...

All the flags mentioned in the Podspec file are passed in all of the Firebase Pods as well as nanopb pod but it still crashes in `Release` mode. Also I...

We solved this issue by issue by using `xcframework` of nanopb. But the issue still exists on source code based Cocoapod. If you can take a look at that, it...

> did you replace nanopb with an xcframework on a cocoapods project? could you share how you did it? @sergiocampama For a release we download all of xcframeworks from a...

And glad to see now the crash is fixed on source code based Pod as well ❤️

Just checking in, were we able to make any progress on this? It would be great to have this feature 👍