Advertisement
Guest User

Untitled

a guest
Feb 8th, 2025
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. =============================================================================
  2. WARNING: this project contains shell scripts, which CANNOT BE RUN on Windows
  3. without being translated first.
  4. WORKAROUND: for now, please remove your assets & plugins having shell scripts
  5. in their build phases, or translate them to batch scripts and call them in a
  6. pre-packaging script (or ignore this warning if the scripts are non-critical)
  7. In Xcode project: Unity-iPhone.xcodeproj
  8. -----------------------------------------------------------------------------
  9. shell script found:
  10. diff "${PODS_PODFILE_DIR_PATH}/Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null
  11. if [ $? != 0 ] ; then
  12. # print error to STDERR
  13. echo "error: The sandbox is not in sync with the Podfile.lock. Run pod install or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode outputs to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n
  14. =============================================================================
  15. These scripts might be non critical - attempting to proceed anyway.
  16. Building the CocoaPods dependency project AppAuthCore_Privacy...
  17. + Preparing output directory...
  18. + XCFrameworks: 0 supplied
  19. + Libraries: 3 supplied, 0 built
  20. + Frameworks: 0 supplied, 0 built
  21. + Pre-parsing project files...
  22. + Building AppAuthCore_Privacy for iphoneos (configuration: Release)
  23. Nothing to link here, skipping.
  24.  
  25. Building the CocoaPods dependency project GoogleSignIn...
  26. + Preparing output directory...
  27. + XCFrameworks: 0 supplied
  28. + Libraries: 3 supplied, 0 built
  29. + Frameworks: 0 supplied, 0 built
  30. + Pre-parsing project files...
  31. + Building GoogleSignIn for iphoneos (configuration: Release)
  32. + [arm64] Compiling Pods\GoogleSignIn\GoogleSignIn\Sources\GIDAuthentication.m...
  33. + [arm64] Compiling Pods\GoogleSignIn\GoogleSignIn\Sources\GIDAuthStateMigration.m...
  34. + [arm64] Pods\GoogleSignIn\GoogleSignIn\Sources\GIDCallbackQueue.m.obj is up to date
  35. Pods\GoogleSignIn\GoogleSignIn\Sources\GIDAuthentication.m(22,9): fatal error: 'AppAuth/AppAuth.h' file not found
  36. #import <AppAuth/AppAuth.h>
  37. ^~~~~~~~~~~~~~~~~~~
  38. 1 error generated.
  39. + [arm64] Compiling Pods\GoogleSignIn\GoogleSignIn\Sources\GIDConfiguration.m...
  40. Pods\GoogleSignIn\GoogleSignIn\Sources\GIDAuthStateMigration.m(19,9): fatal error: module 'GTMAppAuth' not found
  41. @import GTMAppAuth;
  42. ~~~~~~~^~~~~~~~~~
  43. 1 error generated.
  44. detected compiler error, aborting multithreaded build.
  45.  
  46. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement