firebase / flutterfire

🔥 A collection of Firebase plugins for Flutter apps.
https://firebase.google.com/docs/flutter/setup
BSD 3-Clause "New" or "Revised" License
8.62k stars 3.95k forks source link

[firebase_core] new flutter app with latest won't build on iOS #10837

Closed Emaren closed 1 year ago

Emaren commented 1 year ago

Bug report

Describe the bug I can't build a new flutter app in iOS once I've added any firebase services.

Steps to reproduce

Steps to reproduce the behavior:

flutter create firebase_core_error_example Add firebase_core: ^2.10.0 as a dependency in pubspec.yaml Start debugging on an iOS device

Expected behavior

I would expect the app to build and run like it does on Android and MacOS.

Sample project

Providing a minimal example project which demonstrates the bug in isolation from your main App greatly enhances the chance of a timely fix. Please link to the public repository URL.


Launching lib/main.dart on Tony’s iPhone (3) in debug mode...
main.dart:1
Updating project for Xcode compatibility.
Upgrading Runner.xcscheme
Automatically signing iOS for device deployment using specified development team in Xcode project: 6XBF34DN79
Xcode build done.                                           41.6s
Failed to build iOS app
Could not build the precompiled application for the device.
Lexical or Preprocessor Issue (Xcode): 'firebase_core/FLTFirebasePlugin.h' file not found
/Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth-4.4.2/ios/Classes/Public/FLTFirebaseAuthPlugin.h:15:8

Error launching application on Tony’s iPhone (3).
Exited

Flutter doctor

Run flutter doctor and paste the output below:

tonyb@Tonys-MacBook-Pro ios % flutter doctor
Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.7.12, on macOS 13.2.1 22D68 darwin-arm64, locale en-CA) [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1) [✓] Xcode - develop for iOS and macOS (Xcode 14.3) [✓] Chrome - develop for the web [✓] Android Studio (version 2022.1) [✓] VS Code (version 1.77.3) [✓] Connected device (2 available) [✓] HTTP Host Availability

• No issues found!

[  +26 ms] Failed to build iOS app
[        ] Could not build the precompiled application for the device.
[  +59 ms] Lexical or Preprocessor Issue (Xcode): 'firebase_core/FLTFirebasePlugin.h' file not found
           /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth-4.4.2/ios/Classes/Public/FLTFirebaseAuthPlugin.h:15:8

[        ] Error launching application on Tony’s iPhone (3).
[   +1 ms] "flutter run" took 69,443ms.
[   +1 ms] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
           #1      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:722:9)
           <asynchronous suspension>
           #2      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1257:27)
           <asynchronous suspension>
           #3      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #4      CommandRunner.runCommand (package:args/command_runner.dart:209:13)
           <asynchronous suspension>
           #5      FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:283:9)
           <asynchronous suspension>
           #6      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #7      FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:229:5)
           <asynchronous suspension>
           #8      run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:64:9)
           <asynchronous suspension>
           #9      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #10     main (package:flutter_tools/executable.dart:91:3)
           <asynchronous suspension>

[ +171 ms] ensureAnalyticsSent: 171ms
[        ] Running 1 shutdown hook
[        ] Shutdown hooks complete
[        ] exiting with code 1

GoogleUtilities
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:13:9 double-quoted include "GULAppDelegateSwizzler.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:14:9 double-quoted include "GULApplication.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:15:9 double-quoted include "GULSceneDelegateSwizzler.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:16:9 double-quoted include "GULAppEnvironmentUtil.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:17:9 double-quoted include "GULHeartbeatDateStorable.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:18:9 double-quoted include "GULHeartbeatDateStorage.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:19:9 double-quoted include "GULHeartbeatDateStorageUserDefaults.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:20:9 double-quoted include "GULKeychainStorage.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:21:9 double-quoted include "GULKeychainUtils.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:22:9 double-quoted include "GULNetworkInfo.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:23:9 double-quoted include "GULSecureCoding.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:24:9 double-quoted include "GULURLSessionDataResponse.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:25:9 double-quoted include "NSURLSession+GULPromises.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:26:9 double-quoted include "GULLogger.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:27:9 double-quoted include "GULLoggerLevel.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:28:9 double-quoted include "GULNSData+zlib.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:29:9 double-quoted include "GULMutableDictionary.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:30:9 double-quoted include "GULNetwork.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:31:9 double-quoted include "GULNetworkConstants.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:32:9 double-quoted include "GULNetworkLoggerProtocol.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:33:9 double-quoted include "GULNetworkMessageCode.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:34:9 double-quoted include "GULNetworkURLSession.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h:35:9 double-quoted include "GULReachabilityChecker.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULAppDelegateSwizzler.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULAppDelegateSwizzler.h:19:9 double-quoted include "GULApplication.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorage.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorage.h:19:9 double-quoted include "GULHeartbeatDateStorable.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h:19:9 double-quoted include "GULHeartbeatDateStorable.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/GoogleUtilities/GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/GoogleUtilities/GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h:19:9 double-quoted include "GULLoggerLevel.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetwork.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetwork.h:19:9 double-quoted include "GULNetworkConstants.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetwork.h:20:9 double-quoted include "GULNetworkLoggerProtocol.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetwork.h:21:9 double-quoted include "GULNetworkURLSession.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkLoggerProtocol.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkLoggerProtocol.h:19:9 double-quoted include "GULNetworkMessageCode.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkURLSession.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkURLSession.h:19:9 double-quoted include "GULNetworkLoggerProtocol.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULSecureCoding.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULSecureCoding.h:28:47 expected identifier; 'class' is a keyword in Objective-C++

/Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-cjvnpjlknlijcggdnjilhdsirqbh/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/GoogleUtilities.build/VerifyModule/GoogleUtilities_objective-c++_arm64-apple-ios12.0_gnu++14/Test/Test.framework/Headers/Test.h
/Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-cjvnpjlknlijcggdnjilhdsirqbh/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/GoogleUtilities.build/VerifyModule/GoogleUtilities_objective-c++_arm64-apple-ios12.0_gnu++14/Test/Test.framework/Headers/Test.h:1:9 (fatal) could not build module 'GoogleUtilities'

PromisesObjC
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise.h:17:9 double-quoted include "FBLPromiseError.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+All.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+All.h:17:9 double-quoted include "FBLPromise.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Always.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Always.h:17:9 double-quoted include "FBLPromise.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Any.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Any.h:17:9 double-quoted include "FBLPromise.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Async.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Async.h:17:9 double-quoted include "FBLPromise.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Await.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Await.h:17:9 double-quoted include "FBLPromise.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Catch.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Catch.h:17:9 double-quoted include "FBLPromise.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Delay.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Delay.h:17:9 double-quoted include "FBLPromise.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Do.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Do.h:17:9 double-quoted include "FBLPromise.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Race.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Race.h:17:9 double-quoted include "FBLPromise.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Recover.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Recover.h:17:9 double-quoted include "FBLPromise.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Reduce.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Reduce.h:17:9 double-quoted include "FBLPromise.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Retry.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Retry.h:17:9 double-quoted include "FBLPromise.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Testing.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Testing.h:17:9 double-quoted include "FBLPromise.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Then.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Then.h:17:9 double-quoted include "FBLPromise.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Timeout.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Timeout.h:17:9 double-quoted include "FBLPromise.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Validate.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Validate.h:17:9 double-quoted include "FBLPromise.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Wrap.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Wrap.h:17:9 double-quoted include "FBLPromise.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromises.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromises.h:17:9 double-quoted include "FBLPromise+All.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromises.h:18:9 double-quoted include "FBLPromise+Always.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromises.h:19:9 double-quoted include "FBLPromise+Any.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromises.h:20:9 double-quoted include "FBLPromise+Async.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromises.h:21:9 double-quoted include "FBLPromise+Await.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromises.h:22:9 double-quoted include "FBLPromise+Catch.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromises.h:23:9 double-quoted include "FBLPromise+Delay.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromises.h:24:9 double-quoted include "FBLPromise+Do.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromises.h:25:9 double-quoted include "FBLPromise+Race.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromises.h:26:9 double-quoted include "FBLPromise+Recover.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromises.h:27:9 double-quoted include "FBLPromise+Reduce.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromises.h:28:9 double-quoted include "FBLPromise+Retry.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromises.h:29:9 double-quoted include "FBLPromise+Then.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromises.h:30:9 double-quoted include "FBLPromise+Timeout.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromises.h:31:9 double-quoted include "FBLPromise+Validate.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromises.h:32:9 double-quoted include "FBLPromise+Wrap.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h
/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h:13:9 double-quoted include "FBLPromise+All.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h:14:9 double-quoted include "FBLPromise+Always.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h:15:9 double-quoted include "FBLPromise+Any.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h:16:9 double-quoted include "FBLPromise+Async.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h:17:9 double-quoted include "FBLPromise+Await.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h:18:9 double-quoted include "FBLPromise+Catch.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h:19:9 double-quoted include "FBLPromise+Delay.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h:20:9 double-quoted include "FBLPromise+Do.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h:21:9 double-quoted include "FBLPromise+Race.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h:22:9 double-quoted include "FBLPromise+Recover.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h:23:9 double-quoted include "FBLPromise+Reduce.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h:24:9 double-quoted include "FBLPromise+Retry.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h:25:9 double-quoted include "FBLPromise+Testing.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h:26:9 double-quoted include "FBLPromise+Then.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h:27:9 double-quoted include "FBLPromise+Timeout.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h:28:9 double-quoted include "FBLPromise+Validate.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h:29:9 double-quoted include "FBLPromise+Wrap.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h:30:9 double-quoted include "FBLPromise.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h:31:9 double-quoted include "FBLPromiseError.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/VSProjects/flutterfire/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h:32:9 double-quoted include "FBLPromises.h" in framework header, expected angle-bracketed instead

/Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-cjvnpjlknlijcggdnjilhdsirqbh/Build/Products/Debug-iphoneos/PromisesObjC/FBLPromises.framework/Modules/module.private.modulemap
/Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-cjvnpjlknlijcggdnjilhdsirqbh/Build/Products/Debug-iphoneos/PromisesObjC/FBLPromises.framework/Modules/module.private.modulemap:1:1 module map is missing; there are private headers but no module map


Flutter dependencies

Run flutter pub deps -- --style=compact and paste the output below:

Click To Expand ``` tonyblum@Tonys-MacBook-Pro flutterfire % flutter pub deps -- --style=compact Dart SDK 2.19.6 Flutter SDK 3.7.12 flutterfire 0.1.0 dependencies: - firebase_auth 4.4.2 [firebase_auth_platform_interface firebase_auth_web firebase_core firebase_core_platform_interface flutter meta] - firebase_core 2.10.0 [firebase_core_platform_interface firebase_core_web flutter meta] - flutter 0.0.0 [characters collection js material_color_utilities meta vector_math sky_engine] dev dependencies: - flutter_lints 2.0.1 [lints] - flutter_test 0.0.0 [flutter test_api path fake_async clock stack_trace vector_math async boolean_selector characters collection js matcher material_color_utilities meta source_span stream_channel string_scanner term_glyph] transitive dependencies: - _flutterfire_internals 1.1.1 [collection firebase_core firebase_core_platform_interface flutter meta] - async 2.10.0 [collection meta] - boolean_selector 2.1.1 [source_span string_scanner] - characters 1.2.1 - clock 1.1.1 - collection 1.17.0 - fake_async 1.3.1 [clock collection] - firebase_auth_platform_interface 6.13.1 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface] - firebase_auth_web 5.3.2 [firebase_auth_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins http_parser intl js meta] - firebase_core_platform_interface 4.6.0 [collection flutter flutter_test meta plugin_platform_interface] - firebase_core_web 2.3.0 [firebase_core_platform_interface flutter flutter_web_plugins js meta] - flutter_web_plugins 0.0.0 [flutter js characters collection material_color_utilities meta vector_math] - http_parser 4.0.2 [collection source_span string_scanner typed_data] - intl 0.17.0 [clock path] - js 0.6.5 [meta] - lints 2.0.1 - matcher 0.12.13 [meta stack_trace] - material_color_utilities 0.2.0 - meta 1.8.0 - path 1.8.2 - plugin_platform_interface 2.1.4 [meta] - sky_engine 0.0.99 - source_span 1.9.1 [collection path term_glyph] - stack_trace 1.11.0 [path] - stream_channel 2.1.1 [async] - string_scanner 1.2.0 [source_span] - term_glyph 1.2.1 - test_api 0.4.16 [async boolean_selector collection meta source_span stack_trace stream_channel string_scanner term_glyph matcher] - typed_data 1.3.1 [collection] - vector_math 2.1.4 ``` ---
danagbemava-nc commented 1 year ago

Hi @Emaren, I don't see pod install being run as part of the logs that you shared.

Can you try running

to see if you still face this issue?

See my logs below for comparison.

Launching lib/main.dart on Nexus in debug mode...
Automatically signing iOS for device deployment using specified development team in Xcode project: X8NNQ9CYL2
Running pod install...                                             778ms
Upgrading Pods-Runner-frameworks.sh
Running Xcode build...
 └─Compiling, linking and signing...                         3.6s
Xcode build done.                                           22.9s
(lldb) 2023-04-25 08:56:22.495315+0000 Runner[48890:5795547] Warning: Unable to create restoration in progress marker file
10.7.0 - [FirebaseCore][I-COR000012] Could not locate configuration file: 'GoogleService-Info.plist'.
Installing and launching...                                        38.7s
fopen failed for data file: errno = 2 (No such file or directory)
Errors found! Invalidating cache...
fopen failed for data file: errno = 2 (No such file or directory)
Errors found! Invalidating cache...
Syncing files to device Nexus...                                   663ms

Flutter run key commands.
r Hot reload. 🔥🔥🔥
R Hot restart.
h List all available interactive commands.
d Detach (terminate "flutter run" but leave application running).
c Clear the screen
q Quit (terminate the application on the device).

💪 Running with sound null safety 💪

An Observatory debugger and profiler on Nexus is available at: http://127.0.0.1:49741/L4ZHTeDv3h4=/
The Flutter DevTools debugger and profiler on Nexus is available at:
http://127.0.0.1:9101?uri=http://127.0.0.1:49741/L4ZHTeDv3h4=/

Application finished.
Emaren commented 1 year ago

tonyblum@Tonys-MacBook-Pro partners_naturally % flutter clean
Cleaning Xcode workspace... 4.0s Cleaning Xcode workspace... 1,966ms Deleting build... 2ms Deleting .dart_tool... 6ms Deleting Generated.xcconfig... 0ms Deleting flutter_export_environment.sh... 0ms Deleting ephemeral... 0ms Deleting ephemeral... 0ms Deleting ephemeral... 0ms Deleting .flutter-plugins-dependencies... 0ms Deleting .flutter-plugins... 0ms tonyblum@Tonys-MacBook-Pro partners_naturally % flutter pub get Running "flutter pub get" in partners_naturally... Resolving dependencies... async 2.10.0 (2.11.0 available) characters 1.2.1 (1.3.0 available) collection 1.17.0 (1.17.1 available) intl 0.17.0 (0.18.1 available) js 0.6.5 (0.6.7 available) matcher 0.12.13 (0.12.15 available) material_color_utilities 0.2.0 (0.3.0 available) meta 1.8.0 (1.9.1 available) path 1.8.2 (1.8.3 available) source_span 1.9.1 (1.10.0 available) test_api 0.4.16 (0.5.2 available) Got dependencies! tonyblum@Tonys-MacBook-Pro partners_naturally % flutter run
Launching lib/main.dart on Tony’s iPhone (3) in debug mode... Updating project for Xcode compatibility. Upgrading Runner.xcscheme Automatically signing iOS for device deployment using specified development team in Xcode project: 6XBF34DN79 Running pod install... 1,389ms Running Xcode build...
Xcode build done. 26.0s Failed to build iOS app Could not build the precompiled application for the device. Semantic Issue (Xcode): Cannot find interface declaration for 'FLTFirebasePlugin', superclass of 'FLTFirebaseAuthPlugin' /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth-4.4.2/ios/Classes/Public/FLTFirebaseAuthPlugin.h:21:6

Error launching application on Tony’s iPhone (3).

Emaren commented 1 year ago

// Copyright 2020 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file.

import

import <Firebase/Firebase.h>

if TARGET_OS_OSX

import <FlutterMacOS/FlutterMacOS.h>

else

import <Flutter/Flutter.h>

endif

import <AuthenticationServices/AuthenticationServices.h>

import <Foundation/Foundation.h>

import "Firebase.h"

