Hi guys,
My iOS cloud builds are currently failing with generic linker error. If I build locally I find that there are two instances of the Security.framework in frameworks.
Presumably this is due to one of the plugins I’m using (gpgs, chartboost and amazon game circle are the most recent ones) causing a conflict.
If I build locally and delete the additional framework that Xcode can’t find before bulding, it works and I can build but this is not ideal as I need to be able to build via cloudbuild. Anybody know a way I could fix this with cloud build?