Advertisement
Ghellee

Added Frameworks

Jun 3rd, 2022
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. The line added to "Extra linker flags"
  2.  
  3. -F<C:\Facebook> -framework FBSDKCoreKit -framework FBSDKCoreKit_Basics -framework FBSDKGamingServicesKit -framework FBSDKLoginKit -framework FBSDKShareKit -F<C:\Firebase\FirebaseAnalytics> -framework FirebaseAnalytics -framework FirebaseCore -framework FirebaseCoreDiagnostics -framework FirebaseCoreInternal -framework FirebaseInstallations -framework GoogleAppMeasurement -framework GoogleDataTransport -framework GoogleUtilities -framework nanopb -framework PromisesObjC -F<C:\Firebase\FirebaseAuth> -framework FirebaseAuth -F<C:\Firebase\FirebaseDatabase> -framework FirebaseDatabase -framework FirebaseSharedSwift -framework leveldb-library -F<C:\Firebase\FirebaseFirestore> -framework abseil -framework BoringSSL-GRPC -framework FirebaseFirestore -framework gRPC-C++ -framework gRPC-Core -framework Libuv-gRPC -F<C:\Firebase\FirebaseDynamicLinks> -framework FirebaseDynamicLinks -F<C:\Firebase\FirebaseFunctions> -framework FirebaseAppCheckInterop -framework FirebaseAuthInterop -framework FirebaseCoreExtension -framework FirebaseFunctions -framework FirebaseMessagingInterop -framework FirebaseSharedSwift -framework GTMSessionFetcher -F<C:\Firebase\FirebaseMessaging> -framework FirebaseMessaging
  4.  
  5.  
  6. Before editing Podfile
  7.  
  8. Installing FBAEMKit (11.2.1) <<<<<<<<< WAS NOT IN THE IOS SDK. HAD SKIPPED THIS
  9. Installing FBSDKCoreKit (11.2.1)
  10. Installing FBSDKCoreKit_Basics (11.2.1)
  11. Installing FBSDKGamingServicesKit (11.2.1)
  12. Installing FBSDKLoginKit (11.2.1)
  13. Installing FBSDKShareKit (11.2.1)
  14. Installing FacebookGamingServices (11.2.1) <<<<<<<<< WAS NOT IN THE IOS SDK. HAD SKIPPED THIS
  15. Installing LegacyGamingServices (11.2.1) <<<<<<<<< WAS NOT IN THE IOS SDK. HAD SKIPPED THIS
  16.  
  17. Installing BoringSSL-GRPC (0.0.24)
  18. Installing Firebase (9.0.0)
  19. Installing FirebaseAnalytics (9.0.0)
  20. Installing FirebaseAppCheckInterop (9.1.0)
  21. Installing FirebaseAuth (9.0.0)
  22. Installing FirebaseAuthInterop (9.1.0)
  23. Installing FirebaseCore (9.0.0)
  24. Installing FirebaseCoreDiagnostics (9.1.0)
  25. Installing FirebaseCoreExtension (9.1.0)
  26. Installing FirebaseCoreInternal (9.1.0)
  27. Installing FirebaseDatabase (9.0.0)
  28. Installing FirebaseDynamicLinks (9.0.0)
  29. Installing FirebaseFirestore (9.0.0)
  30. Installing FirebaseFunctions (9.0.0)
  31. Installing FirebaseInstallations (9.1.0)
  32. Installing FirebaseMessaging (9.0.0)
  33. Installing FirebaseMessagingInterop (9.1.0)
  34. Installing FirebaseSharedSwift (9.1.0)
  35. Installing GTMSessionFetcher (1.7.2)
  36. Installing GoogleAppMeasurement (9.0.0)
  37. Installing GoogleDataTransport (9.1.4)
  38. Installing GoogleUtilities (7.7.0)
  39. Installing Libuv-gRPC (0.0.10)
  40. Installing PromisesObjC (2.1.0)
  41. Installing abseil (1.20211102.0)
  42. Installing gRPC-C++ (1.44.0)
  43. Installing gRPC-Core (1.44.0)
  44. Installing leveldb-library (1.22.1)
  45. Installing nanopb (2.30908.0)
  46.  
  47.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement