8.8 C
London
Friday, October 27, 2023

ios – Displaying All Errors Solely Linker command failed with exit code 1 (use -v to see invocation)


IMAGE 1 . IMAGE 2

Above given the Photographs will present the error particulars

Thanks for advance.

                                                .

Podfile:- # Uncomment the following line to outline a world platform in your venture
# platform :ios, '14.0'

goal 'Native_iOS_App' do
  # Remark the following line for those who're not utilizing Swift and do not wish to use dynamic frameworks
  use_frameworks!





# Your 'node_modules' listing might be within the root of your venture,
        # but when not, regulate the `:path` accordingly
    pod 'React', :path => '../../React Native App/Bakesale/node_modules/react-native', :subspecs => [
                'Core',
    'CxxBridge', # Include this for RN >= 0.47
    'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43
    'RCTText',
    'RCTNetwork',
    'RCTImage',
    'RCTWebSocket', # Needed for debugging
    # Add any other subspecs you want to use in your project
]

  # Explicitly embrace Yoga if you're utilizing RN >= 0.42.0
  pod 'yoga', :path => '../../React Native App/Bakesale/node_modules/react-native/ReactCommon/yoga'

  # Third get together deps podspec hyperlink
  pod 'DoubleConversion', :podspec => '../../React Native App/Bakesale/node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
  pod 'glog', :podspec => '../../React Native App/Bakesale/node_modules/react-native/third-party-podspecs/glog.podspec'
  pod 'Folly', :podspec => '../../React Native App/Bakesale/node_modules/react-native/third-party-podspecs/Folly.podspec'

  # Pods for Native_iOS_App


  goal 'Native_iOS_AppTests' do
    inherit! :search_paths
    # Pods for testing
  finish

  goal 'Native_iOS_AppUITests' do
    inherit! :search_paths
    # Pods for testing
  finish

finish

Package deal.json

{
  "identify": "Bakesale",
  "model": "0.0.1",
  "non-public": true,
  "scripts": {
    "begin": "node node_modules/react-native/local-cli/cli.js begin",
    "take a look at": "jest",
    "construct:ios": "node node_modules/react-native/local-cli/cli.js bundle --entry-file="index.js" --bundle-output="./most important.jsbundle" --dev=false --platform='ios' --assets-dest="./ios""
  },
  "dependencies": {
    "lodash": "^4.17.10",
    "lodash.debounce": "^4.0.8",
    "react": "16.4.1",
    "react-native": "0.56.0"
  },
  "devDependencies": {
    "babel-jest": "23.4.2",
    "babel-preset-react-native": "^5",
    "jest": "23.4.2",
    "react-test-renderer": "16.4.1"
  },
  "jest": {
    "preset": "react-native"
  }
}

Latest news
Related news

LEAVE A REPLY

Please enter your comment!
Please enter your name here