efortuna / memechat

a meme-based chat application
542 stars 150 forks source link

Build for iOS fails #22

Closed thinklog closed 7 years ago

thinklog commented 7 years ago

build for iOS fails, complaining that it cannot perform CopyPlistFile with command line argument /memechat/build/ios/Release-iphonesimulator/Runner.app/GoogleService-Info.plist Runner/GoogleService-Info.plist In fact, if you look in package Runner.app located at Release-iphonesimulator/Runner.app you will find the files app.flx AppFrameworkInfo.plist Debug.xcconfig Generated.xcconfig Runner There is no file path GoogleService-Info.plist Runner/GoogleService-Info.plist in Runner.app

How to fix this?

Thanks. P.S. Building the Flutter gallery demo for iOS succeeds with no problems.

emshack commented 7 years ago

If I understand correctly, it sounds like you don't have a GoogleService-Info.plist file. In order to successfully run memechat, you'll need to go through the steps outlined in the readme. This involves creating a Firebase instance, and copying its GoogleService-Info.plist file into your local checkout of memechat. The Flutter gallery demo isn't integrated with Firebase, so this step isn't necessary. Let us know if going through the memechat readme steps resolves your issue!

thinklog commented 7 years ago

Thanks for the prompt reply. Will do.

On Jul 11, 2017 14:48, "Emily Shack" notifications@github.com wrote:

If I understand correctly, it sounds like you don't have a GoogleService-Info.plist file. In order to successfully run memechat, you'll need to go through the steps outlined in the readme. This involves creating a Firebase instance, and copying its GoogleService-Info.plist file into your local checkout of memechat. The Flutter gallery demo isn't integrated with Firebase, so this step isn't necessary. Let us know if going through the memechat readme steps resolves your issue!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/efortuna/memechat/issues/22#issuecomment-314582218, or mute the thread https://github.com/notifications/unsubscribe-auth/ABEbGE531ctC-d6k5bUFSfrcA6Ld6z3Aks5sM-2zgaJpZM4OUxqU .

emshack commented 7 years ago

Going to go ahead and close this, feel free to reopen if something isn't working.