I am using Alamofire for network handling in swift and run into one weird error. It seems like we can\'t pass Method enum as parameter. [Error is on Method para
I got this error because my database table name and model class name was same...Issue resolved by renaming model class name.