microsoft / appcenter-sdk-react-native

Development repository for the App Center SDK for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS Build in appcenter failed returning error code 65 ** ARCHIVE FAILED ** on react-native 0.64.0

syedquadri1982 opened this issue · comments

Description

getting the below error on iOS build

Error: /usr/bin/xcodebuild failed with return code: 65

** ARCHIVE FAILED **

The following build commands failed:
PhaseScriptExecution [CP-User]\ Generate\ Specs /Users/runner/Library/Developer/Xcode/DerivedData/TipExMobile-fnlcuyvlwqokidabcujglfzviyrf/Build/Intermediates.noindex/ArchiveIntermediates/[PROJECTNAME]/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/FBReactNativeSpec.build/Script-0A12CAC5664D421A521256CE3F5F99D7.sh
(1 failure)
##[error]Error: /usr/bin/xcodebuild failed with return code: 65

Repro Steps

Please list the steps used to reproduce your issue.

iOS build works on my local machine however when trying to do the build in appcenter, it fails with the above error

Details

  1. Which version of the App Center SDK are you using?
    No SDK Used
  2. Which OS version did you experience the issue on?
    this issue is on appcenter not on my local machine
  3. What device version did you see this error on? Were you using an emulator or a physical device?
    this issue is on appcenter not on my local machine
  4. What third party libraries are you using?

  5. Run the following command and paste the output below: react-native info

System:
OS: macOS 10.15.7
CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Memory: 691.57 MB / 16.00 GB
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 15.14.0 - /usr/local/bin/node
Yarn: 1.22.10 - /usr/local/bin/yarn
npm: 7.7.6 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.10.1 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: iOS 14.4, DriverKit 20.2, macOS 11.1, tvOS 14.3, watchOS 7.2
Android SDK: Not Found
IDEs:
Android Studio: 4.1 AI-201.8743.12.41.7199119
Xcode: 12.4/12D4e - /usr/bin/xcodebuild
Languages:
Java: 1.8.0_282 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 17.0.1 => 17.0.1
react-native: 0.64.0 => 0.64.0
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found

  1. If you're developing for React Native iOS, run the following command and paste the output below: pod --version

pod version 1.10.1

  1. Please enable verbose logging for your app using [MSAppCenter setLogLevel: MSLogLevelVerbose]; before your call to [AppCenterReactNative register]; (or any other SDK registration). For Android, use AppCenter.setLogLevel(android.util.Log.VERBOSE); before your SoLoader.init call (you will need to import com.microsoft.appcenter.AppCenter;). Include the logs here:

Hi! Thanks for getting in touch with us!

This is not an SDK issue. Please open the support ticket on the App Center portal.