The error from the title factors at following strains
template <class U, class V>
constexpr bool operator==(const Non-compulsory<U>& a, const V& b) {
return a.hasValue() && a.worth() == b;
}
I’m making an attempt to replace a react native app from 0.64.2 to 0.73.6 and I managed to run android, however I get this error in iOS. There may be just about no information about this error on google and I’m caught right here. I’m making an attempt to run the app on Xcode 15 with node 21, jdk 20, gradle 8.3 and kotlin 1.8
When I attempt to run the app from VSCode terminal utilizing npm run ios
, that is what I get
The next construct instructions failed:
CompileC /Customers/purplekey/Library/Developer/Xcode/DerivedData/Takeda-fmiosazmvbloaggqakcseuazkcsb/Construct/Intermediates.noindex/Pods.construct/Debug-iphonesimulator/React-Cloth.construct/Objects-normal/arm64/PropsParserContext.o /Customers/purplekey/Desktop/Initiatives/Takeda_MedInfo_Mobile_v3/node_modules/react-native/ReactCommon/react/renderer/core/PropsParserContext.cpp regular arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in goal 'React-Cloth' from undertaking 'Pods')
(1 failure)
My react native improvement surroundings is all set as a result of I’m working with react native for fairly a while, however I by no means had an oportunity to replace rn model.
When you want extra information about this downside I can present it.