I’m a react native developer who simply began engaged on macOs and when I attempt to run my react native venture on xcode I get these errors:
Didn't construct module 'idsdk'; this SDK shouldn't be supported by the compiler (the SDK is constructed with 'Apple Swift model 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)',
whereas this compiler is 'Apple Swift model 5.8.1
(swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)').
Please choose a toolchain which matches the SDK.
idsdk.swiftmodule/x86_64-apple-ios-simulator.personal.swiftinterface :
No such module 'SecLibAnalytics'
My xcode model is: Model 14.3.1
Can somebody inform me how am i able to repair these errors in order that I can run my app?
Thanks