Guest User

Untitled

a guest
Dec 30th, 2022
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.44 KB | None | 0 0
  1.  
  2. INFO: this project relies on CocoaPods to install extra packages.
  3. The CocoaPods command about to be sent is "pod install"
  4. [A]ccept or [C]hange? Default is to [A]ccept if no answer in 5 seconds.
  5.  
  6. Delegating "pod install" job to CocoaPods daemon...
  7. Preparing staging directory...
  8. Sending command: "pod install"
  9. ========================== CocoaPods output BEGIN ===========================
  10. Analyzing dependencies
  11. Downloading dependencies
  12. Installing Google-Mobile-Ads-SDK (9.14.0)
  13. Installing GoogleAppMeasurement (10.3.0)
  14. Installing GoogleUserMessagingPlatform (2.0.1)
  15. Installing GoogleUtilities (7.10.0)
  16. Installing PromisesObjC (2.1.1)
  17. Installing nanopb (2.30909.0)
  18. Generating Pods project
  19. Integrating client project
  20.  
  21. [!] Please close any current Xcode sessions and use `Unity-iPhone.xcworkspace` for this project from now on.
  22. Pod installation complete! There is 1 dependency from the Podfile and 6 total pods installed.
  23. =========================== CocoaPods output END ============================
  24. Converting symlinks...
  25. Propagating filesystem changes (this can take some time, please wait)...
  26. Done.
  27. =============================================================================
  28. WARNING: this project contains shell scripts, which CANNOT BE RUN on Windows
  29. without being translated first.
  30. WORKAROUND: for now, please remove your assets & plugins having shell scripts
  31. in their build phases, or translate them to batch scripts and call them in a
  32. pre-packaging script (or ignore this warning if the scripts are non-critical)
  33. In Xcode project: Unity-iPhone.xcodeproj
  34. -----------------------------------------------------------------------------
  35. shell script found:
  36. diff "${PODS_PODFILE_DIR_PATH}/Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null
  37. if [ $? != 0 ] ; then
  38. # print error to STDERR
  39. 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
  40. =============================================================================
  41. These scripts might be non critical - attempting to proceed anyway.
  42. + Wiping output directory...
  43. Building the CocoaPods dependency project GoogleUserMessagingPlatform...
  44. =============================================================================
  45. WARNING: this project contains shell scripts, which CANNOT BE RUN on Windows
  46. without being translated first.
  47. WORKAROUND: for now, please remove your assets & plugins having shell scripts
  48. in their build phases, or translate them to batch scripts and call them in a
  49. pre-packaging script (or ignore this warning if the scripts are non-critical)
  50. In Xcode project: Pods/Pods.xcodeproj
  51. -----------------------------------------------------------------------------
  52. shell script found:
  53. "${PODS_ROOT}/Target Support Files/GoogleUserMessagingPlatform/GoogleUserMessagingPlatform-xcframeworks.sh"
  54.  
  55. =============================================================================
  56. These scripts might be non critical - attempting to proceed anyway.
  57. Nothing to build here, skipping.
  58.  
  59. Building the CocoaPods dependency project nanopb...
  60. + Preparing output directory...
  61. + XCFrameworks: 4 supplied
  62. + Libraries: 4 supplied, 0 built
  63. + Frameworks: 0 supplied, 0 built
  64. + Pruning compilation results...
  65. + Pre-parsing project files...
  66. + Building nanopb for iphoneos (configuration: Release)
  67. + [arm64] Compiling Pods/nanopb/../Target Support Files/nanopb/nanopb-dummy.m...
  68. + [arm64] Compiling Pods/nanopb/pb_common.c...
  69. + [arm64] Compiling Pods/nanopb/pb_decode.c...
  70. + [arm64] Compiling Pods/nanopb/pb_encode.c...
  71. + [arm64] Linking nanopb...
  72. ld64.lld: warning: directory not found for option -F/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks
  73. + Creating universal framework (arm64)...
  74. + Creating Info.plist...
  75. + Done.
  76.  
  77. Build time: 3 seconds (0 h 0 min 3 s)
  78. Output directory: build\Release-iphoneos\nanopb\nanopb.framework
  79.  
  80. Building the CocoaPods dependency project Pods_Unity_iPhone...
  81. + Preparing output directory...
  82. + XCFrameworks: 4 supplied
  83. + Libraries: 4 supplied, 0 built
  84. + Frameworks: 0 supplied, 1 built
  85. + Pruning compilation results...
  86. + Pre-parsing project files...
  87. + Building Pods_Unity_iPhone for iphoneos (configuration: Release)
  88. Nothing to link here, skipping.
  89.  
  90. Building the CocoaPods dependency project FBLPromises...
  91. + Preparing output directory...
  92. + XCFrameworks: 4 supplied
  93. + Libraries: 4 supplied, 0 built
  94. + Frameworks: 0 supplied, 1 built
  95. + Pruning compilation results...
  96. + Pre-parsing project files...
  97. + Building FBLPromises for iphoneos (configuration: Release)
  98. + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise.m...
  99. + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+All.m...
  100. + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Always.m...
  101. + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Any.m...
  102. + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Async.m...
  103. + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Await.m...
  104. + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Catch.m...
  105. + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Delay.m...
  106. + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Do.m...
  107. + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Race.m...
  108. + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Recover.m...
  109. + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Reduce.m...
  110. + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Retry.m...
  111. + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Testing.m...
  112. + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Then.m...
  113. + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Timeout.m...
  114. + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Validate.m...
  115. + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Wrap.m...
  116. + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromiseError.m...
  117. + [arm64] Compiling Pods/PromisesObjC/../Target Support Files/PromisesObjC/PromisesObjC-dummy.m...
  118. + [arm64] Linking FBLPromises...
  119. ld64.lld: warning: directory not found for option -F/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks
  120. + Creating universal framework (arm64)...
  121. + Creating Info.plist...
  122. + Done.
  123.  
  124. Build time: 5 seconds (0 h 0 min 5 s)
  125. Output directory: build\Release-iphoneos\FBLPromises\FBLPromises.framework
  126.  
  127. Building the CocoaPods dependency project GoogleUtilities...
  128. + Preparing output directory...
  129. + XCFrameworks: 4 supplied
  130. + Libraries: 4 supplied, 0 built
  131. + Frameworks: 0 supplied, 2 built
  132. + Pruning compilation results...
  133. + Pre-parsing project files...
  134. + Building GoogleUtilities for iphoneos (configuration: Release)
  135. + [arm64] Compiling Pods/GoogleUtilities/../Target Support Files/GoogleUtilities/GoogleUtilities-dummy.m...
  136. + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m...
  137. + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m...
  138. + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Environment/GULHeartbeatDateStorage.m...
  139. + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Environment/GULHeartbeatDateStorageUserDefaults.m...
  140. + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m...
  141. + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m...
  142. + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Logger/GULLogger.m...
  143. + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Network/GULMutableDictionary.m...
  144. + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Network/GULNetwork.m...
  145. + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkConstants.m...
  146. + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Environment/NetworkInfo/GULNetworkInfo.m...
  147. + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkURLSession.m...
  148. + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/NSData+zlib/GULNSData+zlib.m...
  149. + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Reachability/GULReachabilityChecker.m...
  150. + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/GULSceneDelegateSwizzler.m...
  151. + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Environment/GULSecureCoding.m...
  152. + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/GULSwizzler.m...
  153. + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Environment/URLSessionPromiseWrapper/GULURLSessionDataResponse.m...
  154. + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Environment/URLSessionPromiseWrapper/NSURLSession+GULPromises.m...
  155. + [arm64] Linking GoogleUtilities...
  156. ld64.lld: warning: directory not found for option -Fbuild/Release-iphoneos/PromisesObjC
  157. ld64.lld: warning: directory not found for option -F/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks
  158. ld64.lld: error: undefined symbol: FBLPromiseErrorDomain
  159. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol __62-[GULKeychainStorage getObjectForKey:objectClass:accessGroup:]_block_invoke+0xa4)
  160. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol __62-[GULKeychainStorage getObjectForKey:objectClass:accessGroup:]_block_invoke+0xa0)
  161.  
  162. ld64.lld: error: undefined symbol: kSecUseDataProtectionKeychain
  163. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0x14c)
  164. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0x148)
  165. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils multiplatformQueryWithQuery:]+0x6c)
  166. >>> referenced 1 more times
  167.  
  168. ld64.lld: error: undefined symbol: kSecAttrAccessGroup
  169. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0x104)
  170. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0x100)
  171.  
  172. ld64.lld: error: undefined symbol: kSecAttrAccount
  173. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0xdc)
  174. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0xd8)
  175.  
  176. ld64.lld: error: undefined symbol: kSecAttrService
  177. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0xb4)
  178. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0xb0)
  179.  
  180. ld64.lld: error: undefined symbol: kSecClass
  181. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0x70)
  182. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0x6c)
  183.  
  184. ld64.lld: error: undefined symbol: kSecClassGenericPassword
  185. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0x60)
  186. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0x5c)
  187.  
  188. ld64.lld: error: undefined symbol: OBJC_CLASS_$_FBLPromise
  189. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol OBJC_CLASSLIST_REFERENCES_$_.8+0x0)
  190. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/URLSessionPromiseWrapper/NSURLSession+GULPromises.m.obj:(symbol ltmp1+0x0)
  191.  
  192. ld64.lld: error: undefined symbol: SecItemCopyMatching
  193. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils getItemWithQuery:error:]+0x104)
  194.  
  195. ld64.lld: error: undefined symbol: kSecMatchLimit
  196. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils getItemWithQuery:error:]+0xe8)
  197. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils getItemWithQuery:error:]+0xe4)
  198.  
  199. ld64.lld: error: undefined symbol: kSecMatchLimitOne
  200. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils getItemWithQuery:error:]+0xd8)
  201. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils getItemWithQuery:error:]+0xd4)
  202.  
  203. ld64.lld: error: undefined symbol: kSecReturnData
  204. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils getItemWithQuery:error:]+0xb0)
  205. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils getItemWithQuery:error:]+0xac)
  206.  
  207. ld64.lld: error: undefined symbol: SecItemUpdate
  208. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils setItem:withQuery:error:]+0x1d0)
  209.  
  210. ld64.lld: error: undefined symbol: kSecValueData
  211. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils setItem:withQuery:error:]+0x180)
  212. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils setItem:withQuery:error:]+0x17c)
  213. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils setItem:withQuery:error:]+0x144)
  214. >>> referenced 1 more times
  215.  
  216. ld64.lld: error: undefined symbol: SecItemAdd
  217. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils setItem:withQuery:error:]+0x160)
  218.  
  219. ld64.lld: error: undefined symbol: kSecAttrAccessible
  220. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils setItem:withQuery:error:]+0x11c)
  221. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils setItem:withQuery:error:]+0x118)
  222.  
  223. ld64.lld: error: undefined symbol: kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly
  224. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils setItem:withQuery:error:]+0x10c)
  225. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils setItem:withQuery:error:]+0x108)
  226.  
  227. ld64.lld: error: undefined symbol: SecItemDelete
  228. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils removeItemWithQuery:error:]+0x64)
  229.  
  230. ld64.lld: error: undefined symbol: SCNetworkReachabilityGetFlags
  231. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/NetworkInfo/GULNetworkInfo.m.obj:(symbol +[GULNetworkInfo getNetworkType]+0x9c)
  232.  
  233. ld64.lld: error: undefined symbol: SCNetworkReachabilityCreateWithName
  234. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/NetworkInfo/GULNetworkInfo.m.obj:(symbol __32+[GULNetworkInfo getNetworkType]_block_invoke+0x2c)
  235. >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Reachability/GULReachabilityChecker.m.obj:(symbol kGULDefaultReachabilityApi+0x0)
  236.  
  237. ld64.lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
  238.  
  239. Press any key to continue . . .
  240.  
Advertisement
Add Comment
Please, Sign In to add comment