import "messages.g.h"

@interface FLTFirebaseAuthPlugin : FLTFirebasePlugin <FlutterPlugin, MultiFactorUserHostApi, MultiFactoResolverHostApi, ASAuthorizationControllerDelegate, ASAuthorizationControllerPresentationContextProviding>

Emaren commented 1 year ago

https://firebase.google.com/docs/ios/installation-methods After I read this I thought I shouldn't be using pod install anymore.

tonyblum@Tonys-MacBook-Pro partners_naturally % cd ios 
tonyblum@Tonys-MacBook-Pro ios % pod install
Analyzing dependencies
firebase_auth: Using Firebase SDK version '10.7.0' defined in 'firebase_core'
Downloading dependencies
Generating Pods project
Integrating client project
Pod installation complete! There are 3 dependencies from the Podfile and 10 total pods installed.

[!] Automatically assigning platform `iOS` with version `12.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.

[!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `Runner` to `Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` or include the `Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` in your build configuration (`Flutter/Release.xcconfig`).

[!] Your project does not explicitly specify the CocoaPods master specs repo. Since CDN is now used as the default, you may safely remove it from your repos directory via `pod repo remove master`. To suppress this warning please add `warn_for_unused_master_specs_repo => false` to your Podfile.
tonyblum@Tonys-MacBook-Pro ios % flutter clean  
Changing current working directory to: /Users/tonyblum/VSProjects/partners_naturally
Cleaning Xcode workspace...                                        26.4s
Cleaning Xcode workspace...                                      2,022ms
Deleting build...                                                   53ms
Deleting .dart_tool...                                               0ms
Deleting Generated.xcconfig...                                       0ms
Deleting flutter_export_environment.sh...                            0ms
Deleting Flutter.podspec...                                          0ms
Deleting ephemeral...                                                0ms
Deleting ephemeral...                                                0ms
Deleting ephemeral...                                                0ms
Deleting .flutter-plugins-dependencies...                            0ms
Deleting .flutter-plugins...                                         0ms
tonyblum@Tonys-MacBook-Pro ios % flutter pub get
Running "flutter pub get" in partners_naturally...
Resolving dependencies in ..... 
  async 2.10.0 (2.11.0 available)
  characters 1.2.1 (1.3.0 available)
  collection 1.17.0 (1.17.1 available)
  intl 0.17.0 (0.18.1 available)
  js 0.6.5 (0.6.7 available)
  matcher 0.12.13 (0.12.15 available)
  material_color_utilities 0.2.0 (0.3.0 available)
  meta 1.8.0 (1.9.1 available)
  path 1.8.2 (1.8.3 available)
  source_span 1.9.1 (1.10.0 available)
  test_api 0.4.16 (0.5.2 available)
Got dependencies in ..!
tonyblum@Tonys-MacBook-Pro ios % flutter run    
Changing current working directory to: /Users/tonyblum/VSProjects/partners_naturally
Launching lib/main.dart on Tony’s iPhone (3) in debug mode...
Automatically signing iOS for device deployment using specified development team in Xcode project: 6XBF34DN79
Running pod install...                                           1,390ms
Running Xcode build...                                                  
Xcode build done.                                           40.9s
Failed to build iOS app
Could not build the precompiled application for the device.
Semantic Issue (Xcode): Cannot find interface declaration for 'FLTFirebasePlugin', superclass of 'FLTFirebaseAuthPlugin'
/Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth-4.4.2/ios/Classes/Public/FLTFirebaseAuthPlugin.h:21:6

Error launching application on Tony’s iPhone (3).

Emaren commented 1 year ago

pod repo update , didn't let me choose iPhone:

tonyblum@Tonys-MacBook-Pro ios % flutter clean  
Changing current working directory to: /Users/tonyblum/VSProjects/partners_naturally
Cleaning Xcode workspace...                                         4.1s
Cleaning Xcode workspace...                                      1,997ms
Deleting build...                                                   49ms
Deleting .dart_tool...                                               0ms
Deleting Generated.xcconfig...                                       0ms
Deleting flutter_export_environment.sh...                            0ms
Deleting Flutter.podspec...                                          0ms
Deleting ephemeral...                                                0ms
Deleting ephemeral...                                                0ms
Deleting ephemeral...                                                0ms
Deleting .flutter-plugins-dependencies...                            0ms
Deleting .flutter-plugins...                                         0ms
tonyblum@Tonys-MacBook-Pro ios % flutter pub get
Running "flutter pub get" in partners_naturally...
Resolving dependencies in ..... 
  async 2.10.0 (2.11.0 available)
  characters 1.2.1 (1.3.0 available)
  collection 1.17.0 (1.17.1 available)
  intl 0.17.0 (0.18.1 available)
  js 0.6.5 (0.6.7 available)
  matcher 0.12.13 (0.12.15 available)
  material_color_utilities 0.2.0 (0.3.0 available)
  meta 1.8.0 (1.9.1 available)
  path 1.8.2 (1.8.3 available)
  source_span 1.9.1 (1.10.0 available)
  test_api 0.4.16 (0.5.2 available)
Got dependencies in ..!
tonyblum@Tonys-MacBook-Pro ios % pod repo update
Updating spec repo `cocoapods`
  $ /usr/bin/git -C /Users/tonyblum/.cocoapods/repos/cocoapods fetch origin --progress
  remote: Enumerating objects: 984, done.        
  remote: Counting objects: 100% (984/984), done.        
  remote: Compressing objects: 100% (587/587), done.        
  remote: Total 984 (delta 390), reused 902 (delta 369), pack-reused 0        
  Receiving objects: 100% (984/984), 295.56 KiB | 1.03 MiB/s, done.
  Resolving deltas: 100% (390/390), completed with 6 local objects.
  From https://github.com/CocoaPods/Specs
     3ce83d63a539..85fdc58cacba  master     -> origin/master
  $ /usr/bin/git -C /Users/tonyblum/.cocoapods/repos/cocoapods rev-parse --abbrev-ref HEAD
  master
  $ /usr/bin/git -C /Users/tonyblum/.cocoapods/repos/cocoapods reset --hard origin/master
  HEAD is now at 85fdc58cacba [Add] SolarEngineSDK 1.1.9.0
Updating spec repo `trunk`
tonyblum@Tonys-MacBook-Pro ios % pod install    
Analyzing dependencies
firebase_auth: Using Firebase SDK version '10.7.0' defined in 'firebase_core'
Downloading dependencies
Installing Firebase (10.7.0)
Installing FirebaseAuth (10.7.0)
Installing FirebaseCore (10.7.0)
Installing FirebaseCoreInternal (10.8.0)
Installing Flutter (1.0.0)
Installing GTMSessionFetcher (3.1.1)
Installing GoogleUtilities (7.11.1)
Installing PromisesObjC (2.2.0)
Installing firebase_auth (4.4.2)
Installing firebase_core (2.10.0)
Generating Pods project
Integrating client project
Pod installation complete! There are 3 dependencies from the Podfile and 10 total pods installed.

[!] Automatically assigning platform `iOS` with version `12.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.

