Carlos Lopez

Results 12 comments of Carlos Lopez

Hey @bgiori thanks for responding, I tried with Xcode 13.2.1 and a M1 Mac and also tried with Bitrise with an Intel Mac and Xcode 13.0, and it was failing...

Hey @bgiori, `Are there any other options that I can try to reproduce this issue? (thinning?)` No thinning, just enable bitcode for adhoc distribution. Downgrading to v8.7.2 worked, seems that...

@bgiori I'm also using the experiment library, `https://github.com/amplitude/experiment-ios-client`, I had to keep it on version 1.5, after upgrading to 1.6 I realized that the same` analytics-connector-ios` is being installed, maybe...

It's compiling with this flag `-fembed-bitcode` I don't have a user-defined to set `BITCODE_GENERATION_MODE` marker, are you defining this flag manually?

Hey guys, I added SPM support, adding `Package.swift` was enough.

I'll prepare a quick demo.

**Demo**: This demo is a project using clean architecture with multiple modules, where each layer (Data, Domain, and Presentation) is separated into distinct modules. In this setup, the Presentation module...

Hey @hmlongco did you have the chance to review this?