Miguel Ibáñez

Results 3 comments of Miguel Ibáñez

Having the same problem, the solution proposed by nishantpardamwar is incompatible with data binding library. Finally solved the problem extending application class from MultiDexApplication

Hi @Aallam, we changed the version of the android job library in our app, unfortunately ATM we don't know how to reproduce this issue, as this is a theoretical solution,...

When using match + gym on Fastlane. Using `update_code_signing_settings` before match ins what did the trick, the resulting operations look like this: ``` update_code_signing_settings( use_automatic_signing: false, team_id: team_id, targets: [target],...