[!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `Runner` to `Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` or include the `Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` in your build configuration (`Flutter/Release.xcconfig`).

[!] Your project does not explicitly specify the CocoaPods master specs repo. Since CDN is now used as the default, you may safely remove it from your repos directory via `pod repo remove master`. To suppress this warning please add `warn_for_unused_master_specs_repo => false` to your Podfile.
tonyblum@Tonys-MacBook-Pro ios % flutter run    
Changing current working directory to: /Users/tonyblum/VSProjects/partners_naturally
Multiple devices found:
macOS (desktop) • macos  • darwin-arm64   • macOS 13.2.1 22D68 darwin-arm64
Chrome (web)    • chrome • web-javascript • Google Chrome 112.0.5615.137
[1]: macOS (macos)
[2]: Chrome (chrome)
Please choose one (To quit, press "q/Q"): q

tonyblum@Tonys-MacBook-Pro ios % flutter run

Changing current working directory to: /Users/tonyblum/VSProjects/partners_naturally
Launching lib/main.dart on Tony’s iPhone (3) in debug mode...
Updating project for Xcode compatibility.
Upgrading Runner.xcscheme
Automatically signing iOS for device deployment using specified development team in Xcode project: 6XBF34DN79
Running pod install...                                           1,122ms
Running Xcode build...                                                  
Xcode build done.                                           41.5s
Failed to build iOS app
Could not build the precompiled application for the device.
Semantic Issue (Xcode): Cannot find interface declaration for 'FLTFirebasePlugin', superclass of 'FLTFirebaseAuthPlugin'
/Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth-4.4.2/ios/Classes/Public/FLTFirebaseAuthPlugin.h:21:6

Error launching application on Tony’s iPhone (3).

Parkjonghyun93 commented 1 year ago

Hi @Emaren, I don't see pod install being run as part of the logs that you shared.

Can you try running

  • flutter clean
  • flutter pub get & finally
  • flutter run

to see if you still face this issue?

See my logs below for comparison.

Launching lib/main.dart on Nexus in debug mode...
Automatically signing iOS for device deployment using specified development team in Xcode project: X8NNQ9CYL2
Running pod install...                                             778ms
Upgrading Pods-Runner-frameworks.sh
Running Xcode build...
 └─Compiling, linking and signing...                         3.6s
Xcode build done.                                           22.9s
(lldb) 2023-04-25 08:56:22.495315+0000 Runner[48890:5795547] Warning: Unable to create restoration in progress marker file
10.7.0 - [FirebaseCore][I-COR000012] Could not locate configuration file: 'GoogleService-Info.plist'.
Installing and launching...                                        38.7s
fopen failed for data file: errno = 2 (No such file or directory)
Errors found! Invalidating cache...
fopen failed for data file: errno = 2 (No such file or directory)
Errors found! Invalidating cache...
Syncing files to device Nexus...                                   663ms

Flutter run key commands.
r Hot reload. 🔥🔥🔥
R Hot restart.
h List all available interactive commands.
d Detach (terminate "flutter run" but leave application running).
c Clear the screen
q Quit (terminate the application on the device).

💪 Running with sound null safety 💪

An Observatory debugger and profiler on Nexus is available at: http://127.0.0.1:49741/L4ZHTeDv3h4=/
The Flutter DevTools debugger and profiler on Nexus is available at:
http://127.0.0.1:9101?uri=http://127.0.0.1:49741/L4ZHTeDv3h4=/

Application finished.

Hi @danagbemava-nc, Is it possible to test with an ios device rather than an android device? In my case, the android device works normally, but the same issue occurs when using ios.

Related podspecs firebase_auth : 4.4.2 firebase_core : 2.10.0

danagbemava-nc commented 1 year ago

Hi @Parkjonghyun93, I did test with an iOS device. pod install is not run for android devices. You can also see Xcode in the logs, which shows that I run on an iOS device.

@Emaren, how did you setup your project?

This is not the correct link to setup your flutter project with flutterfire https://firebase.google.com/docs/ios/installation-methods.

You should be following the steps in https://firebase.google.com/docs/flutter/setup?platform=ios.

Can you also provide the code sample you're facing the issue with?

Emaren commented 1 year ago

This is a brand new flutter app:

flutterfire configure ``` i Found 3 Firebase projects. ✔ Select a Firebase project to configure your Flutter application with · partners-naturally-f938d (Partners Naturally) ✔ Which platforms should your configuration support (use arrow keys & space to select)? · android, ios, macos, web i Firebase android app com.example.partners_naturally registered. i Firebase ios app com.emaren.partnersNaturally registered. i Firebase macos app com.emaren.partnersNaturally registered. i Firebase web app partners_naturally (web) registered. ✔ Generated FirebaseOptions file lib/firebase_options.dart already exists, do you want to override it? · yes ✔ Generated FirebaseAppID file /Users/tonyblum/VSProjects/partners_naturally/macos/firebase_app_id_file.json already exists, do you want to override it? · yes ? The files android/build.gradle & android/app/build.gradle will be updated to apply Firebase configuration and gradle build plugins. Do you want to continue? (y/n) › y ? The files android/build.gradle & android/app/build.gradle will be updated to apply Firebase configuration and gradle build plugins. Do you want to continue? (y/n) › y ✔ The files android/build.gradle & android/app/build.gradle will be updated to apply Firebase configuration and gradle build plugins. Do you want to continue? · yes Firebase configuration file lib/firebase_options.dart generated successfully with the following Firebase apps: Platform Firebase App Id web 1:65752201700:web:65f49cef89d6d325476ff1 android 1:65752201700:android:0ad06092e1ce82fb476ff1 ios 1:65752201700:ios:28ba4f63eb6e115e476ff1 macos 1:65752201700:ios:28ba4f63eb6e115e476ff1 Learn more about using this file and next steps from the documentation: > https://firebase.google.com/docs/flutter/setup tonyblum@Tonys-MacBook-Pro partners_naturally % flutter pub add firebase_core "firebase_core" is already in "dependencies". Will try to update the constraint. Resolving dependencies... async 2.10.0 (2.11.0 available) characters 1.2.1 (1.3.0 available) collection 1.17.0 (1.17.1 available) intl 0.17.0 (0.18.1 available) js 0.6.5 (0.6.7 available) matcher 0.12.13 (0.12.15 available) material_color_utilities 0.2.0 (0.3.0 available) meta 1.8.0 (1.9.1 available) path 1.8.2 (1.8.3 available) source_span 1.9.1 (1.10.0 available) test_api 0.4.16 (0.5.2 available) Got dependencies! tonyblum@Tonys-MacBook-Pro partners_naturally % flutterfire configure i Found 3 Firebase projects. ✔ Select a Firebase project to configure your Flutter application with · partners-naturally-f938d (Partners Naturally) ✔ Which platforms should your configuration support (use arrow keys & space to select)? · android, ios, macos, web i Firebase android app com.example.partners_naturally registered. i Firebase ios app com.emaren.partnersNaturally registered. i Firebase macos app com.emaren.partnersNaturally registered. i Firebase web app partners_naturally (web) registered. Firebase configuration file lib/firebase_options.dart generated successfully with the following Firebase apps: Platform Firebase App Id web 1:65752201700:web:65f49cef89d6d325476ff1 android 1:65752201700:android:0ad06092e1ce82fb476ff1 ios 1:65752201700:ios:28ba4f63eb6e115e476ff1 macos 1:65752201700:ios:28ba4f63eb6e115e476ff1 Learn more about using this file and next steps from the documentation: > https://firebase.google.com/docs/flutter/setup tonyblum@Tonys-MacBook-Pro partners_naturally % flutter run Multiple devices found: macOS (desktop) • macos • darwin-arm64 • macOS 13.2.1 22D68 darwin-arm64 Chrome (web) • chrome • web-javascript • Google Chrome 112.0.5615.137 [1]: macOS (macos) [2]: Chrome (chrome) Please choose one (To quit, press "q/Q"): q tonyblum@Tonys-MacBook-Pro partners_naturally % flutter run Launching lib/main.dart on Tony’s iPhone (3) in debug mode... Updating project for Xcode compatibility. Upgrading Runner.xcscheme Automatically signing iOS for device deployment using specified development team in Xcode project: 6XBF34DN79 Running pod install... 1,157ms Running Xcode build... Xcode build done. 62.6s Failed to build iOS app Could not build the precompiled application for the device. Semantic Issue (Xcode): Cannot find interface declaration for 'FLTFirebasePlugin', superclass of 'FLTFirebaseAuthPlugin' /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth-4.4.2/ios/Classes/Public/FLTFirebaseAuthPlugin.h:21:6 Error launching application on Tony’s iPhone (3). ```
Emaren commented 1 year ago
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#import <TargetConditionals.h>

#import <Firebase/Firebase.h>
#if TARGET_OS_OSX
#import <FlutterMacOS/FlutterMacOS.h>
#else
#import <Flutter/Flutter.h>
#endif

#import <AuthenticationServices/AuthenticationServices.h>
#import <Foundation/Foundation.h>
#import "Firebase.h"

#import "messages.g.h"

@interface FLTFirebaseAuthPlugin
    : FLTFirebasePlugin <FlutterPlugin,
                         MultiFactorUserHostApi,
                         MultiFactoResolverHostApi,
                         ASAuthorizationControllerDelegate,
                         ASAuthorizationControllerPresentationContextProviding>

+ (id)getNSDictionaryFromAuthCredential:(FIRAuthCredential *)authCredential;
+ (NSDictionary *)getNSDictionaryFromUserInfo:(id<FIRUserInfo>)userInfo;
+ (NSMutableDictionary *)getNSDictionaryFromUser:(FIRUser *)user;
+ (NSDictionary *)getNSDictionaryFromNSError:(NSError *)error;
@end
Emaren commented 1 year ago

/Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth-4.4.2/ios/Classes/Public/FLTFirebaseAuthPlugin.h:22:7 Cannot find interface declaration for 'FLTFirebasePlugin', superclass of 'FLTFirebaseAuthPlugin'

Emaren commented 1 year ago

Automatically signing iOS for device deployment using specified development team in Xcode project: 6XBF34DN79 Running pod install... 1,373ms Running Xcode build...
Xcode build done. 18.8s Failed to build iOS app Could not build the precompiled application for the device. Semantic Issue (Xcode): Cannot find interface declaration for 'FLTFirebasePlugin', superclass of 'FLTFirebaseAuthPlugin' /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth-4.4.2/ios/Classes/Public/FLTFirebaseAuthPlugin.h:21:6

Error launching application on Tony’s iPhone (3). tonyblum@Tonys-MacBook-Pro partners_naturally % flutter clean
Cleaning Xcode workspace... 4.2s Cleaning Xcode workspace... 2,028ms Deleting build... 16ms Deleting .dart_tool... 0ms Deleting Generated.xcconfig... 0ms Deleting flutter_export_environment.sh... 0ms Deleting Flutter.podspec... 0ms Deleting ephemeral... 0ms Deleting ephemeral... 0ms Deleting ephemeral... 0ms Deleting .flutter-plugins-dependencies... 0ms Deleting .flutter-plugins... 0ms tonyblum@Tonys-MacBook-Pro partners_naturally % flutter pub add firebase_core "firebase_core" is already in "dependencies". Will try to update the constraint. Resolving dependencies... async 2.10.0 (2.11.0 available) characters 1.2.1 (1.3.0 available) collection 1.17.0 (1.17.1 available) intl 0.17.0 (0.18.1 available) js 0.6.5 (0.6.7 available) matcher 0.12.13 (0.12.15 available) material_color_utilities 0.2.0 (0.3.0 available) meta 1.8.0 (1.9.1 available) path 1.8.2 (1.8.3 available) source_span 1.9.1 (1.10.0 available) test_api 0.4.16 (0.5.2 available) Got dependencies! tonyblum@Tonys-MacBook-Pro partners_naturally % flutterfire configure i Found 3 Firebase projects.
✔ Select a Firebase project to configure your Flutter application with · partners-naturally-f938d (Partners Naturally)
✔ Which platforms should your configuration support (use arrow keys & space to select)? · android, ios, macos, web
i Firebase android app com.example.partners_naturally registered.
i Firebase ios app com.emaren.partnersNaturally registered.
i Firebase macos app com.emaren.partnersNaturally registered.
i Firebase web app partners_naturally (web) registered.

Firebase configuration file lib/firebase_options.dart generated successfully with the following Firebase apps:

Platform Firebase App Id web 1:65752201700:web:65f49cef89d6d325476ff1 android 1:65752201700:android:0ad06092e1ce82fb476ff1 ios 1:65752201700:ios:28ba4f63eb6e115e476ff1 macos 1:65752201700:ios:28ba4f63eb6e115e476ff1

Learn more about using this file and next steps from the documentation:

https://firebase.google.com/docs/flutter/setup tonyblum@Tonys-MacBook-Pro partners_naturally % flutter run Launching lib/main.dart on Tony’s iPhone (3) in debug mode... Automatically signing iOS for device deployment using specified development team in Xcode project: 6XBF34DN79 Running pod install... 1,307ms Running Xcode build...
Xcode build done. 18.4s Failed to build iOS app Could not build the precompiled application for the device. Semantic Issue (Xcode): Cannot find interface declaration for 'FLTFirebasePlugin', superclass of 'FLTFirebaseAuthPlugin' /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth-4.4.2/ios/Classes/Public/FLTFirebaseAuthPlugin.h:21:6

Error launching application on Tony’s iPhone (3).

Emaren commented 1 year ago

import 'package:flutter/material.dart'; import 'package:firebase_core/firebase_core.dart'; import 'firebase_options.dart';

Future main() async { runApp(const MainApp()); await Firebase.initializeApp( options: DefaultFirebaseOptions.currentPlatform, ); }

class MainApp extends StatelessWidget { const MainApp({super.key});

@override Widget build(BuildContext context) { return const MaterialApp( home: Scaffold( body: Center( child: Text('Hello World!'), ), ), ); } }

Emaren commented 1 year ago

name: partners_naturally description: A new Flutter project. publish_to: 'none' version: 0.1.0

environment: sdk: '>=2.19.6 <3.0.0'

dependencies: flutter: sdk: flutter firebase_core: ^2.10.0
firebase_auth: ^4.4.2

dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^2.0.0

flutter: uses-material-design: true

Shek863 commented 1 year ago

Hi @Parkjonghyun93, I did test with an iOS device. pod install is not run for android devices. You can also see Xcode in the logs, which shows that I run on an iOS device.

@Emaren, how did you setup your project?

This is not the correct link to setup your flutter project with flutterfire https://firebase.google.com/docs/ios/installation-methods.

You should be following the steps in https://firebase.google.com/docs/flutter/setup?platform=ios.

Can you also provide the code sample you're facing the issue with?

Hello! @danagbemava-nc , i've a same problem

shegunmontcho@MacBook-Pro-de-Shegun students-app % flutterfire configure
i Found 14 Firebase projects.
? Select a Firebase project to configure your Flutter application with ›
✔ Select a Firebase project to configure your Flutter application with · octabis-v2 (OCTABIS-V2)
✔ Which platforms should your configuration support (use arrow keys & space to select)? · android, ios
i Firebase android app co.kodora.studentsapp registered.
i Firebase ios app co.kodora.studentsapp registered.

Firebase configuration file lib/firebase_options.dart generated successfully with the following Firebase apps:

Platform Firebase App Id android 1:1057124879332:android:05d12c07d316751a42d5f1 ios 1:1057124879332:ios:3b9e178eb151fec942d5f1

Learn more about using this file and next steps from the documentation:

https://firebase.google.com/docs/flutter/setup

shegunmontcho@MacBook-Pro-de-Shegun students-app % flutter run Launching lib/main.dart on iPhone 14 Pro in debug mode... Running pod install... 25,6s Running Xcode build...
Xcode build done. 437,4s Failed to build iOS app Lexical or Preprocessor Issue (Xcode): 'Flutter/Flutter.h' file not found /Users/shegunmontcho/.pub-cache/hosted/pub.dev/firebase_core-2.10.0/ios/Classes/messages.g.m:6:8

Could not build the application for the simulator. Error launching application on iPhone 14 Pro.

Emaren commented 1 year ago

I tried to downgrade to Xcode 14.2 but that didn't work either:

/Users/tonyblum/VSProjects/partners_naturally/ios/Runner/GeneratedPluginRegistrant.m:12:9 Module 'firebase_core' not found

//
//  Generated file. Do not edit.
//

// clang-format off

#import "GeneratedPluginRegistrant.h"

#if __has_include(<firebase_core/FLTFirebaseCorePlugin.h>)
#import <firebase_core/FLTFirebaseCorePlugin.h>
#else
@import firebase_core;
#endif

@implementation GeneratedPluginRegistrant

+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
  [FLTFirebaseCorePlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTFirebaseCorePlugin"]];
}

@end
Emaren commented 1 year ago
name: partners_naturally
description: A new Flutter project.
publish_to: 'none'
version: 0.1.0

environment:
  sdk: '>=2.19.6 <3.0.0'

dependencies:
  flutter:
    sdk: flutter
  firebase_core: ^2.10.0  
  # firebase_auth: ^4.4.2

dev_dependencies:
  flutter_test:
    sdk: flutter
  flutter_lints: ^2.0.0

flutter:
  uses-material-design: true
Emaren commented 1 year ago

I even downloaded to 14.0 and got the same:

/Users/tonyblum/VSProjects/partners_naturally/ios/Runner/GeneratedPluginRegistrant.m:12:9: error build: Module 'firebase_core' not found

// // Generated file. Do not edit. //

// clang-format off

import "GeneratedPluginRegistrant.h"

if __has_include(<firebase_core/FLTFirebaseCorePlugin.h>)

import <firebase_core/FLTFirebaseCorePlugin.h>

else

@import firebase_core;

endif

@implementation GeneratedPluginRegistrant

@end

Emaren commented 1 year ago
 },
             "issues" : {
               "_type" : {
                 "_name" : "ResultIssueSummaries"
               },
               "errorSummaries" : {
                 "_type" : {
                   "_name" : "Array"
                 },
                 "_values" : [
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/VSProjects\/partners_naturally\/ios\/Runner\/GeneratedPluginRegistrant.m#CharacterRangeLen=0&EndingColumnNumber=8&
                         EndingLineNumber=11&StartingColumnNumber=8&StartingLineNumber=11"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Parse Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Module 'firebase_core' not found"
                     }
                   }
                 ]
               },
               "warningSummaries" : {
                 "_type" : {
                   "_name" : "Array"
                 },
                 "_values" : [
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/d
                         b\/version_set.h#CharacterRangeLen=0&EndingColumnNumber=55&EndingLineNumber=111&StartingColumnNumber=55&StartingLineNumber=111"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'std::vector<leveldb::FileMetaData *>::size_type' (aka 'unsigned long') to 'int'"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/d
                         b\/version_set.h#CharacterRangeLen=0&EndingColumnNumber=63&EndingLineNumber=331&StartingColumnNumber=63&StartingLineNumber=331"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'std::vector<leveldb::FileMetaData *>::size_type' (aka 'unsigned long') to 'int'"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/d
                         b\/version_set.cc#CharacterRangeLen=0&EndingColumnNumber=25&EndingLineNumber=89&StartingColumnNumber=25&StartingLineNumber=89"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'std::vector<leveldb::FileMetaData *>::size_type' (aka 'unsigned long') to 'uint32_t'
                       (aka 'unsigned int')"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/d
                         b\/version_set.cc#CharacterRangeLen=0&EndingColumnNumber=50&EndingLineNumber=166&StartingColumnNumber=50&StartingLineNumber=166"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'std::vector<leveldb::FileMetaData *>::size_type' (aka 'unsigned long') to 'uint32_t'
                       (aka 'unsigned int')"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/d
                         b\/version_set.cc#CharacterRangeLen=0&EndingColumnNumber=50&EndingLineNumber=174&StartingColumnNumber=50&StartingLineNumber=174"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'unsigned long' to 'uint32_t' (aka 'unsigned int')"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/d
                         b\/version_set.cc#CharacterRangeLen=0&EndingColumnNumber=23&EndingLineNumber=183&StartingColumnNumber=23&StartingLineNumber=183"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'std::vector<leveldb::FileMetaData *>::size_type' (aka 'unsigned long') to 'uint32_t'
                       (aka 'unsigned int')"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/d
                         b\/version_set.cc#CharacterRangeLen=0&EndingColumnNumber=33&EndingLineNumber=1096&StartingColumnNumber=33&StartingLineNumber=1096"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'std::vector<leveldb::FileMetaData *>::size_type' (aka 'unsigned long') to 'int'"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/d
                         b\/version_set.cc#CharacterRangeLen=0&EndingColumnNumber=60&EndingLineNumber=1221&StartingColumnNumber=60&StartingLineNumber=1221"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'unsigned long' to 'const int'"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/d
                         b\/memtable.cc#CharacterRangeLen=0&EndingColumnNumber=30&EndingLineNumber=40&StartingColumnNumber=30&StartingLineNumber=40"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int')"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/d
                         b\/memtable.cc#CharacterRangeLen=0&EndingColumnNumber=32&EndingLineNumber=89&StartingColumnNumber=32&StartingLineNumber=89"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int')"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/d
                         b\/memtable.cc#CharacterRangeLen=0&EndingColumnNumber=24&EndingLineNumber=94&StartingColumnNumber=24&StartingLineNumber=94"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int')"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/u
                         til\/hash.cc#CharacterRangeLen=0&EndingColumnNumber=20&EndingLineNumber=26&StartingColumnNumber=20&StartingLineNumber=26"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'unsigned long' to 'uint32_t' (aka 'unsigned int')"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/t
                         able\/filter_block.cc#CharacterRangeLen=0&EndingColumnNumber=40&EndingLineNumber=40&StartingColumnNumber=40&StartingLineNumber=40"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'std::basic_string<char>::size_type' (aka 'unsigned long') to 'const uint32_t' (aka
                       'const unsigned int')"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/t
                         able\/filter_block.cc#CharacterRangeLen=0&EndingColumnNumber=38&EndingLineNumber=54&StartingColumnNumber=38&StartingLineNumber=54"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'std::basic_string<char>::size_type' (aka 'unsigned long') to 'std::vector<unsigned
                       int>::value_type' (aka 'unsigned int')"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/t
                         able\/filter_block.cc#CharacterRangeLen=0&EndingColumnNumber=36&EndingLineNumber=68&StartingColumnNumber=36&StartingLineNumber=68"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'std::basic_string<char>::size_type' (aka 'unsigned long') to 'std::vector<unsigned
                       int>::value_type' (aka 'unsigned int')"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/u
                         til\/env_posix.cc#CharacterRangeLen=0&EndingColumnNumber=48&EndingLineNumber=767&StartingColumnNumber=48&StartingLineNumber=767"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'unsigned long long' to 'int'"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/d
                         b\/dbformat.cc#CharacterRangeLen=0&EndingColumnNumber=34&EndingLineNumber=126&StartingColumnNumber=34&StartingLineNumber=126"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'unsigned long' to 'uint32_t' (aka 'unsigned int')"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/d
                         b\/db_impl.cc#CharacterRangeLen=0&EndingColumnNumber=63&EndingLineNumber=1087&StartingColumnNumber=63&StartingLineNumber=1087"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'std::vector<leveldb::Iterator *>::size_type' (aka 'unsigned long') to 'int'"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/u
                         til\/coding.cc#CharacterRangeLen=0&EndingColumnNumber=25&EndingLineNumber=72&StartingColumnNumber=25&StartingLineNumber=72"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int')"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/t
                         able\/block_builder.cc#CharacterRangeLen=0&EndingColumnNumber=33&EndingLineNumber=65&StartingColumnNumber=33&StartingLineNumber=65"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'std::vector<unsigned int>::size_type' (aka 'unsigned long') to 'uint32_t' (aka
                       'unsigned int')"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/t
                         able\/block_builder.cc#CharacterRangeLen=0&EndingColumnNumber=32&EndingLineNumber=85&StartingColumnNumber=32&StartingLineNumber=85"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'std::basic_string<char>::size_type' (aka 'unsigned long') to 'std::vector<unsigned
                       int>::value_type' (aka 'unsigned int')"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/t
                         able\/block_builder.cc#CharacterRangeLen=0&EndingColumnNumber=24&EndingLineNumber=91&StartingColumnNumber=24&StartingLineNumber=91"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int')"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/t
                         able\/block_builder.cc#CharacterRangeLen=0&EndingColumnNumber=24&EndingLineNumber=92&StartingColumnNumber=24&StartingLineNumber=92"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'uint32_t' (aka 'unsigned int')"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/t
                         able\/block_builder.cc#CharacterRangeLen=0&EndingColumnNumber=30&EndingLineNumber=93&StartingColumnNumber=30&StartingLineNumber=93"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int')"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/t
                         able\/block.cc#CharacterRangeLen=0&EndingColumnNumber=30&EndingLineNumber=36&StartingColumnNumber=30&StartingLineNumber=36"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'unsigned long' to 'uint32_t' (aka 'unsigned int')"
                     }
                   },
                   {
                     "_type" : {
                       "_name" : "IssueSummary"
                     },
                     "documentLocationInCreatingWorkspace" : {
                       "_type" : {
                         "_name" : "DocumentLocation"
                       },
                       "concreteTypeName" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" : "DVTTextDocumentLocation"
                       },
                       "url" : {
                         "_type" : {
                           "_name" : "String"
                         },
                         "_value" :
                         "file:\/\/\/Users\/tonyblum\/Library\/Developer\/Xcode\/DerivedData\/Runner-gjnpspauqhldppadlpcaiqqnjxid\/SourcePackages\/checkouts\/leveldb\/t
                         able\/block.cc#CharacterRangeLen=0&EndingColumnNumber=43&EndingLineNumber=96&StartingColumnNumber=43&StartingLineNumber=96"
                       }
                     },
                     "issueType" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Value Conversion Issue"
                     },
                     "message" : {
                       "_type" : {
                         "_name" : "String"
                       },
                       "_value" : "Implicit conversion loses integer precision: 'long' to 'uint32_t' (aka 'unsigned int')"
                     }
                   }
                 ]
               }
             },
             "metadataRef" : {
               "_type" : {
                 "_name" : "Reference"
               },
               "id" : {
                 "_type" : {
                   "_name" : "String"
                 },
                 "_value" : "0~enZg_IEwXdKh3s87Vnvci4um6buDq5y1lPvjeSi9qurUOvQN1-YS91wuutUhY1Zi8dUnPhggWaxLpUrykE_lNg=="
               },
               "targetType" : {
                 "_type" : {
                   "_name" : "TypeDefinition"
                 },
                 "name" : {
                   "_type" : {
                     "_name" : "String"
                   },
                   "_value" : "ActionsInvocationMetadata"
                 }
               }
             },
             "metrics" : {
               "_type" : {
                 "_name" : "ResultMetrics"
               },
               "errorCount" : {
                 "_type" : {
                   "_name" : "Int"
                 },
                 "_value" : "1"
               },
               "warningCount" : {
                 "_type" : {
                   "_name" : "Int"
                 },
                 "_value" : "26"
               }
             }
           }
