Zach Olbrys
Zach Olbrys
That will likely work (I haven't tested this out exactly but have something similar), but it dosn't resolve the real issue(s) here. 1. We need to re-define the `RESULT_KEY `...
Could you inject the method of interaction needed when doing automation testing? Maybe change it to be done via a button click on the FAB, or some other method?
@KengoTODA Thanks for the response. I've added this, and now encounter a new error: ``` Zachs-MBP:SpotbugsExample Zach$ ./gradlew spotbugsMain > Task :app:compileJava FAILED /Users/zach/Developer/Code/SpotbugsExample/app/src/main/java/com/example/zach/spotbugsexample/MainActivity.java:3: error: package android.support.v7.app does not exist...
@AEFeinstein interesting - I'm still not getting this to work! I added that to my test project, but now I get this error: ``` Zachs-MBP:SpotbugsExample Zach$ ./gradlew spotbugsMain FAILURE: Build...
@AEFeinstein Thanks for reaching out! I saw the files your gradle files and setup mine in a similar manner. I still see the same error though - so no progress,...
@KengoTODA understood - thanks for the support so far though! Appreciate it :) @AEFeinstein good news! I upgraded to Android Studio 3.3, and then ran the commands and that seems...
Any updates from the Facebook team? This remains an issue for everyone using the `createLogInActivityResultContract` API.
@whitipet that method is marked as: https://github.com/facebook/facebook-android-sdk/blob/88e0e81062e4d2d191f34802363e7141225c063a/facebook-common/src/main/java/com/facebook/login/LoginManager.kt#L219-L221 So I'm not sure that is a viable solution. Additionally, using a callback like this seems "wrong" - I'd hope that the Facebook...
Likely related to Xcode not being used in rosetta mode anymore (14.3 drops this). I'm using FB SDK v 14.1 via SPM and same issue occurs. Updating to v 16.0.0...
I updated my comment with more descriptive information - apologies if it was a bit ambiguous to start.