question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening fastly.xcworkspace.

See original GitHub issue

I got this error when I run react-native run-ios:

Captura de Pantalla 2020-03-05 a la(s) 01 53 10

My Podfile

platform :ios, '9.0'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

target 'fastly' do
  # Pods for fastly
  pod 'RNVectorIcons', :path => '../node_modules/react-native-vector-icons'
  pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector"
  pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec"
  pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired"
  pod 'RCTTypeSafety', :path => "../node_modules/react-native/Libraries/TypeSafety"
  pod 'React', :path => '../node_modules/react-native/'
  pod 'React-Core', :path => '../node_modules/react-native/'
  pod 'React-CoreModules', :path => '../node_modules/react-native/React/CoreModules'
  pod 'React-Core/DevSupport', :path => '../node_modules/react-native/'
  pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
  pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation'
  pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob'
  pod 'React-RCTImage', :path => '../node_modules/react-native/Libraries/Image'
  pod 'React-RCTLinking', :path => '../node_modules/react-native/Libraries/LinkingIOS'
  pod 'React-RCTNetwork', :path => '../node_modules/react-native/Libraries/Network'
  pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings'
  pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text'
  pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration'
  pod 'React-Core/RCTWebSocket', :path => '../node_modules/react-native/'

  pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact'
  pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
  pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
  pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
  pod 'ReactCommon/jscallinvoker', :path => "../node_modules/react-native/ReactCommon"
  pod 'ReactCommon/turbomodule/core', :path => "../node_modules/react-native/ReactCommon"
  pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga'

  pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
  pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
  pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'

  target 'fastlyTests' do
    inherit! :search_paths
    # Pods for testing
  end

  use_native_modules!
end

target 'fastly-tvOS' do
  # Pods for fastly-tvOS

  target 'fastly-tvOSTests' do
    inherit! :search_paths
    # Pods for testing
  end

end

Thind I’ve do:

  1. npm i react-native-vector-icons —s
  2. I’ve open the project with Xcode, then I created a new Group into the project name folder, it called Fonts, then I drag all fonts I’ll use for the project, Finally I goes to info.plist file and create a new key Fonts provided by application, then created items with respective fonts names.
  3. Run Shift + Command + K to clean last build <= That into Xcode.
  4. I follow all the steps is at Readme.md and I can’t fix it, help pls.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:9

github_iconTop GitHub Comments

18reactions
YanYuanFEcommented, May 12, 2020

xcode打开项目,在 -> Build phase > Copy Pods Resources -> Output Files,移除 image

image 移除所有Output files,重新build

5reactions
jovyllebermudez-oldcommented, Sep 17, 2020

i also have this error.

Read more comments on GitHub >

github_iconTop Results From Across the Web

error Failed to build iOS project. We ran "xcodebuild ...
A popular reason to builds failing and error code 65 is a missmatch between cached pod files and current packages used.
Read more >
error Failed to build iOS project. We ran "xcodebuild ... - GitHub
We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, ...
Read more >
error failed to build ios project. we ran "xcodebuild" command ...
We ran "xcodebuild" command but it exited with error code 65. To debug build ... To debug build logs further, consider building your...
Read more >
error failed to build ios project. we ran "xcodebuild ... - YouTube
Hello everyone, it's my first video speaking english, I hope you understand, and resolve the error. Thanks for watching!
Read more >
React native build failure | Apple Developer Forums
error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found