[  +14 ms] Failed to build iOS app
[        ] Could not build the precompiled application for the device.
danagbemava-nc commented 1 year ago

Hi @Emaren, can you try the steps in https://github.com/firebase/flutterfire/issues/7184#issuecomment-1018467581 to see if it works for you?

Can you also share your Pofile & Podfile.lock

Emaren commented 1 year ago
flutter clean ``` Changing current working directory to: /Users/tonyblum/VSProjects/partners_naturally Cleaning Xcode workspace... 4.1s Cleaning Xcode workspace... 2,406ms Deleting build... 43ms Deleting .dart_tool... 1ms Deleting Generated.xcconfig... 0ms Deleting flutter_export_environment.sh... 0ms Deleting ephemeral... 0ms tonyblum@Tonys-MacBook-Pro ios % flutter pub get Running "flutter pub get" in partners_naturally... Resolving dependencies in ..... async 2.10.0 (2.11.0 available) characters 1.2.1 (1.3.0 available) collection 1.17.0 (1.17.1 available) js 0.6.5 (0.6.7 available) lints 2.0.1 (2.1.0 available) matcher 0.12.13 (0.12.15 available) material_color_utilities 0.2.0 (0.3.0 available) meta 1.8.0 (1.9.1 available) path 1.8.2 (1.8.3 available) source_span 1.9.1 (1.10.0 available) test_api 0.4.16 (0.5.2 available) Got dependencies in ..! ```
details ``` tonyblum@Tonys-MacBook-Pro partners_naturally % pod cache clean —all [!] No cache for pod named —all found tonyblum@Tonys-MacBook-Pro partners_naturally % flutter clean Cleaning Xcode workspace... 2,691ms Deleting .dart_tool... 3ms Deleting ephemeral... 0ms tonyblum@Tonys-MacBook-Pro partners_naturally % flutter pub get Running "flutter pub get" in partners_naturally... Resolving dependencies... + async 2.10.0 (2.11.0 available) + boolean_selector 2.1.1 + characters 1.2.1 (1.3.0 available) + clock 1.1.1 + collection 1.17.0 (1.17.1 available) + fake_async 1.3.1 + flutter 0.0.0 from sdk flutter + flutter_lints 2.0.1 + flutter_test 0.0.0 from sdk flutter + js 0.6.5 (0.6.7 available) + lints 2.0.1 (2.1.0 available) + matcher 0.12.13 (0.12.15 available) + material_color_utilities 0.2.0 (0.3.0 available) + meta 1.8.0 (1.9.1 available) + path 1.8.2 (1.8.3 available) + sky_engine 0.0.99 from sdk flutter + source_span 1.9.1 (1.10.0 available) + stack_trace 1.11.0 + stream_channel 2.1.1 + string_scanner 1.2.0 + term_glyph 1.2.1 + test_api 0.4.16 (0.5.2 available) + vector_math 2.1.4 Changed 23 dependencies! ```
Emaren commented 1 year ago
details ``` [!] No cache for pod named —all found tonyblum@Tonys-MacBook-Pro rigsatv2 % pod cache clean [!] You should either specify a pod name or use the --all flag Usage: $ pod cache clean [NAME] Remove the cache for a given pod, or clear the cache completely. If there is multiple cache for various versions of the requested pod, you will be asked which one to clean. Use `--all` to clean them all. If you do not give a pod `NAME`, you need to specify the `--all` flag (this is to avoid cleaning all the cache by mistake). Options: --all Remove all the cached pods without asking --allow-root Allows CocoaPods to run as root --silent Show nothing --verbose Show more debugging information --no-ansi Show output without ANSI codes --help Show help banner of specified command tonyblum@Tonys-MacBook-Pro rigsatv2 % pod cache clean —all [!] No cache for pod named —all found tonyblum@Tonys-MacBook-Pro rigsatv2 % flutter clean Cleaning Xcode workspace... 2,649ms Cleaning Xcode workspace... 3.5s Deleting build... 178ms Deleting .dart_tool... 9ms Deleting Generated.xcconfig... 0ms Deleting flutter_export_environment.sh... 0ms Deleting ephemeral... 0ms Deleting ephemeral... 0ms Deleting ephemeral... 0ms Deleting .flutter-plugins-dependencies... 0ms Deleting .flutter-plugins... 0ms tonyblum@Tonys-MacBook-Pro rigsatv2 % flutter pub get Running "flutter pub get" in rigsatv2... Resolving dependencies... (1.4s) async 2.10.0 (2.11.0 available) characters 1.2.1 (1.3.0 available) collection 1.17.0 (1.17.1 available) intl 0.17.0 (0.18.1 available) js 0.6.5 (0.6.7 available) lints 2.0.1 (2.1.0 available) matcher 0.12.13 (0.12.15 available) material_color_utilities 0.2.0 (0.3.0 available) meta 1.8.0 (1.9.1 available) path 1.8.2 (1.8.3 available) path_provider_android 2.0.24 (2.0.26 available) path_provider_foundation 2.2.1 (2.2.2 available) path_provider_windows 2.1.5 (2.1.6 available) petitparser 5.1.0 (5.4.0 available) progressive_time_picker 0.0.7 (0.0.8 available) source_span 1.9.1 (1.10.0 available) test_api 0.4.16 (0.5.2 available) vector_graphics 1.1.4 (1.1.5+1 available) vector_graphics_codec 1.1.4 (1.1.5+1 available) vector_graphics_compiler 1.1.4 (1.1.5+1 available) win32 3.1.4 (4.1.3 available) xml 6.2.2 (6.3.0 available) Got dependencies! ```
pod install ``` Analyzing dependencies cloud_firestore: Using Firebase SDK version '10.7.0' defined in 'firebase_core' firebase_auth: Using Firebase SDK version '10.7.0' defined in 'firebase_core' firebase_storage: Using Firebase SDK version '10.7.0' defined in 'firebase_core' Downloading dependencies Installing BoringSSL-GRPC (0.0.24) Installing Firebase (10.7.0) Installing FirebaseAppCheckInterop (10.9.0) Installing FirebaseAuth (10.7.0) Installing FirebaseAuthInterop (10.9.0) Installing FirebaseCore (10.7.0) Installing FirebaseCoreExtension (10.9.0) Installing FirebaseCoreInternal (10.7.0) Installing FirebaseFirestore (10.7.0) Installing FirebaseStorage (10.7.0) Installing Flutter (1.0.0) Installing GTMSessionFetcher (3.1.0) Installing GoogleAppMeasurement (7.11.0) Installing GoogleUtilities (7.11.1) Installing Libuv-gRPC (0.0.10) Installing PromisesObjC (2.2.0) Installing abseil (1.20211102.0) Installing cloud_firestore (4.5.2) Installing firebase_auth (4.4.2) Installing firebase_core (2.10.0) Installing firebase_storage (11.1.1) Installing gRPC-C++ (1.44.0) Installing gRPC-Core (1.44.0) Installing image_picker_ios (0.0.1) Installing leveldb-library (1.22.2) Installing nanopb (2.30908.0) Installing path_provider_foundation (0.0.1) Installing video_player_avfoundation (0.0.1) Generating Pods project Integrating client project Pod installation complete! There are 9 dependencies from the Podfile and 28 total pods installed. [!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `Runner` to `Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` or include the `Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` in your build configuration (`Flutter/Release.xcconfig`). [!] Your project does not explicitly specify the CocoaPods master specs repo. Since CDN is now used as the default, you may safely remove it from your repos directory via `pod repo remove master`. To suppress this warning please add `warn_for_unused_master_specs_repo => false` to your Podfile. ```
flutter run ``` Changing current working directory to: /Users/tonyblum/VSProjects/rigsatv2 Multiple devices found: SM A536W (mobile) • R5CT42DNHBY • android-arm64 • Android 13 (API 33) Tony’s iPhone (3) (mobile) • 00008120-0018242E229BC01E • ios • iOS 16.3.1 20D67 macOS (desktop) • macos • darwin-arm64 • macOS 13.2.1 22D68 darwin-arm64 Chrome (web) • chrome • web-javascript • Google Chrome 112.0.5615.137 [1]: SM A536W (R5CT42DNHBY) [2]: Tony’s iPhone (3) (00008120-0018242E229BC01E) [3]: macOS (macos) [4]: Chrome (chrome) Please choose one (To quit, press "q/Q"): 2 Launching lib/main.dart on Tony’s iPhone (3) in debug mode... Automatically signing iOS for device deployment using specified development team in Xcode project: 6XBF34DN79 Running pod install... 10.4s Running Xcode build... Xcode build done. 68.8s Failed to build iOS app Could not build the precompiled application for the device. Semantic Issue (Xcode): Cannot find interface declaration for 'FLTFirebasePlugin', superclass of 'FLTFirebaseAuthPlugin' /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth-4.4.2/ios/Classes/Public/FLTFirebaseAuthPlugin.h:21:6 Error launching application on Tony’s iPhone (3).
Emaren commented 1 year ago
Podfile ``` # Uncomment this line to define a global platform for your project platform :ios, '14.0' pod 'GoogleAppMeasurement', '~> 7.0' # pod 'FirebaseUI' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' project 'Runner', { 'Debug' => :debug, 'Profile' => :release, 'Release' => :release, } def flutter_root generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__) unless File.exist?(generated_xcode_build_settings_path) raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first" end File.foreach(generated_xcode_build_settings_path) do |line| matches = line.match(/FLUTTER_ROOT\=(.*)/) return matches[1].strip if matches end raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get" end require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root) flutter_ios_podfile_setup target 'Runner' do use_frameworks! use_modular_headers! flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) end post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_ios_build_settings(target) end end ```
Emaren commented 1 year ago
Podfile.lock ``` PODS: - abseil/algorithm (1.20211102.0): - abseil/algorithm/algorithm (= 1.20211102.0) - abseil/algorithm/container (= 1.20211102.0) - abseil/algorithm/algorithm (1.20211102.0): - abseil/base/config - abseil/algorithm/container (1.20211102.0): - abseil/algorithm/algorithm - abseil/base/core_headers - abseil/meta/type_traits - abseil/base (1.20211102.0): - abseil/base/atomic_hook (= 1.20211102.0) - abseil/base/base (= 1.20211102.0) - abseil/base/base_internal (= 1.20211102.0) - abseil/base/config (= 1.20211102.0) - abseil/base/core_headers (= 1.20211102.0) - abseil/base/dynamic_annotations (= 1.20211102.0) - abseil/base/endian (= 1.20211102.0) - abseil/base/errno_saver (= 1.20211102.0) - abseil/base/fast_type_id (= 1.20211102.0) - abseil/base/log_severity (= 1.20211102.0) - abseil/base/malloc_internal (= 1.20211102.0) - abseil/base/pretty_function (= 1.20211102.0) - abseil/base/raw_logging_internal (= 1.20211102.0) - abseil/base/spinlock_wait (= 1.20211102.0) - abseil/base/strerror (= 1.20211102.0) - abseil/base/throw_delegate (= 1.20211102.0) - abseil/base/atomic_hook (1.20211102.0): - abseil/base/config - abseil/base/core_headers - abseil/base/base (1.20211102.0): - abseil/base/atomic_hook - abseil/base/base_internal - abseil/base/config - abseil/base/core_headers - abseil/base/dynamic_annotations - abseil/base/log_severity - abseil/base/raw_logging_internal - abseil/base/spinlock_wait - abseil/meta/type_traits - abseil/base/base_internal (1.20211102.0): - abseil/base/config - abseil/meta/type_traits - abseil/base/config (1.20211102.0) - abseil/base/core_headers (1.20211102.0): - abseil/base/config - abseil/base/dynamic_annotations (1.20211102.0): - abseil/base/config - abseil/base/core_headers - abseil/base/endian (1.20211102.0): - abseil/base/base - abseil/base/config - abseil/base/core_headers - abseil/base/errno_saver (1.20211102.0): - abseil/base/config - abseil/base/fast_type_id (1.20211102.0): - abseil/base/config - abseil/base/log_severity (1.20211102.0): - abseil/base/config - abseil/base/core_headers - abseil/base/malloc_internal (1.20211102.0): - abseil/base/base - abseil/base/base_internal - abseil/base/config - abseil/base/core_headers - abseil/base/dynamic_annotations - abseil/base/raw_logging_internal - abseil/base/pretty_function (1.20211102.0) - abseil/base/raw_logging_internal (1.20211102.0): - abseil/base/atomic_hook - abseil/base/config - abseil/base/core_headers - abseil/base/log_severity - abseil/base/spinlock_wait (1.20211102.0): - abseil/base/base_internal - abseil/base/core_headers - abseil/base/errno_saver - abseil/base/strerror (1.20211102.0): - abseil/base/config - abseil/base/core_headers - abseil/base/errno_saver - abseil/base/throw_delegate (1.20211102.0): - abseil/base/config - abseil/base/raw_logging_internal - abseil/container/common (1.20211102.0): - abseil/meta/type_traits - abseil/types/optional - abseil/container/compressed_tuple (1.20211102.0): - abseil/utility/utility - abseil/container/container_memory (1.20211102.0): - abseil/base/config - abseil/memory/memory - abseil/meta/type_traits - abseil/utility/utility - abseil/container/fixed_array (1.20211102.0): - abseil/algorithm/algorithm - abseil/base/config - abseil/base/core_headers - abseil/base/dynamic_annotations - abseil/base/throw_delegate - abseil/container/compressed_tuple - abseil/memory/memory - abseil/container/flat_hash_map (1.20211102.0): - abseil/algorithm/container - abseil/container/container_memory - abseil/container/hash_function_defaults - abseil/container/raw_hash_map - abseil/memory/memory - abseil/container/hash_function_defaults (1.20211102.0): - abseil/base/config - abseil/hash/hash - abseil/strings/cord - abseil/strings/strings - abseil/container/hash_policy_traits (1.20211102.0): - abseil/meta/type_traits - abseil/container/hashtable_debug_hooks (1.20211102.0): - abseil/base/config - abseil/container/hashtablez_sampler (1.20211102.0): - abseil/base/base - abseil/base/core_headers - abseil/container/have_sse - abseil/debugging/stacktrace - abseil/memory/memory - abseil/profiling/exponential_biased - abseil/profiling/sample_recorder - abseil/synchronization/synchronization - abseil/utility/utility - abseil/container/have_sse (1.20211102.0) - abseil/container/inlined_vector (1.20211102.0): - abseil/algorithm/algorithm - abseil/base/core_headers - abseil/base/throw_delegate - abseil/container/inlined_vector_internal - abseil/memory/memory - abseil/container/inlined_vector_internal (1.20211102.0): - abseil/base/core_headers - abseil/container/compressed_tuple - abseil/memory/memory - abseil/meta/type_traits - abseil/types/span - abseil/container/layout (1.20211102.0): - abseil/base/config - abseil/base/core_headers - abseil/meta/type_traits - abseil/strings/strings - abseil/types/span - abseil/utility/utility - abseil/container/raw_hash_map (1.20211102.0): - abseil/base/throw_delegate - abseil/container/container_memory - abseil/container/raw_hash_set - abseil/container/raw_hash_set (1.20211102.0): - abseil/base/config - abseil/base/core_headers - abseil/base/endian - abseil/container/common - abseil/container/compressed_tuple - abseil/container/container_memory - abseil/container/hash_policy_traits - abseil/container/hashtable_debug_hooks - abseil/container/hashtablez_sampler - abseil/container/have_sse - abseil/memory/memory - abseil/meta/type_traits - abseil/numeric/bits - abseil/utility/utility - abseil/debugging/debugging_internal (1.20211102.0): - abseil/base/config - abseil/base/core_headers - abseil/base/dynamic_annotations - abseil/base/errno_saver - abseil/base/raw_logging_internal - abseil/debugging/demangle_internal (1.20211102.0): - abseil/base/base - abseil/base/config - abseil/base/core_headers - abseil/debugging/stacktrace (1.20211102.0): - abseil/base/config - abseil/base/core_headers - abseil/debugging/debugging_internal - abseil/debugging/symbolize (1.20211102.0): - abseil/base/base - abseil/base/config - abseil/base/core_headers - abseil/base/dynamic_annotations - abseil/base/malloc_internal - abseil/base/raw_logging_internal - abseil/debugging/debugging_internal - abseil/debugging/demangle_internal - abseil/strings/strings - abseil/functional/bind_front (1.20211102.0): - abseil/base/base_internal - abseil/container/compressed_tuple - abseil/meta/type_traits - abseil/utility/utility - abseil/functional/function_ref (1.20211102.0): - abseil/base/base_internal - abseil/base/core_headers - abseil/meta/type_traits - abseil/hash/city (1.20211102.0): - abseil/base/config - abseil/base/core_headers - abseil/base/endian - abseil/hash/hash (1.20211102.0): - abseil/base/config - abseil/base/core_headers - abseil/base/endian - abseil/container/fixed_array - abseil/hash/city - abseil/hash/low_level_hash - abseil/meta/type_traits - abseil/numeric/int128 - abseil/strings/strings - abseil/types/optional - abseil/types/variant - abseil/utility/utility - abseil/hash/low_level_hash (1.20211102.0): - abseil/base/config - abseil/base/endian - abseil/numeric/bits - abseil/numeric/int128 - abseil/memory (1.20211102.0): - abseil/memory/memory (= 1.20211102.0) - abseil/memory/memory (1.20211102.0): - abseil/base/core_headers - abseil/meta/type_traits - abseil/meta (1.20211102.0): - abseil/meta/type_traits (= 1.20211102.0) - abseil/meta/type_traits (1.20211102.0): - abseil/base/config - abseil/numeric/bits (1.20211102.0): - abseil/base/config - abseil/base/core_headers - abseil/numeric/int128 (1.20211102.0): - abseil/base/config - abseil/base/core_headers - abseil/numeric/bits - abseil/numeric/representation (1.20211102.0): - abseil/base/config - abseil/profiling/exponential_biased (1.20211102.0): - abseil/base/config - abseil/base/core_headers - abseil/profiling/sample_recorder (1.20211102.0): - abseil/base/config - abseil/base/core_headers - abseil/synchronization/synchronization - abseil/time/time - abseil/random/distributions (1.20211102.0): - abseil/base/base_internal - abseil/base/config - abseil/base/core_headers - abseil/meta/type_traits - abseil/numeric/bits - abseil/random/internal/distribution_caller - abseil/random/internal/fast_uniform_bits - abseil/random/internal/fastmath - abseil/random/internal/generate_real - abseil/random/internal/iostream_state_saver - abseil/random/internal/traits - abseil/random/internal/uniform_helper - abseil/random/internal/wide_multiply - abseil/strings/strings - abseil/random/internal/distribution_caller (1.20211102.0): - abseil/base/config - abseil/base/fast_type_id - abseil/utility/utility - abseil/random/internal/fast_uniform_bits (1.20211102.0): - abseil/base/config - abseil/meta/type_traits - abseil/random/internal/fastmath (1.20211102.0): - abseil/numeric/bits - abseil/random/internal/generate_real (1.20211102.0): - abseil/meta/type_traits - abseil/numeric/bits - abseil/random/internal/fastmath - abseil/random/internal/traits - abseil/random/internal/iostream_state_saver (1.20211102.0): - abseil/meta/type_traits - abseil/numeric/int128 - abseil/random/internal/nonsecure_base (1.20211102.0): - abseil/base/core_headers - abseil/meta/type_traits - abseil/random/internal/pool_urbg - abseil/random/internal/salted_seed_seq - abseil/random/internal/seed_material - abseil/types/optional - abseil/types/span - abseil/random/internal/pcg_engine (1.20211102.0): - abseil/base/config - abseil/meta/type_traits - abseil/numeric/bits - abseil/numeric/int128 - abseil/random/internal/fastmath - abseil/random/internal/iostream_state_saver - abseil/random/internal/platform (1.20211102.0): - abseil/base/config - abseil/random/internal/pool_urbg (1.20211102.0): - abseil/base/base - abseil/base/config - abseil/base/core_headers - abseil/base/endian - abseil/base/raw_logging_internal - abseil/random/internal/randen - abseil/random/internal/seed_material - abseil/random/internal/traits - abseil/random/seed_gen_exception - abseil/types/span - abseil/random/internal/randen (1.20211102.0): - abseil/base/raw_logging_internal - abseil/random/internal/platform - abseil/random/internal/randen_hwaes - abseil/random/internal/randen_slow - abseil/random/internal/randen_engine (1.20211102.0): - abseil/base/endian - abseil/meta/type_traits - abseil/random/internal/iostream_state_saver - abseil/random/internal/randen - abseil/random/internal/randen_hwaes (1.20211102.0): - abseil/base/config - abseil/random/internal/platform - abseil/random/internal/randen_hwaes_impl - abseil/random/internal/randen_hwaes_impl (1.20211102.0): - abseil/base/config - abseil/base/core_headers - abseil/numeric/int128 - abseil/random/internal/platform - abseil/random/internal/randen_slow (1.20211102.0): - abseil/base/config - abseil/base/core_headers - abseil/base/endian - abseil/numeric/int128 - abseil/random/internal/platform - abseil/random/internal/salted_seed_seq (1.20211102.0): - abseil/container/inlined_vector - abseil/meta/type_traits - abseil/random/internal/seed_material - abseil/types/optional - abseil/types/span - abseil/random/internal/seed_material (1.20211102.0): - abseil/base/core_headers - abseil/base/dynamic_annotations - abseil/base/raw_logging_internal - abseil/random/internal/fast_uniform_bits - abseil/strings/strings - abseil/types/optional - abseil/types/span - abseil/random/internal/traits (1.20211102.0): - abseil/base/config - abseil/random/internal/uniform_helper (1.20211102.0): - abseil/base/config - abseil/meta/type_traits - abseil/random/internal/traits - abseil/random/internal/wide_multiply (1.20211102.0): - abseil/base/config - abseil/numeric/bits - abseil/numeric/int128 - abseil/random/internal/traits - abseil/random/random (1.20211102.0): - abseil/random/distributions - abseil/random/internal/nonsecure_base - abseil/random/internal/pcg_engine - abseil/random/internal/pool_urbg - abseil/random/internal/randen_engine - abseil/random/seed_sequences - abseil/random/seed_gen_exception (1.20211102.0): - abseil/base/config - abseil/random/seed_sequences (1.20211102.0): - abseil/container/inlined_vector - abseil/random/internal/nonsecure_base - abseil/random/internal/pool_urbg - abseil/random/internal/salted_seed_seq - abseil/random/internal/seed_material - abseil/random/seed_gen_exception - abseil/types/span - abseil/status/status (1.20211102.0): - abseil/base/atomic_hook - abseil/base/config - abseil/base/core_headers - abseil/base/raw_logging_internal - abseil/container/inlined_vector - abseil/debugging/stacktrace - abseil/debugging/symbolize - abseil/functional/function_ref - abseil/strings/cord - abseil/strings/str_format - abseil/strings/strings - abseil/types/optional - abseil/status/statusor (1.20211102.0): - abseil/base/base - abseil/base/core_headers - abseil/base/raw_logging_internal - abseil/meta/type_traits - abseil/status/status - abseil/strings/strings - abseil/types/variant - abseil/utility/utility - abseil/strings/cord (1.20211102.0): - abseil/base/base - abseil/base/config - abseil/base/core_headers - abseil/base/endian - abseil/base/raw_logging_internal - abseil/container/fixed_array - abseil/container/inlined_vector - abseil/functional/function_ref - abseil/meta/type_traits - abseil/strings/cord_internal - abseil/strings/cordz_functions - abseil/strings/cordz_info - abseil/strings/cordz_statistics - abseil/strings/cordz_update_scope - abseil/strings/cordz_update_tracker - abseil/strings/internal - abseil/strings/str_format - abseil/strings/strings - abseil/types/optional - abseil/strings/cord_internal (1.20211102.0): - abseil/base/base_internal - abseil/base/config - abseil/base/core_headers - abseil/base/endian - abseil/base/raw_logging_internal - abseil/base/throw_delegate - abseil/container/compressed_tuple - abseil/container/inlined_vector - abseil/container/layout - abseil/functional/function_ref - abseil/meta/type_traits - abseil/strings/strings - abseil/types/span - abseil/strings/cordz_functions (1.20211102.0): - abseil/base/config - abseil/base/core_headers - abseil/base/raw_logging_internal - abseil/profiling/exponential_biased - abseil/strings/cordz_handle (1.20211102.0): - abseil/base/base - abseil/base/config - abseil/base/raw_logging_internal - abseil/synchronization/synchronization - abseil/strings/cordz_info (1.20211102.0): - abseil/base/base - abseil/base/config - abseil/base/core_headers - abseil/base/raw_logging_internal - abseil/container/inlined_vector - abseil/debugging/stacktrace - abseil/strings/cord_internal - abseil/strings/cordz_functions - abseil/strings/cordz_handle - abseil/strings/cordz_statistics - abseil/strings/cordz_update_tracker - abseil/synchronization/synchronization - abseil/types/span - abseil/strings/cordz_statistics (1.20211102.0): - abseil/base/config - abseil/strings/cordz_update_tracker - abseil/strings/cordz_update_scope (1.20211102.0): - abseil/base/config - abseil/base/core_headers - abseil/strings/cord_internal - abseil/strings/cordz_info - abseil/strings/cordz_update_tracker - abseil/strings/cordz_update_tracker (1.20211102.0): - abseil/base/config - abseil/strings/internal (1.20211102.0): - abseil/base/config - abseil/base/core_headers - abseil/base/endian - abseil/base/raw_logging_internal - abseil/meta/type_traits - abseil/strings/str_format (1.20211102.0): - abseil/strings/str_format_internal - abseil/strings/str_format_internal (1.20211102.0): - abseil/base/config - abseil/base/core_headers - abseil/functional/function_ref - abseil/meta/type_traits - abseil/numeric/bits - abseil/numeric/int128 - abseil/numeric/representation - abseil/strings/strings - abseil/types/optional - abseil/types/span - abseil/strings/strings (1.20211102.0): - abseil/base/base - abseil/base/config - abseil/base/core_headers - abseil/base/endian - abseil/base/raw_logging_internal - abseil/base/throw_delegate - abseil/memory/memory - abseil/meta/type_traits - abseil/numeric/bits - abseil/numeric/int128 - abseil/strings/internal - abseil/synchronization/graphcycles_internal (1.20211102.0): - abseil/base/base - abseil/base/base_internal - abseil/base/config - abseil/base/core_headers - abseil/base/malloc_internal - abseil/base/raw_logging_internal - abseil/synchronization/kernel_timeout_internal (1.20211102.0): - abseil/base/core_headers - abseil/base/raw_logging_internal - abseil/time/time - abseil/synchronization/synchronization (1.20211102.0): - abseil/base/atomic_hook - abseil/base/base - abseil/base/base_internal - abseil/base/config - abseil/base/core_headers - abseil/base/dynamic_annotations - abseil/base/malloc_internal - abseil/base/raw_logging_internal - abseil/debugging/stacktrace - abseil/debugging/symbolize - abseil/synchronization/graphcycles_internal - abseil/synchronization/kernel_timeout_internal - abseil/time/time - abseil/time (1.20211102.0): - abseil/time/internal (= 1.20211102.0) - abseil/time/time (= 1.20211102.0) - abseil/time/internal (1.20211102.0): - abseil/time/internal/cctz (= 1.20211102.0) - abseil/time/internal/cctz (1.20211102.0): - abseil/time/internal/cctz/civil_time (= 1.20211102.0) - abseil/time/internal/cctz/time_zone (= 1.20211102.0) - abseil/time/internal/cctz/civil_time (1.20211102.0): - abseil/base/config - abseil/time/internal/cctz/time_zone (1.20211102.0): - abseil/base/config - abseil/time/internal/cctz/civil_time - abseil/time/time (1.20211102.0): - abseil/base/base - abseil/base/core_headers - abseil/base/raw_logging_internal - abseil/numeric/int128 - abseil/strings/strings - abseil/time/internal/cctz/civil_time - abseil/time/internal/cctz/time_zone - abseil/types (1.20211102.0): - abseil/types/any (= 1.20211102.0) - abseil/types/bad_any_cast (= 1.20211102.0) - abseil/types/bad_any_cast_impl (= 1.20211102.0) - abseil/types/bad_optional_access (= 1.20211102.0) - abseil/types/bad_variant_access (= 1.20211102.0) - abseil/types/compare (= 1.20211102.0) - abseil/types/optional (= 1.20211102.0) - abseil/types/span (= 1.20211102.0) - abseil/types/variant (= 1.20211102.0) - abseil/types/any (1.20211102.0): - abseil/base/config - abseil/base/core_headers - abseil/base/fast_type_id - abseil/meta/type_traits - abseil/types/bad_any_cast - abseil/utility/utility - abseil/types/bad_any_cast (1.20211102.0): - abseil/base/config - abseil/types/bad_any_cast_impl - abseil/types/bad_any_cast_impl (1.20211102.0): - abseil/base/config - abseil/base/raw_logging_internal - abseil/types/bad_optional_access (1.20211102.0): - abseil/base/config - abseil/base/raw_logging_internal - abseil/types/bad_variant_access (1.20211102.0): - abseil/base/config - abseil/base/raw_logging_internal - abseil/types/compare (1.20211102.0): - abseil/base/core_headers - abseil/meta/type_traits - abseil/types/optional (1.20211102.0): - abseil/base/base_internal - abseil/base/config - abseil/base/core_headers - abseil/memory/memory - abseil/meta/type_traits - abseil/types/bad_optional_access - abseil/utility/utility - abseil/types/span (1.20211102.0): - abseil/algorithm/algorithm - abseil/base/core_headers - abseil/base/throw_delegate - abseil/meta/type_traits - abseil/types/variant (1.20211102.0): - abseil/base/base_internal - abseil/base/config - abseil/base/core_headers - abseil/meta/type_traits - abseil/types/bad_variant_access - abseil/utility/utility - abseil/utility/utility (1.20211102.0): - abseil/base/base_internal - abseil/base/config - abseil/meta/type_traits - BoringSSL-GRPC (0.0.24): - BoringSSL-GRPC/Implementation (= 0.0.24) - BoringSSL-GRPC/Interface (= 0.0.24) - BoringSSL-GRPC/Implementation (0.0.24): - BoringSSL-GRPC/Interface (= 0.0.24) - BoringSSL-GRPC/Interface (0.0.24) - cloud_firestore (4.5.2): - Firebase/Firestore (= 10.7.0) - firebase_core - Flutter - nanopb (< 2.30910.0, >= 2.30908.0) - Firebase/Auth (10.7.0): - Firebase/CoreOnly - FirebaseAuth (~> 10.7.0) - Firebase/CoreOnly (10.7.0): - FirebaseCore (= 10.7.0) - Firebase/Firestore (10.7.0): - Firebase/CoreOnly - FirebaseFirestore (~> 10.7.0) - Firebase/Storage (10.7.0): - Firebase/CoreOnly - FirebaseStorage (~> 10.7.0) - firebase_auth (4.4.2): - Firebase/Auth (= 10.7.0) - firebase_core - Flutter - firebase_core (2.10.0): - Flutter - firebase_storage (11.1.1): - Firebase/Storage (= 10.7.0) - firebase_core - Flutter - FirebaseAppCheckInterop (10.9.0) - FirebaseAuth (10.7.0): - FirebaseCore (~> 10.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.8) - GoogleUtilities/Environment (~> 7.8) - GTMSessionFetcher/Core (< 4.0, >= 2.1) - FirebaseAuthInterop (10.9.0) - FirebaseCore (10.7.0): - FirebaseCoreInternal (~> 10.0) - GoogleUtilities/Environment (~> 7.8) - GoogleUtilities/Logger (~> 7.8) - FirebaseCoreExtension (10.9.0): - FirebaseCore (~> 10.0) - FirebaseCoreInternal (10.7.0): - "GoogleUtilities/NSData+zlib (~> 7.8)" - FirebaseFirestore (10.7.0): - abseil/algorithm (~> 1.20211102.0) - abseil/base (~> 1.20211102.0) - abseil/container/flat_hash_map (~> 1.20211102.0) - abseil/memory (~> 1.20211102.0) - abseil/meta (~> 1.20211102.0) - abseil/strings/strings (~> 1.20211102.0) - abseil/time (~> 1.20211102.0) - abseil/types (~> 1.20211102.0) - FirebaseCore (~> 10.0) - "gRPC-C++ (~> 1.44.0)" - leveldb-library (~> 1.22) - nanopb (< 2.30910.0, >= 2.30908.0) - FirebaseStorage (10.7.0): - FirebaseAppCheckInterop (~> 10.0) - FirebaseAuthInterop (~> 10.0) - FirebaseCore (~> 10.0) - FirebaseCoreExtension (~> 10.0) - GTMSessionFetcher/Core (< 4.0, >= 2.1) - Flutter (1.0.0) - GoogleAppMeasurement (7.11.0): - GoogleAppMeasurement/AdIdSupport (= 7.11.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) - "GoogleUtilities/NSData+zlib (~> 7.0)" - nanopb (~> 2.30908.0) - GoogleAppMeasurement/AdIdSupport (7.11.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) - "GoogleUtilities/NSData+zlib (~> 7.0)" - nanopb (~> 2.30908.0) - GoogleUtilities/AppDelegateSwizzler (7.11.1): - GoogleUtilities/Environment - GoogleUtilities/Logger - GoogleUtilities/Network - GoogleUtilities/Environment (7.11.1): - PromisesObjC (< 3.0, >= 1.2) - GoogleUtilities/Logger (7.11.1): - GoogleUtilities/Environment - GoogleUtilities/MethodSwizzler (7.11.1): - GoogleUtilities/Logger - GoogleUtilities/Network (7.11.1): - GoogleUtilities/Logger - "GoogleUtilities/NSData+zlib" - GoogleUtilities/Reachability - "GoogleUtilities/NSData+zlib (7.11.1)" - GoogleUtilities/Reachability (7.11.1): - GoogleUtilities/Logger - "gRPC-C++ (1.44.0)": - "gRPC-C++/Implementation (= 1.44.0)" - "gRPC-C++/Interface (= 1.44.0)" - "gRPC-C++/Implementation (1.44.0)": - abseil/base/base (= 1.20211102.0) - abseil/base/core_headers (= 1.20211102.0) - abseil/container/flat_hash_map (= 1.20211102.0) - abseil/container/inlined_vector (= 1.20211102.0) - abseil/functional/bind_front (= 1.20211102.0) - abseil/hash/hash (= 1.20211102.0) - abseil/memory/memory (= 1.20211102.0) - abseil/random/random (= 1.20211102.0) - abseil/status/status (= 1.20211102.0) - abseil/status/statusor (= 1.20211102.0) - abseil/strings/cord (= 1.20211102.0) - abseil/strings/str_format (= 1.20211102.0) - abseil/strings/strings (= 1.20211102.0) - abseil/synchronization/synchronization (= 1.20211102.0) - abseil/time/time (= 1.20211102.0) - abseil/types/optional (= 1.20211102.0) - abseil/types/variant (= 1.20211102.0) - abseil/utility/utility (= 1.20211102.0) - "gRPC-C++/Interface (= 1.44.0)" - gRPC-Core (= 1.44.0) - "gRPC-C++/Interface (1.44.0)" - gRPC-Core (1.44.0): - gRPC-Core/Implementation (= 1.44.0) - gRPC-Core/Interface (= 1.44.0) - gRPC-Core/Implementation (1.44.0): - abseil/base/base (= 1.20211102.0) - abseil/base/core_headers (= 1.20211102.0) - abseil/container/flat_hash_map (= 1.20211102.0) - abseil/container/inlined_vector (= 1.20211102.0) - abseil/functional/bind_front (= 1.20211102.0) - abseil/hash/hash (= 1.20211102.0) - abseil/memory/memory (= 1.20211102.0) - abseil/random/random (= 1.20211102.0) - abseil/status/status (= 1.20211102.0) - abseil/status/statusor (= 1.20211102.0) - abseil/strings/cord (= 1.20211102.0) - abseil/strings/str_format (= 1.20211102.0) - abseil/strings/strings (= 1.20211102.0) - abseil/synchronization/synchronization (= 1.20211102.0) - abseil/time/time (= 1.20211102.0) - abseil/types/optional (= 1.20211102.0) - abseil/types/variant (= 1.20211102.0) - abseil/utility/utility (= 1.20211102.0) - BoringSSL-GRPC (= 0.0.24) - gRPC-Core/Interface (= 1.44.0) - Libuv-gRPC (= 0.0.10) - gRPC-Core/Interface (1.44.0) - GTMSessionFetcher/Core (3.1.0) - image_picker_ios (0.0.1): - Flutter - leveldb-library (1.22.2) - Libuv-gRPC (0.0.10): - Libuv-gRPC/Implementation (= 0.0.10) - Libuv-gRPC/Interface (= 0.0.10) - Libuv-gRPC/Implementation (0.0.10): - Libuv-gRPC/Interface (= 0.0.10) - Libuv-gRPC/Interface (0.0.10) - nanopb (2.30908.0): - nanopb/decode (= 2.30908.0) - nanopb/encode (= 2.30908.0) - nanopb/decode (2.30908.0) - nanopb/encode (2.30908.0) - path_provider_foundation (0.0.1): - Flutter - FlutterMacOS - PromisesObjC (2.2.0) - video_player_avfoundation (0.0.1): - Flutter DEPENDENCIES: - cloud_firestore (from `.symlinks/plugins/cloud_firestore/ios`) - firebase_auth (from `.symlinks/plugins/firebase_auth/ios`) - firebase_core (from `.symlinks/plugins/firebase_core/ios`) - firebase_storage (from `.symlinks/plugins/firebase_storage/ios`) - Flutter (from `Flutter`) - GoogleAppMeasurement (~> 7.0) - image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`) - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/ios`) - video_player_avfoundation (from `.symlinks/plugins/video_player_avfoundation/ios`) SPEC REPOS: trunk: - abseil - BoringSSL-GRPC - Firebase - FirebaseAppCheckInterop - FirebaseAuth - FirebaseAuthInterop - FirebaseCore - FirebaseCoreExtension - FirebaseCoreInternal - FirebaseFirestore - FirebaseStorage - GoogleAppMeasurement - GoogleUtilities - "gRPC-C++" - gRPC-Core - GTMSessionFetcher - leveldb-library - Libuv-gRPC - nanopb - PromisesObjC EXTERNAL SOURCES: cloud_firestore: :path: ".symlinks/plugins/cloud_firestore/ios" firebase_auth: :path: ".symlinks/plugins/firebase_auth/ios" firebase_core: :path: ".symlinks/plugins/firebase_core/ios" firebase_storage: :path: ".symlinks/plugins/firebase_storage/ios" Flutter: :path: Flutter image_picker_ios: :path: ".symlinks/plugins/image_picker_ios/ios" path_provider_foundation: :path: ".symlinks/plugins/path_provider_foundation/ios" video_player_avfoundation: :path: ".symlinks/plugins/video_player_avfoundation/ios" SPEC CHECKSUMS: abseil: ebe5b5529fb05d93a8bdb7951607be08b7fa71bc BoringSSL-GRPC: 3175b25143e648463a56daeaaa499c6cb86dad33 cloud_firestore: 48bc9a6ed3d534417f4f5c095c30e9374c1101bc Firebase: 0219acf760880eeec8ce479895bd7767466d9f81 firebase_auth: 98778cde4127b34d2d006f8bd049d3a8131f37bd firebase_core: a12e4eb72149b019aad90c699c005c1365b67c81 firebase_storage: caf39437ad5db21ea75fd3dca77a21cd9178d158 FirebaseAppCheckInterop: e69dde5cd51b88ee1b4339d6766b691272256f9b FirebaseAuth: dd64c01631df724b09f33e584625775c52f7d71f FirebaseAuthInterop: e53c08e60a02de17d1ab77c5032db8ae22d3a799 FirebaseCore: e317665b9d744727a97e623edbbed009320afdd7 FirebaseCoreExtension: d3e9bba2930a8033042112397cd9f006a1bb203d FirebaseCoreInternal: 8845798510aae74703467480f71ac613788d0696 FirebaseFirestore: 3963a6edd1c84b4748dab3e2c62624a29d03eca1 FirebaseStorage: 4841efa304543e1f9e4ca116c559c7a1ea2a9d0f Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 GoogleAppMeasurement: fd19169c3034975cb934e865e5667bfdce59df7f GoogleUtilities: 9aa0ad5a7bc171f8bae016300bfcfa3fb8425749 "gRPC-C++": 9675f953ace2b3de7c506039d77be1f2e77a8db2 gRPC-Core: 943e491cb0d45598b0b0eb9e910c88080369290b GTMSessionFetcher: c9e714f7eec91a55641e2bab9f45fd83a219b882 image_picker_ios: 4a8aadfbb6dc30ad5141a2ce3832af9214a705b5 leveldb-library: f03246171cce0484482ec291f88b6d563699ee06 Libuv-gRPC: 55e51798e14ef436ad9bc45d12d43b77b49df378 nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96 path_provider_foundation: c68054786f1b4f3343858c1e1d0caaded73f0be9 PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef video_player_avfoundation: 81e49bb3d9fb63dccf9fa0f6d877dc3ddbeac126 PODFILE CHECKSUM: 97a4899adfc9413393e7fc1c6644454d2049f563 COCOAPODS: 1.12.1 ```
Emaren commented 1 year ago

