Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archiving fails at Firestore 5.2.0 Pod (4 issues) #1412

Closed
Rovel opened this issue Jun 14, 2018 · 1 comment
Closed

Archiving fails at Firestore 5.2.0 Pod (4 issues) #1412

Rovel opened this issue Jun 14, 2018 · 1 comment

Comments

@Rovel
Copy link

Rovel commented Jun 14, 2018

The app runs fine on the simulator and device, I already had sent it to the testflight in the past.
Today I just updated the firebase pods, tested it in the simulator and archived, by the end of the archive it fails pointing to the firestore pod

  • Xcode version: Version 9.4.1 (9F2000)
  • Firebase SDK version: 5.2.0
  • Firebase Component: Firestore
  • Component version: 5.2.0

Steps to reproduce:

  1. Add Firebase/Firestore to the podfile (latest, mine was an upgrade)
  2. pod install or update
  3. Open Worskpace
  4. Product -> Archive

Relevant Code:

Error print
screen shot 2018-06-14 at 16 29 13

Podfile

# Uncomment the next line to define a global platform for your project
 platform :ios, '10.0'

target 'xxx' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for xxx
  pod 'Firebase/Core'
  pod 'Firebase/Database'
  pod 'Firebase/Firestore'
  pod 'Firebase/Messaging'
  pod 'Firebase/Storage'
  pod 'Firebase/Auth'

  target 'xxx' do
    inherit! :search_paths
    # Pods for testing
  end

  target 'xxx' do
    inherit! :search_paths
    # Pods for testing
  end

end

Firestore @ Podfile.lock

- Firebase/Firestore (5.2.0):
    - Firebase/CoreOnly
    - FirebaseFirestore (= 0.12.3)
@paulb777
Copy link
Member

This is a duplicate of #1266. See the status and workarounds there.

@firebase firebase locked and limited conversation to collaborators Oct 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants