Abedalkareem / games_services

A Flutter plugin to support game center and google play games services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no podspec found

pavelsg opened this issue · comments

Looks like after moving ios & co folders into darwin folder ios builds a failing with "no podspec found".
As a workaround, create symlink "ios -> darwin"

I think it was because you are trying to run first time after upgrading and it's still cached and looking for podspec in iOS folder?

I have two apps and I don't see this issue, try to run flutter clean and I think it should work fine.