I followed these 5 steps exactly:

  1. Remove ios/Pods folder.
  2. Remove Podfile and Podfile.lock
  3. Remove pubspec.lock
  4. Run pod cache clean —all in terminal
  5. Run flutter clean in terminal
  6. Run flutter pub get in terminal
  7. Run pod install in terminal

tonyblum@Tonys-MacBook-Pro partners_naturally % pod cache clean —all

[!] No cache for pod named —all found

flutter clean ``` Cleaning Xcode workspace... 4.0s Cleaning Xcode workspace... 2,333ms Deleting build... 25ms Deleting .dart_tool... 1ms Deleting Generated.xcconfig... 0ms Deleting flutter_export_environment.sh... 0ms Deleting Flutter.podspec... 0ms Deleting ephemeral... 0ms Deleting ephemeral... 0ms Deleting ephemeral... 0ms Deleting .flutter-plugins-dependencies... 0ms Deleting .flutter-plugins... 0ms tonyblum@Tonys-MacBook-Pro partners_naturally % flutter pub get Running "flutter pub get" in partners_naturally... Resolving dependencies... + async 2.10.0 (2.11.0 available) + boolean_selector 2.1.1 + characters 1.2.1 (1.3.0 available) + clock 1.1.1 + collection 1.17.0 (1.17.1 available) + fake_async 1.3.1 + firebase_core 2.10.0 + firebase_core_platform_interface 4.6.0 + firebase_core_web 2.3.0 + flutter 0.0.0 from sdk flutter + flutter_lints 2.0.1 + flutter_test 0.0.0 from sdk flutter + flutter_web_plugins 0.0.0 from sdk flutter + js 0.6.5 (0.6.7 available) + lints 2.0.1 (2.1.0 available) + matcher 0.12.13 (0.12.15 available) + material_color_utilities 0.2.0 (0.3.0 available) + meta 1.8.0 (1.9.1 available) + path 1.8.2 (1.8.3 available) + plugin_platform_interface 2.1.4 + sky_engine 0.0.99 from sdk flutter + source_span 1.9.1 (1.10.0 available) + stack_trace 1.11.0 + stream_channel 2.1.1 + string_scanner 1.2.0 + term_glyph 1.2.1 + test_api 0.4.16 (0.5.2 available) + vector_math 2.1.4 Changed 28 dependencies! ```
details ``` tonyblum@Tonys-MacBook-Pro partners_naturally % pod install [!] No `Podfile' found in the project directory. tonyblum@Tonys-MacBook-Pro partners_naturally % cd ios tonyblum@Tonys-MacBook-Pro ios % pod install Analyzing dependencies Downloading dependencies Installing Flutter (1.0.0) Installing firebase_core (2.10.0) Generating Pods project Integrating client project Pod installation complete! There are 2 dependencies from the Podfile and 2 total pods installed. [!] Automatically assigning platform `iOS` with version `12.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`. [!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `Runner` to `Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` or include the `Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` in your build configuration (`Flutter/Release.xcconfig`). [!] Your project does not explicitly specify the CocoaPods master specs repo. Since CDN is now used as the default, you may safely remove it from your repos directory via `pod repo remove master`. To suppress this warning please add `warn_for_unused_master_specs_repo => false` to your Podfile. ```
flutter run ``` Changing current working directory to: /Users/tonyblum/VSProjects/partners_naturally Multiple devices found: SM A536W (mobile) • R5CT42DNHBY • android-arm64 • Android 13 (API 33) Tony’s iPhone (3) (mobile) • 00008120-0018242E229BC01E • ios • iOS 16.3.1 20D67 macOS (desktop) • macos • darwin-arm64 • macOS 13.2.1 22D68 darwin-arm64 Chrome (web) • chrome • web-javascript • Google Chrome 112.0.5615.137 [1]: SM A536W (R5CT42DNHBY) [2]: Tony’s iPhone (3) (00008120-0018242E229BC01E) [3]: macOS (macos) [4]: Chrome (chrome) Please choose one (To quit, press "q/Q"): 2 Launching lib/main.dart on Tony’s iPhone (3) in debug mode... Automatically signing iOS for device deployment using specified development team in Xcode project: 6XBF34DN79 Running pod install... 635ms Running Xcode build... └─Compiling, linking and signing... 4.3s Xcode build done. 69.2s Failed to build iOS app Could not build the precompiled application for the device. Parse Issue (Xcode): Module 'firebase_core' not found /Users/tonyblum/VSProjects/partners_naturally/ios/Runner/GeneratedPluginRegistrant.m:11:8 Error launching application on Tony’s iPhone (3). ```
Emaren commented 1 year ago
Podfile ``` # Uncomment this line to define a global platform for your project # platform :ios, '11.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' project 'Runner', { 'Debug' => :debug, 'Profile' => :release, 'Release' => :release, } def flutter_root generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__) unless File.exist?(generated_xcode_build_settings_path) raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first" end File.foreach(generated_xcode_build_settings_path) do |line| matches = line.match(/FLUTTER_ROOT\=(.*)/) return matches[1].strip if matches end raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get" end require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root) flutter_ios_podfile_setup target 'Runner' do use_frameworks! use_modular_headers! flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) end post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_ios_build_settings(target) end end ```
Emaren commented 1 year ago
Podfile.lock ``` PODS: - firebase_core (2.10.0): - Flutter - Flutter (1.0.0) DEPENDENCIES: - firebase_core (from `.symlinks/plugins/firebase_core/ios`) - Flutter (from `Flutter`) EXTERNAL SOURCES: firebase_core: :path: ".symlinks/plugins/firebase_core/ios" Flutter: :path: Flutter SPEC CHECKSUMS: firebase_core: a12e4eb72149b019aad90c699c005c1365b67c81 Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3 COCOAPODS: 1.12.1 ```
Emaren commented 1 year ago

