amrogad

Results 5 comments of amrogad

For some reason pod 'FacebookSDK' gives me this issue but when I replace it with pod 'FBSDKCoreKit' pod 'FBSDKLoginKit' pod 'FBSDKShareKit' the app builds fine

> > For some reason pod 'FacebookSDK' gives me this issue but when I replace it with pod 'FBSDKCoreKit' pod 'FBSDKLoginKit' pod 'FBSDKShareKit' the app builds fine > > hihi...

> [@amrogad](https://github.com/amrogad) Did you enable conflict detection by any chance? I don't see createdAt and updatedAt in any of your models but you reference failures on these veriables. These are...

Here's the GraphQL mutation and input used when I get this error: ``` mutation UpdateCart($input: UpdateCartInput!, $condition: ModelCartConditionInput) { updateCart(input: $input, condition: $condition) { id savedCart owner createdAt updatedAt building...

@tyllark Is it possible to share the code privately on discord?