'db/version_edit.h' file not found

157 views
Skip to first unread message

SumizeIt Team

unread,
Mar 8, 2021, 5:52:03 AM3/8/21
to Firebase Google Group
I'm getting the following error when trying to archive my IOS code

    #include "db/version_edit.h"

'db/version_edit.h' file not found

I have the following in my Podfile:

    # Uncomment the next line to define a global platform for your project
    platform :ios, '11.2'
    
    target 'test' do
      # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
      use_frameworks!
    
      # Pods for Minuteapp
      pod 'FBSDKLoginKit'
      pod 'Firebase/Database'
      pod 'Firebase/Core'
      pod 'Firebase'
      pod 'AppAuth','~> 1.2.0'
      pod 'SwiftMessages' , '7.0.0'
      pod 'GoogleSignIn'
      pod 'Promises' 
      pod 'Firebase/Auth'
      pod 'Firebase/Analytics'
      pod 'Flurry-iOS-SDK/FlurryAds' #Advertising Pod (requires Analytics)
      pod 'Flurry-iOS-SDK/FlurryMessaging'
      pod ‘Flurry-iOS-SDK/FlurrySDK’
      pod 'ApphudSDK'
      pod 'FittedSheets', '2.1.1'
      pod 'SideMenu'
      pod 'ColorThiefSwift', '>= 0.4.1'
      pod "SwiftChart"
      pod 'SDWebImage', '~> 5.0'
      pod 'AQPlayer'
      pod 'DeviceKit'
      pod "SwiftRater"
      # pod 'SwiftyStoreKit'
      pod "STPopup"
      pod 'Firebase/Analytics'
      pod 'OptimizelySwiftSDK', '~> 3.3.2'
      pod 'Firebase/DynamicLinks'
    end

Reply all
Reply to author
Forward
0 new messages