I have a problem with the version of the FBSDK package on iOS and Android.
For Android, if I used the latest version 0.6.0, there is an error:
- What went wrong: Execution completed for task ': app: processDebugResources'.
com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: process command '/Users/admin/Library/Android/sdk/build-tools/26.0.0/aapt' completed with non-zero output value 1
Now, to figure this out, I need to downgrade to 0.5.0, which works fine.
However, on iOS, using version 0.5.0, I get an error message:
FBSDKCoreKit / FBSDKCoreKit.h not found
So, I need to raise it to 0.6 to figure out what works. I do not know how to align this version. Any advice is greatly appreciated.
source share