zouritre

Results 2 comments of zouritre

if you are using Cocoapods adding Pods_MyAppTests.framework to your test target Link Binary With Libraries in Build Phases settings fixed it for me on a particular project. On another project...

[This](https://github.com/googleworkspace/apps-script-oauth2/issues/122#issuecomment-1328802142) comment gives an actual clean way of extracting credentials from the JSON of the service account while avoiding that issue. I've implemented it for myself. If you don't use...