Different app, same steps:

Remove ios/Pods folder. Remove Podfile and Podfile.lock Remove pubspec.lock Run pod cache clean —all in terminal Run flutter clean in terminal Run flutter pub get in terminal Run pod install in terminal

tonyblum@Tonys-MacBook-Pro rigsatv2 % pod cache clean —all

[!] No cache for pod named —all found tonyblum@Tonys-MacBook-Pro rigsatv2 % flutter clean Cleaning Xcode workspace... 2,194ms Cleaning Xcode workspace... 3.4s Deleting build... 193ms Deleting .dart_tool... 0ms Deleting Generated.xcconfig... 0ms Deleting flutter_export_environment.sh... 0ms Deleting Flutter.podspec... 0ms Deleting ephemeral... 0ms Deleting ephemeral... 0ms Deleting ephemeral... 0ms Deleting .flutter-plugins-dependencies... 0ms Deleting .flutter-plugins... 0ms tonyblum@Tonys-MacBook-Pro rigsatv2 % flutter pub get Running "flutter pub get" in rigsatv2... Resolving dependencies... (1.3s)

[!] Automatically assigning platform iOS with version 14.0 on target Runner because no platform was specified. Please specify a platform for this target in your Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform.

[!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target Runner to Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig or include the Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig in your build configuration (Flutter/Release.xcconfig).

[!] Your project does not explicitly specify the CocoaPods master specs repo. Since CDN is now used as the default, you may safely remove it from your repos directory via pod repo remove master. To suppress this warning please add warn_for_unused_master_specs_repo => false to your Podfile. tonyblum@Tonys-MacBook-Pro ios % flutter run Changing current working directory to: /Users/tonyblum/VSProjects/rigsatv2 Multiple devices found: SM A536W (mobile) • R5CT42DNHBY • android-arm64 • Android 13 (API 33) Tony’s iPhone (3) (mobile) • 00008120-0018242E229BC01E • ios • iOS 16.3.1 20D67 macOS (desktop) • macos • darwin-arm64 • macOS 13.2.1 22D68 darwin-arm64 Chrome (web) • chrome • web-javascript • Google Chrome 112.0.5615.137 [1]: SM A536W (R5CT42DNHBY) [2]: Tony’s iPhone (3) (00008120-0018242E229BC01E)

Please choose one (To quit, press "q/Q"): 2 Launching lib/main.dart on Tony’s iPhone (3) in debug mode... Automatically signing iOS for device deployment using specified development team in Xcode project: 6XBF34DN79 Running pod install... 9.9s Running Xcode build...
Xcode build done. 52.2s Failed to build iOS app Could not build the precompiled application for the device. Semantic Issue (Xcode): Cannot find interface declaration for 'FLTFirebasePlugin', superclass of 'FLTFirebaseAuthPlugin' /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth-4.4.2/ios/Classes/Public/FLTFirebaseAuthPlugin.h:21:6

Error launching application on Tony’s iPhone (3).

Emaren commented 1 year ago

Podfile

Uncomment this line to define a global platform for your project

platform :ios, '11.0'

CocoaPods analytics sends network stats synchronously affecting flutter build latency.

ENV['COCOAPODS_DISABLE_STATS'] = 'true'

project 'Runner', { 'Debug' => :debug, 'Profile' => :release, 'Release' => :release, }

def flutter_root generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), FILE) unless File.exist?(generated_xcode_build_settings_path) raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first" end

