Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- INFO: this project relies on CocoaPods to install extra packages.
- The CocoaPods command about to be sent is "pod install"
- [A]ccept or [C]hange? Default is to [A]ccept if no answer in 5 seconds.
- Delegating "pod install" job to CocoaPods daemon...
- Preparing staging directory...
- Sending command: "pod install"
- ========================== CocoaPods output BEGIN ===========================
- Analyzing dependencies
- Downloading dependencies
- Installing Google-Mobile-Ads-SDK (9.14.0)
- Installing GoogleAppMeasurement (10.3.0)
- Installing GoogleUserMessagingPlatform (2.0.1)
- Installing GoogleUtilities (7.10.0)
- Installing PromisesObjC (2.1.1)
- Installing nanopb (2.30909.0)
- Generating Pods project
- Integrating client project
- [!] Please close any current Xcode sessions and use `Unity-iPhone.xcworkspace` for this project from now on.
- Pod installation complete! There is 1 dependency from the Podfile and 6 total pods installed.
- =========================== CocoaPods output END ============================
- Converting symlinks...
- Propagating filesystem changes (this can take some time, please wait)...
- Done.
- =============================================================================
- WARNING: this project contains shell scripts, which CANNOT BE RUN on Windows
- without being translated first.
- WORKAROUND: for now, please remove your assets & plugins having shell scripts
- in their build phases, or translate them to batch scripts and call them in a
- pre-packaging script (or ignore this warning if the scripts are non-critical)
- In Xcode project: Unity-iPhone.xcodeproj
- -----------------------------------------------------------------------------
- shell script found:
- diff "${PODS_PODFILE_DIR_PATH}/Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null
- if [ $? != 0 ] ; then
- # print error to STDERR
- 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
- =============================================================================
- These scripts might be non critical - attempting to proceed anyway.
- + Wiping output directory...
- Building the CocoaPods dependency project GoogleUserMessagingPlatform...
- =============================================================================
- WARNING: this project contains shell scripts, which CANNOT BE RUN on Windows
- without being translated first.
- WORKAROUND: for now, please remove your assets & plugins having shell scripts
- in their build phases, or translate them to batch scripts and call them in a
- pre-packaging script (or ignore this warning if the scripts are non-critical)
- In Xcode project: Pods/Pods.xcodeproj
- -----------------------------------------------------------------------------
- shell script found:
- "${PODS_ROOT}/Target Support Files/GoogleUserMessagingPlatform/GoogleUserMessagingPlatform-xcframeworks.sh"
- =============================================================================
- These scripts might be non critical - attempting to proceed anyway.
- Nothing to build here, skipping.
- Building the CocoaPods dependency project nanopb...
- + Preparing output directory...
- + XCFrameworks: 4 supplied
- + Libraries: 4 supplied, 0 built
- + Frameworks: 0 supplied, 0 built
- + Pruning compilation results...
- + Pre-parsing project files...
- + Building nanopb for iphoneos (configuration: Release)
- + [arm64] Compiling Pods/nanopb/../Target Support Files/nanopb/nanopb-dummy.m...
- + [arm64] Compiling Pods/nanopb/pb_common.c...
- + [arm64] Compiling Pods/nanopb/pb_decode.c...
- + [arm64] Compiling Pods/nanopb/pb_encode.c...
- + [arm64] Linking nanopb...
- ld64.lld: warning: directory not found for option -F/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks
- + Creating universal framework (arm64)...
- + Creating Info.plist...
- + Done.
- Build time: 3 seconds (0 h 0 min 3 s)
- Output directory: build\Release-iphoneos\nanopb\nanopb.framework
- Building the CocoaPods dependency project Pods_Unity_iPhone...
- + Preparing output directory...
- + XCFrameworks: 4 supplied
- + Libraries: 4 supplied, 0 built
- + Frameworks: 0 supplied, 1 built
- + Pruning compilation results...
- + Pre-parsing project files...
- + Building Pods_Unity_iPhone for iphoneos (configuration: Release)
- Nothing to link here, skipping.
- Building the CocoaPods dependency project FBLPromises...
- + Preparing output directory...
- + XCFrameworks: 4 supplied
- + Libraries: 4 supplied, 0 built
- + Frameworks: 0 supplied, 1 built
- + Pruning compilation results...
- + Pre-parsing project files...
- + Building FBLPromises for iphoneos (configuration: Release)
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+All.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Always.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Any.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Async.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Await.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Catch.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Delay.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Do.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Race.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Recover.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Reduce.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Retry.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Testing.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Then.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Timeout.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Validate.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Wrap.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromiseError.m...
- + [arm64] Compiling Pods/PromisesObjC/../Target Support Files/PromisesObjC/PromisesObjC-dummy.m...
- + [arm64] Linking FBLPromises...
- ld64.lld: warning: directory not found for option -F/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks
- + Creating universal framework (arm64)...
- + Creating Info.plist...
- + Done.
- Build time: 5 seconds (0 h 0 min 5 s)
- Output directory: build\Release-iphoneos\FBLPromises\FBLPromises.framework
- Building the CocoaPods dependency project GoogleUtilities...
- + Preparing output directory...
- + XCFrameworks: 4 supplied
- + Libraries: 4 supplied, 0 built
- + Frameworks: 0 supplied, 2 built
- + Pruning compilation results...
- + Pre-parsing project files...
- + Building GoogleUtilities for iphoneos (configuration: Release)
- + [arm64] Compiling Pods/GoogleUtilities/../Target Support Files/GoogleUtilities/GoogleUtilities-dummy.m...
- + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m...
- + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m...
- + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Environment/GULHeartbeatDateStorage.m...
- + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Environment/GULHeartbeatDateStorageUserDefaults.m...
- + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m...
- + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m...
- + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Logger/GULLogger.m...
- + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Network/GULMutableDictionary.m...
- + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Network/GULNetwork.m...
- + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkConstants.m...
- + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Environment/NetworkInfo/GULNetworkInfo.m...
- + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkURLSession.m...
- + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/NSData+zlib/GULNSData+zlib.m...
- + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Reachability/GULReachabilityChecker.m...
- + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/GULSceneDelegateSwizzler.m...
- + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Environment/GULSecureCoding.m...
- + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/GULSwizzler.m...
- + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Environment/URLSessionPromiseWrapper/GULURLSessionDataResponse.m...
- + [arm64] Compiling Pods/GoogleUtilities/GoogleUtilities/Environment/URLSessionPromiseWrapper/NSURLSession+GULPromises.m...
- + [arm64] Linking GoogleUtilities...
- ld64.lld: warning: directory not found for option -Fbuild/Release-iphoneos/PromisesObjC
- ld64.lld: warning: directory not found for option -F/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks
- ld64.lld: error: undefined symbol: FBLPromiseErrorDomain
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol __62-[GULKeychainStorage getObjectForKey:objectClass:accessGroup:]_block_invoke+0xa4)
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol __62-[GULKeychainStorage getObjectForKey:objectClass:accessGroup:]_block_invoke+0xa0)
- ld64.lld: error: undefined symbol: kSecUseDataProtectionKeychain
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0x14c)
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0x148)
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils multiplatformQueryWithQuery:]+0x6c)
- >>> referenced 1 more times
- ld64.lld: error: undefined symbol: kSecAttrAccessGroup
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0x104)
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0x100)
- ld64.lld: error: undefined symbol: kSecAttrAccount
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0xdc)
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0xd8)
- ld64.lld: error: undefined symbol: kSecAttrService
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0xb4)
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0xb0)
- ld64.lld: error: undefined symbol: kSecClass
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0x70)
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0x6c)
- ld64.lld: error: undefined symbol: kSecClassGenericPassword
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0x60)
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol -[GULKeychainStorage keychainQueryWithKey:accessGroup:]+0x5c)
- ld64.lld: error: undefined symbol: OBJC_CLASS_$_FBLPromise
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m.obj:(symbol OBJC_CLASSLIST_REFERENCES_$_.8+0x0)
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/URLSessionPromiseWrapper/NSURLSession+GULPromises.m.obj:(symbol ltmp1+0x0)
- ld64.lld: error: undefined symbol: SecItemCopyMatching
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils getItemWithQuery:error:]+0x104)
- ld64.lld: error: undefined symbol: kSecMatchLimit
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils getItemWithQuery:error:]+0xe8)
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils getItemWithQuery:error:]+0xe4)
- ld64.lld: error: undefined symbol: kSecMatchLimitOne
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils getItemWithQuery:error:]+0xd8)
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils getItemWithQuery:error:]+0xd4)
- ld64.lld: error: undefined symbol: kSecReturnData
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils getItemWithQuery:error:]+0xb0)
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils getItemWithQuery:error:]+0xac)
- ld64.lld: error: undefined symbol: SecItemUpdate
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils setItem:withQuery:error:]+0x1d0)
- ld64.lld: error: undefined symbol: kSecValueData
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils setItem:withQuery:error:]+0x180)
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils setItem:withQuery:error:]+0x17c)
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils setItem:withQuery:error:]+0x144)
- >>> referenced 1 more times
- ld64.lld: error: undefined symbol: SecItemAdd
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils setItem:withQuery:error:]+0x160)
- ld64.lld: error: undefined symbol: kSecAttrAccessible
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils setItem:withQuery:error:]+0x11c)
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils setItem:withQuery:error:]+0x118)
- ld64.lld: error: undefined symbol: kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils setItem:withQuery:error:]+0x10c)
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils setItem:withQuery:error:]+0x108)
- ld64.lld: error: undefined symbol: SecItemDelete
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m.obj:(symbol +[GULKeychainUtils removeItemWithQuery:error:]+0x64)
- ld64.lld: error: undefined symbol: SCNetworkReachabilityGetFlags
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/NetworkInfo/GULNetworkInfo.m.obj:(symbol +[GULNetworkInfo getNetworkType]+0x9c)
- ld64.lld: error: undefined symbol: SCNetworkReachabilityCreateWithName
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Environment/NetworkInfo/GULNetworkInfo.m.obj:(symbol __32+[GULNetworkInfo getNetworkType]_block_invoke+0x2c)
- >>> referenced by build/Release-iphoneos/GoogleUtilities/arm64/Pods/GoogleUtilities/GoogleUtilities/Reachability/GULReachabilityChecker.m.obj:(symbol kGULDefaultReachabilityApi+0x0)
- ld64.lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
- Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment