Closed
Description
[REQUIRED] Step 2: Describe your environment
- Xcode version: 11
- Firebase Component: All
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
Attempting to build an iPad app for Mac, but it uses Firebase via Cocoapods, but we receive a lot of the following error:
Building for UIKit for Mac, but the linked framework '<frameworkName>.framework' was built for <unknown>. You may need to restrict the platforms for which this framework should be linked in the target editor.
Apparently, the Firebase binaries need to be built using Xcode 11 with the "Mac" option checked.