skip to Main Content

React native – Error: Multiple commands produce '…/folly.framework'

After I've upgraded react-native to 0.73.4 I've encountered an issue while trying to Archive my Xcode project. Multiple commands produce '/Users/user/Library/Developer/Xcode/DerivedData/MyKeyPaaS-dvusobjtabyvaehceuotkxpwtbph/Build/Intermediates.noindex/ArchiveIntermediates/ProjectName/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework' Update: Target 'RCT-Folly.common' (project 'Pods') has create directory command with output '/Users/robert.coroianu/Library/Developer/Xcode/DerivedData/MyKeyPaaS-dvusobjtabyvaehceuotkxpwtbph/Build/Intermediates.noindex/ArchiveIntermediates/MyKeyPaaS/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework' Target 'RCT-Folly.common-Fabric' (project 'Pods') has create directory…

VIEW QUESTION

error related to images in react native app

import React, { useState } from 'react'; import type { PropsWithChildren } from 'react'; import { ImageSourcePropType, StyleSheet, View, Image, Pressable, Text } from 'react-native'; import DiceOne from '../assets/one.png' import DiceTwo from '../assets/two.png' import DiceThree from '../assets/three.png' import DiceFour from…

VIEW QUESTION
Back To Top
Search