File.foreach(generated_xcode_build_settings_path) do |line| matches = line.match(/FLUTTER_ROOT\=(.*)/) return matches[1].strip if matches end raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get" end

require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)

flutter_ios_podfile_setup

target 'Runner' do use_frameworks! use_modular_headers!

flutter_install_all_ios_pods File.dirname(File.realpath(FILE)) end

post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_ios_build_settings(target) end end

Emaren commented 1 year ago

Podfile.lock

PODS:

DEPENDENCIES:

SPEC REPOS: trunk:

EXTERNAL SOURCES: cloud_firestore: :path: ".symlinks/plugins/cloud_firestore/ios" firebase_auth: :path: ".symlinks/plugins/firebase_auth/ios" firebase_core: :path: ".symlinks/plugins/firebase_core/ios" firebase_storage: :path: ".symlinks/plugins/firebase_storage/ios" Flutter: :path: Flutter image_picker_ios: :path: ".symlinks/plugins/image_picker_ios/ios" path_provider_foundation: :path: ".symlinks/plugins/path_provider_foundation/ios" video_player_avfoundation: :path: ".symlinks/plugins/video_player_avfoundation/ios"

SPEC CHECKSUMS: abseil: ebe5b5529fb05d93a8bdb7951607be08b7fa71bc BoringSSL-GRPC: 3175b25143e648463a56daeaaa499c6cb86dad33 cloud_firestore: 48bc9a6ed3d534417f4f5c095c30e9374c1101bc Firebase: 0219acf760880eeec8ce479895bd7767466d9f81 firebase_auth: 98778cde4127b34d2d006f8bd049d3a8131f37bd firebase_core: a12e4eb72149b019aad90c699c005c1365b67c81 firebase_storage: caf39437ad5db21ea75fd3dca77a21cd9178d158 FirebaseAppCheckInterop: e69dde5cd51b88ee1b4339d6766b691272256f9b FirebaseAuth: dd64c01631df724b09f33e584625775c52f7d71f FirebaseAuthInterop: e53c08e60a02de17d1ab77c5032db8ae22d3a799 FirebaseCore: e317665b9d744727a97e623edbbed009320afdd7 FirebaseCoreExtension: d3e9bba2930a8033042112397cd9f006a1bb203d FirebaseCoreInternal: d2b4acb827908e72eca47a9fd896767c3053921e FirebaseFirestore: 3963a6edd1c84b4748dab3e2c62624a29d03eca1 FirebaseStorage: 4841efa304543e1f9e4ca116c559c7a1ea2a9d0f Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 GoogleUtilities: 9aa0ad5a7bc171f8bae016300bfcfa3fb8425749 "gRPC-C++": 9675f953ace2b3de7c506039d77be1f2e77a8db2 gRPC-Core: 943e491cb0d45598b0b0eb9e910c88080369290b GTMSessionFetcher: e8647203b65cee28c5f73d0f473d096653945e72 image_picker_ios: 4a8aadfbb6dc30ad5141a2ce3832af9214a705b5 leveldb-library: f03246171cce0484482ec291f88b6d563699ee06 Libuv-gRPC: 55e51798e14ef436ad9bc45d12d43b77b49df378 nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431 path_provider_foundation: c68054786f1b4f3343858c1e1d0caaded73f0be9 PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef video_player_avfoundation: 81e49bb3d9fb63dccf9fa0f6d877dc3ddbeac126

PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3

COCOAPODS: 1.12.1

Emaren commented 1 year ago

pubspec.lock

Generated by pub

See https://dart.dev/tools/pub/glossary#lockfile

packages: _flutterfire_internals: dependency: transitive description: name: _flutterfire_internals sha256: "6a0ad72b2bcdb461749e40c01c478212a78db848dfcb2f10f2a461988bc5fb29" url: "https://pub.dev" source: hosted version: "1.1.1" args: dependency: transitive description: name: args sha256: "4cab82a83ffef80b262ddedf47a0a8e56ee6fbf7fe21e6e768b02792034dd440" url: "https://pub.dev" source: hosted version: "2.4.0" async: dependency: transitive description: name: async sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0 url: "https://pub.dev" source: hosted version: "2.10.0" boolean_selector: dependency: transitive description: name: boolean_selector sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66" url: "https://pub.dev" source: hosted version: "2.1.1" characters: dependency: transitive description: name: characters sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c url: "https://pub.dev" source: hosted version: "1.2.1" clock: dependency: transitive description: name: clock sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf url: "https://pub.dev" source: hosted version: "1.1.1" cloud_firestore: dependency: "direct main" description: name: cloud_firestore sha256: "17b4bac19f367ba1bd84239493a9a4182730221e4780334dd9cd57c4f13eccb7" url: "https://pub.dev" source: hosted version: "4.5.2" cloud_firestore_platform_interface: dependency: transitive description: name: cloud_firestore_platform_interface sha256: "76ba7b9dd43ce7f07e75a2349f3eb3e2c61e1bea88fec4798c3377cccf44cd7a" url: "https://pub.dev" source: hosted version: "5.12.1" cloud_firestore_web: dependency: transitive description: name: cloud_firestore_web sha256: "0c1305722339e0b3fc0ce62bf6233b3f8762cc105a26af02171b849e6a3b3727" url: "https://pub.dev" source: hosted version: "3.4.2" collection: dependency: transitive description: name: collection sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0 url: "https://pub.dev" source: hosted version: "1.17.0" cross_file: dependency: transitive description: name: cross_file sha256: "0b0036e8cccbfbe0555fd83c1d31a6f30b77a96b598b35a5d36dd41f718695e9" url: "https://pub.dev" source: hosted version: "0.3.3+4" crypto: dependency: transitive description: name: crypto sha256: aa274aa7774f8964e4f4f38cc994db7b6158dd36e9187aaceaddc994b35c6c67 url: "https://pub.dev" source: hosted version: "3.0.2" csslib: dependency: transitive description: name: csslib sha256: b36c7f7e24c0bdf1bf9a3da461c837d1de64b9f8beb190c9011d8c72a3dfd745 url: "https://pub.dev" source: hosted version: "0.17.2" fake_async: dependency: transitive description: name: fake_async sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78" url: "https://pub.dev" source: hosted version: "1.3.1" ffi: dependency: transitive description: name: ffi sha256: a38574032c5f1dd06c4aee541789906c12ccaab8ba01446e800d9c5b79c4a978 url: "https://pub.dev" source: hosted version: "2.0.1" file: dependency: transitive description: name: file sha256: "1b92bec4fc2a72f59a8e15af5f52cd441e4a7860b49499d69dfa817af20e925d" url: "https://pub.dev" source: hosted version: "6.1.4" firebase_auth: dependency: "direct main" description: name: firebase_auth sha256: "8c97619ed2633148c41c344a59461f23c73bf8aa477ae48296703f06d9621fb0" url: "https://pub.dev" source: hosted version: "4.4.2" firebase_auth_platform_interface: dependency: transitive description: name: firebase_auth_platform_interface sha256: f7db119be795d79533c503887075a0315fc3ae1da6f9a9cd4f9100a62c68859c url: "https://pub.dev" source: hosted version: "6.13.1" firebase_auth_web: dependency: transitive description: name: firebase_auth_web sha256: "45687246f5be811baf3810652460acd0f3d8c98f9d8f8b1961d7cc5c15c1e803" url: "https://pub.dev" source: hosted version: "5.3.2" firebase_core: dependency: "direct main" description: name: firebase_core sha256: "239e4ac688674a7e7b5476fd16b0d8e2b5a453d464f32091af3ce1df4ebb7316" url: "https://pub.dev" source: hosted version: "2.10.0" firebase_core_platform_interface: dependency: transitive description: name: firebase_core_platform_interface sha256: "0df0a064ab0cad7f8836291ca6f3272edd7b83ad5b3540478ee46a0849d8022b" url: "https://pub.dev" source: hosted version: "4.6.0" firebase_core_web: dependency: transitive description: name: firebase_core_web sha256: "347351a8f0518f3343d79a9a0690fa67ad232fc32e2ea270677791949eac792b" url: "https://pub.dev" source: hosted version: "2.3.0" firebase_storage: dependency: "direct main" description: name: firebase_storage sha256: "50f0916a04e351ae549582e66bd33d9eb39c2ccb426e8e8c601a17471259d06f" url: "https://pub.dev" source: hosted version: "11.1.1" firebase_storage_platform_interface: dependency: transitive description: name: firebase_storage_platform_interface sha256: "2711e985fd61242914dd1253b496286b03d292c2ff0f8863cc17ed14cf1bb3da" url: "https://pub.dev" source: hosted version: "4.2.1" firebase_storage_web: dependency: transitive description: name: firebase_storage_web sha256: "16622540f424c871e71150140da6a02e9df60c9536e46d3243300f18c206cbc3" url: "https://pub.dev" source: hosted version: "3.4.1" flutter: dependency: "direct main" description: flutter source: sdk version: "0.0.0" flutter_lints: dependency: "direct dev" description: name: flutter_lints sha256: aeb0b80a8b3709709c9cc496cdc027c5b3216796bc0af0ce1007eaf24464fd4c url: "https://pub.dev" source: hosted version: "2.0.1" flutter_plugin_android_lifecycle: dependency: transitive description: name: flutter_plugin_android_lifecycle sha256: "2818f5233cf8fa5fc51f6d78ce0028feb4e7c18d0b6d40b57b91f366eea7e656" url: "https://pub.dev" source: hosted version: "2.0.12" flutter_svg: dependency: "direct main" description: name: flutter_svg sha256: f991fdb1533c3caeee0cdc14b04f50f0c3916f0dbcbc05237ccbe4e3c6b93f3f url: "https://pub.dev" source: hosted version: "2.0.5" flutter_test: dependency: "direct dev" description: flutter source: sdk version: "0.0.0" flutter_web_plugins: dependency: transitive description: flutter source: sdk version: "0.0.0" google_fonts: dependency: "direct main" description: name: google_fonts sha256: "6b6f10f0ce3c42f6552d1c70d2c28d764cf22bb487f50f66cca31dcd5194f4d6" url: "https://pub.dev" source: hosted version: "4.0.4" hidden_drawer_menu: dependency: "direct main" description: name: hidden_drawer_menu sha256: "74ca9c4ffc45c05dec3fd4e12cd6bd0851029d909ee5531bf31244b7160f96b9" url: "https://pub.dev" source: hosted version: "3.0.1" html: dependency: transitive description: name: html sha256: "79d498e6d6761925a34ee5ea8fa6dfef38607781d2fa91e37523474282af55cb" url: "https://pub.dev" source: hosted version: "0.15.2" http: dependency: "direct main" description: name: http sha256: "6aa2946395183537c8b880962d935877325d6a09a2867c3970c05c0fed6ac482" url: "https://pub.dev" source: hosted version: "0.13.5" http_parser: dependency: transitive description: name: http_parser sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b" url: "https://pub.dev" source: hosted version: "4.0.2" image_picker: dependency: "direct main" description: name: image_picker sha256: "3da954c3b8906d82ecb50fd5e2b5401758f06d5678904eed6cbc06172283a263" url: "https://pub.dev" source: hosted version: "0.8.7+4" image_picker_android: dependency: transitive description: name: image_picker_android sha256: a07e3c11aa998f37a5007ffb244f5584e096acbd5e2c7682048cf774598d5fce url: "https://pub.dev" source: hosted version: "0.8.6+8" image_picker_for_web: dependency: transitive description: name: image_picker_for_web sha256: "98f50d6b9f294c8ba35e25cc0d13b04bfddd25dbc8d32fa9d566a6572f2c081c" url: "https://pub.dev" source: hosted version: "2.1.12" image_picker_ios: dependency: transitive description: name: image_picker_ios sha256: a1546ff5861fc15812953d4733b520c3d371cec3d2859a001ff04c46c4d81883 url: "https://pub.dev" source: hosted version: "0.8.7+3" image_picker_platform_interface: dependency: transitive description: name: image_picker_platform_interface sha256: "1991219d9dbc42a99aff77e663af8ca51ced592cd6685c9485e3458302d3d4f8" url: "https://pub.dev" source: hosted version: "2.6.3" intl: dependency: "direct main" description: name: intl sha256: "910f85bce16fb5c6f614e117efa303e85a1731bb0081edf3604a2ae6e9a3cc91" url: "https://pub.dev" source: hosted version: "0.17.0" js: dependency: transitive description: name: js sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7" url: "https://pub.dev" source: hosted version: "0.6.5" lints: dependency: transitive description: name: lints sha256: "5e4a9cd06d447758280a8ac2405101e0e2094d2a1dbdd3756aec3fe7775ba593" url: "https://pub.dev" source: hosted version: "2.0.1" matcher: dependency: transitive description: name: matcher sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72" url: "https://pub.dev" source: hosted version: "0.12.13" material_color_utilities: dependency: transitive description: name: material_color_utilities sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724 url: "https://pub.dev" source: hosted version: "0.2.0" meta: dependency: transitive description: name: meta sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42" url: "https://pub.dev" source: hosted version: "1.8.0" nested: dependency: transitive description: name: nested sha256: "03bac4c528c64c95c722ec99280375a6f2fc708eec17c7b3f07253b626cd2a20" url: "https://pub.dev" source: hosted version: "1.0.0" path: dependency: transitive description: name: path sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b url: "https://pub.dev" source: hosted version: "1.8.2" path_parsing: dependency: transitive description: name: path_parsing sha256: e3e67b1629e6f7e8100b367d3db6ba6af4b1f0bb80f64db18ef1fbabd2fa9ccf url: "https://pub.dev" source: hosted version: "1.0.1" path_provider: dependency: "direct main" description: name: path_provider sha256: c7edf82217d4b2952b2129a61d3ad60f1075b9299e629e149a8d2e39c2e6aad4 url: "https://pub.dev" source: hosted version: "2.0.14" path_provider_android: dependency: transitive description: name: path_provider_android sha256: "3e58242edc02624f2c712e3f8bea88e0e341c4ae1abd3a6ff661318a3aefd829" url: "https://pub.dev" source: hosted version: "2.0.26" path_provider_foundation: dependency: transitive description: name: path_provider_foundation sha256: ad4c4d011830462633f03eb34445a45345673dfd4faf1ab0b4735fbd93b19183 url: "https://pub.dev" source: hosted version: "2.2.2" path_provider_linux: dependency: transitive description: name: path_provider_linux sha256: "2ae08f2216225427e64ad224a24354221c2c7907e448e6e0e8b57b1eb9f10ad1" url: "https://pub.dev" source: hosted version: "2.1.10" path_provider_platform_interface: dependency: transitive description: name: path_provider_platform_interface sha256: "57585299a729335f1298b43245842678cb9f43a6310351b18fb577d6e33165ec" url: "https://pub.dev" source: hosted version: "2.0.6" path_provider_windows: dependency: transitive description: name: path_provider_windows sha256: d3f80b32e83ec208ac95253e0cd4d298e104fbc63cb29c5c69edaed43b0c69d6 url: "https://pub.dev" source: hosted version: "2.1.6" petitparser: dependency: transitive description: name: petitparser sha256: "49392a45ced973e8d94a85fdb21293fbb40ba805fc49f2965101ae748a3683b4" url: "https://pub.dev" source: hosted version: "5.1.0" platform: dependency: transitive description: name: platform sha256: "4a451831508d7d6ca779f7ac6e212b4023dd5a7d08a27a63da33756410e32b76" url: "https://pub.dev" source: hosted version: "3.1.0" plugin_platform_interface: dependency: transitive description: name: plugin_platform_interface sha256: "6a2128648c854906c53fa8e33986fc0247a1116122f9534dd20e3ab9e16a32bc" url: "https://pub.dev" source: hosted version: "2.1.4" process: dependency: transitive description: name: process sha256: "53fd8db9cec1d37b0574e12f07520d582019cb6c44abf5479a01505099a34a09" url: "https://pub.dev" source: hosted version: "4.2.4" progressive_time_picker: dependency: "direct main" description: name: progressive_time_picker sha256: "52f5fa1a4ee9fc12ddf3906a23d46728326a49c80da18d55384a63bdc2942596" url: "https://pub.dev" source: hosted version: "0.0.8" provider: dependency: "direct main" description: name: provider sha256: cdbe7530b12ecd9eb455bdaa2fcb8d4dad22e80b8afb4798b41479d5ce26847f url: "https://pub.dev" source: hosted version: "6.0.5" rxdart: dependency: "direct main" description: name: rxdart sha256: "0c7c0cedd93788d996e33041ffecda924cc54389199cde4e6a34b440f50044cb" url: "https://pub.dev" source: hosted version: "0.27.7" sky_engine: dependency: transitive description: flutter source: sdk version: "0.0.99" source_span: dependency: transitive description: name: source_span sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250 url: "https://pub.dev" source: hosted version: "1.9.1" stack_trace: dependency: transitive description: name: stack_trace sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5 url: "https://pub.dev" source: hosted version: "1.11.0" stream_channel: dependency: transitive description: name: stream_channel sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8" url: "https://pub.dev" source: hosted version: "2.1.1" string_scanner: dependency: transitive description: name: string_scanner sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" url: "https://pub.dev" source: hosted version: "1.2.0" term_glyph: dependency: transitive description: name: term_glyph sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84 url: "https://pub.dev" source: hosted version: "1.2.1" test_api: dependency: transitive description: name: test_api sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206 url: "https://pub.dev" source: hosted version: "0.4.16" typed_data: dependency: transitive description: name: typed_data sha256: "26f87ade979c47a150c9eaab93ccd2bebe70a27dc0b4b29517f2904f04eb11a5" url: "https://pub.dev" source: hosted version: "1.3.1" uuid: dependency: "direct main" description: name: uuid sha256: "648e103079f7c64a36dc7d39369cabb358d377078a051d6ae2ad3aa539519313" url: "https://pub.dev" source: hosted version: "3.0.7" vector_graphics: dependency: transitive description: name: vector_graphics sha256: ea8d3fc7b2e0f35de38a7465063ecfcf03d8217f7962aa2a6717132cb5d43a79 url: "https://pub.dev" source: hosted version: "1.1.5" vector_graphics_codec: dependency: transitive description: name: vector_graphics_codec sha256: a5eaa5d19e123ad4f61c3718ca1ed921c4e6254238d9145f82aa214955d9aced url: "https://pub.dev" source: hosted version: "1.1.5" vector_graphics_compiler: dependency: transitive description: name: vector_graphics_compiler sha256: "15edc42f7eaa478ce854eaf1fbb9062a899c0e4e56e775dd73b7f4709c97c4ca" url: "https://pub.dev" source: hosted version: "1.1.5" vector_math: dependency: transitive description: name: vector_math sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" url: "https://pub.dev" source: hosted version: "2.1.4" video_player: dependency: "direct main" description: name: video_player sha256: de95f0e9405f29b5582573d4166132e71f83b3158aac14e8ee5767a54f4f1fbd url: "https://pub.dev" source: hosted version: "2.6.1" video_player_android: dependency: transitive description: name: video_player_android sha256: "354a86bebb932f936c872c4aa42ef235073a500ab26cbb6f831827738172a0f3" url: "https://pub.dev" source: hosted version: "2.4.5" video_player_avfoundation: dependency: transitive description: name: video_player_avfoundation sha256: "75c6d68cd479a25f34d635149ba6887bc8f1b2b2921841121fd44ea0c5bc1927" url: "https://pub.dev" source: hosted version: "2.4.4" video_player_platform_interface: dependency: transitive description: name: video_player_platform_interface sha256: a8c4dcae2a7a6e7cc1d7f9808294d968eca1993af34a98e95b9bdfa959bec684 url: "https://pub.dev" source: hosted version: "6.1.0" video_player_web: dependency: transitive description: name: video_player_web sha256: "44ce41424d104dfb7cf6982cc6b84af2b007a24d126406025bf40de5d481c74c" url: "https://pub.dev" source: hosted version: "2.0.16" win32: dependency: transitive description: name: win32 sha256: dd8f9344bc305ae2923e3d11a2a911d9a4e2c7dd6fe0ed10626d63211a69676e url: "https://pub.dev" source: hosted version: "4.1.3" xdg_directories: dependency: transitive description: name: xdg_directories sha256: ee1505df1426458f7f60aac270645098d318a8b4766d85fde75f76f2e21807d1 url: "https://pub.dev" source: hosted version: "1.0.0" xml: dependency: transitive description: name: xml sha256: "979ee37d622dec6365e2efa4d906c37470995871fe9ae080d967e192d88286b5" url: "https://pub.dev" source: hosted version: "6.2.2" sdks: dart: ">=2.19.6 <3.0.0" flutter: ">=3.7.0-0"

Emaren commented 1 year ago

pubspec.yaml

name: rigsatv2 description: A new Flutter project. publish_to: 'none' version: 0.1.0+16

environment: sdk: '>=2.19.6 <3.0.0'

dependencies: cloud_firestore: ^4.5.2 firebase_auth: ^4.4.2 firebase_core: ^2.9.0 flutter: sdk: flutter flutter_svg: ^2.0.5 google_fonts: ^4.0.3 hidden_drawer_menu: ^3.0.1 intl: ^0.17.0 path_provider: ^2.0.14 progressive_time_picker: ^0.0.7 provider: ^6.0.5 uuid: ^3.0.7 rxdart: ^0.27.2 http: ^0.13.5 video_player: ^2.6.1 image_picker: ^0.8.7+4 firebase_storage: ^11.1.1

dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^2.0.0

flutter: uses-material-design: true

assets:

danagbemava-nc commented 1 year ago

Hi @Emaren, can you try running flutter pub cache clean and then try running the app again?

Please also do not share your response in multiple posts, it makes the thread a bit difficult to follow. If you could summarize your response in a single post, that would be best.

Thank you

Emaren commented 1 year ago

flutter pub cache clean

This worked for me. Thank you very much good sir, that was 5 days of downtime. 🙏

tonyblum@Tonys-MacBook-Pro ios % flutter pub cache clean This will remove everything inside /Users/tonyblum/.pub-cache. You will have to run flutter pub get again in each project. Are you sure? (y/N)? y Removing pub cache directory /Users/tonyblum/.pub-cache. tonyblum@Tonys-MacBook-Pro ios % flutter clean
Running "flutter pub get" in flutter_tools... Resolving dependencies in ../../../development/flutter/packages/flutter_tools... (4.1s) _fe_analyzer_shared 50.0.0 (59.0.0 available) analyzer 5.2.0 (5.11.1 available) archive 3.3.2 (3.3.7 available) args 2.3.1 (2.4.0 available) async 2.10.0 (2.11.0 available) built_value 8.4.2 (8.4.4 available) checked_yaml 2.0.1 (2.0.2 available) collection 1.17.0 (1.17.1 available) completion 1.0.0 (1.0.1 available) coverage 1.6.1 (1.6.3 available) dds 2.5.0 (2.7.9 available) dds_service_extensions 1.3.1 (1.3.3 available) devtools_shared 2.18.0 (2.23.0 available) dwds 16.0.2+1 (19.0.0 available) fixnum 1.0.1 (1.1.0 available) frontend_server_client 3.1.0 (3.2.0 available) html 0.15.1 (0.15.2 available) intl 0.17.0 (0.18.1 available) io 1.0.3 (1.0.4 available) js 0.6.5 (0.6.7 available) json_annotation 4.7.0 (4.8.0 available) logging 1.1.0 (1.1.1 available) matcher 0.12.13 (0.12.15 available) meta 1.8.0 (1.9.1 available) mime 1.0.2 (1.0.4 available) multicast_dns 0.3.2+2 (0.3.2+3 available) native_stack_traces 0.5.2 (0.5.5 available) node_preamble 2.0.1 (2.0.2 available) path 1.8.2 (1.8.3 available) petitparser 5.1.0 (5.4.0 available) pubspec_parse 1.2.1 (1.2.2 available) source_maps 0.10.11 (0.10.12 available) source_span 1.9.1 (1.10.0 available) sse 4.1.1 (4.1.2 available) test 1.22.0 (1.24.2 available) test_api 0.4.16 (0.5.2 available) test_core 0.4.20 (0.5.2 available) usage 4.1.0 (4.1.1 available) vm_service 9.4.0 (11.4.0 available) web_socket_channel 2.2.0 (2.4.0 available) webdriver 3.0.1 (3.0.2 available) xml 6.2.2 (6.3.0 available) Got dependencies in ../../../development/flutter/packages/flutter_tools! Changing current working directory to: /Users/tonyblum/VSProjects/rigsatv2 Cleaning Xcode workspace... 4.6s Cleaning Xcode workspace... 3.5s Deleting .dart_tool... 0ms Deleting Generated.xcconfig... 0ms Deleting flutter_export_environment.sh... 0ms Deleting Flutter.podspec... 0ms Deleting ephemeral... 0ms Deleting ephemeral... 0ms Deleting ephemeral... 0ms Deleting .flutter-plugins-dependencies... 0ms Deleting .flutter-plugins... 0ms tonyblum@Tonys-MacBook-Pro ios % flutter pub get
Running "flutter pub get" in rigsatv2... Resolving dependencies in ..... (2.7s) async 2.10.0 (2.11.0 available) characters 1.2.1 (1.3.0 available) collection 1.17.0 (1.17.1 available) intl 0.17.0 (0.18.1 available) js 0.6.5 (0.6.7 available) lints 2.0.1 (2.1.0 available) matcher 0.12.13 (0.12.15 available) material_color_utilities 0.2.0 (0.3.0 available) meta 1.8.0 (1.9.1 available) path 1.8.2 (1.8.3 available) petitparser 5.1.0 (5.4.0 available) source_span 1.9.1 (1.10.0 available) test_api 0.4.16 (0.5.2 available) vector_graphics 1.1.5 (1.1.5+1 available) vector_graphics_codec 1.1.5 (1.1.5+1 available) vector_graphics_compiler 1.1.5 (1.1.5+1 available) xml 6.2.2 (6.3.0 available) Got dependencies in ..! tonyblum@Tonys-MacBook-Pro ios % pod install
Analyzing dependencies cloud_firestore: Using Firebase SDK version '10.7.0' defined in 'firebase_core' firebase_auth: Using Firebase SDK version '10.7.0' defined in 'firebase_core' firebase_core: Using Firebase SDK version '10.7.0' defined in 'firebase_core' firebase_storage: Using Firebase SDK version '10.7.0' defined in 'firebase_core' Downloading dependencies Installing BoringSSL-GRPC (0.0.24) Installing Firebase (10.7.0) Installing FirebaseAppCheckInterop (10.9.0) Installing FirebaseAuth (10.7.0) Installing FirebaseAuthInterop (10.9.0) Installing FirebaseCore (10.7.0) Installing FirebaseCoreExtension (10.9.0) Installing FirebaseCoreInternal (10.9.0) Installing FirebaseFirestore (10.7.0) Installing FirebaseStorage (10.7.0) Installing Flutter (1.0.0) Installing GTMSessionFetcher (3.1.1) Installing GoogleUtilities (7.11.1) Installing Libuv-gRPC (0.0.10) Installing PromisesObjC (2.2.0) Installing abseil (1.20211102.0) Installing cloud_firestore (4.5.2) Installing firebase_auth (4.4.2) Installing firebase_core (2.10.0) Installing firebase_storage (11.1.1) Installing gRPC-C++ (1.44.0) Installing gRPC-Core (1.44.0) Installing image_picker_ios (0.0.1) Installing leveldb-library (1.22.2) Installing nanopb (2.30909.0) Installing path_provider_foundation (0.0.1) Installing video_player_avfoundation (0.0.1) Generating Pods project Integrating client project Pod installation complete! There are 8 dependencies from the Podfile and 27 total pods installed.

[!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target Runner to Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig or include the Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig in your build configuration (Flutter/Release.xcconfig).

[!] Your project does not explicitly specify the CocoaPods master specs repo. Since CDN is now used as the default, you may safely remove it from your repos directory via pod repo remove master. To suppress this warning please add warn_for_unused_master_specs_repo => false to your Podfile. tonyblum@Tonys-MacBook-Pro ios % flutter run
Changing current working directory to: /Users/tonyblum/VSProjects/rigsatv2 Multiple devices found: SM A536W (mobile) • R5CT42DNHBY • android-arm64 • Android 13 (API 33) Tony’s iPhone (3) (mobile) • 00008120-0018242E229BC01E • ios • iOS 16.3.1 20D67 macOS (desktop) • macos • darwin-arm64 • macOS 13.2.1 22D68 darwin-arm64 Chrome (web) • chrome • web-javascript • Google Chrome 112.0.5615.137 [1]: SM A536W (R5CT42DNHBY) [2]: Tony’s iPhone (3) (00008120-0018242E229BC01E)

Please choose one (To quit, press "q/Q"): 2 Launching lib/main.dart on Tony’s iPhone (3) in debug mode... Automatically signing iOS for device deployment using specified development team in Xcode project: 6XBF34DN79 Running pod install... 9.8s Running Xcode build...
└─Compiling, linking and signing... 21.2s Xcode build done. 101.6s (lldb) 2023-04-27 04:30:33.610307-0600 Runner[5142:1416182] [SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)") Warning: Unable to create restoration in progress marker file 10.7.0 - [FirebaseCore][I-COR000005] No app has been configured yet. 10.7.0 - [FirebaseCore][I-COR000008] The project's Bundle ID is inconsistent with either the Bundle ID in 'GoogleService-Info.plist', or the Bundle ID in the options if you are using a customized options. To ensure that everything can be configured correctly, you may need to make the Bundle IDs consistent. To continue with this plist file, you may change your app's bundle identifier to 'com.rigsat.com'. Or you can download a new configuration file that matches your bundle identifier from https://console.firebase.google.com/ and replace the current one. fopen failed for data file: errno = 2 (No such file or directory) Errors found! Invalidating cache... fopen failed for data file: errno = 2 (No such file or directory) Errors found! Invalidating cache... Installing and launching... 24.5s Syncing files to device Tony’s iPhone (3)... 146ms

Flutter run key commands. r Hot reload. 🔥🔥🔥 R Hot restart. h List all available interactive commands. d Detach (terminate "flutter run" but leave application running). c Clear the screen q Quit (terminate the application on the device).

💪 Running with sound null safety 💪

An Observatory debugger and profiler on Tony’s iPhone (3) is available at: http://127.0.0.1:54132/--3QxRtj42Y=/ The Flutter DevTools debugger and profiler on Tony’s iPhone (3) is available at: http://127.0.0.1:9102?uri=http://127.0.0.1:54132/--3QxRtj42Y=/ [SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)")

danagbemava-nc commented 1 year ago

Thanks for the info. Closing this since the issue has been fixed.