An iOS version example application including StarXpand SDK for React Native V1.3.0 cannot be built with Xcode14.3.
Devices where the bug occurs
Independent of devices.
Printers
Independent of printer model.
Development environment
OS Version: macOS 13.3
Xcode Version: 14.3
To Reproduce
Execute the following command according to the [Usage] of the example application.
$ yarn install
$ cd ios
$ pod update
$ cd ..
$ npx react-native run-ios
The following error occurred and the build failed.
** BUILD FAILED **
The following build commands failed:
CompileC /Users/xxx/StarXpand_SDK_for_ReactNative_V1.3.0/example/ios/DerivedData/example/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/React-Codegen.build/Objects-normal/arm64/FBReactNativeSpec-generated.o /Users/xxx/StarXpand_SDK_for_ReactNative_V1.3.0/example/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec-generated.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'React-Codegen' from project 'Pods')
(1 failure)
Root causes
This is because compilation of React-Codegen fails in Xcode14.3 as written in the issue of react-native
How to resolve
Update the React Native version that the example app links to to 0.71.6 or later, which fixes this issue.
Description
An iOS version example application including StarXpand SDK for React Native V1.3.0 cannot be built with Xcode14.3.
Devices where the bug occurs
Independent of devices.
Printers
Independent of printer model.
Development environment
To Reproduce
Execute the following command according to the [Usage] of the example application.
The following error occurred and the build failed.
Root causes
This is because compilation of React-Codegen fails in Xcode14.3 as written in the issue of react-native
How to resolve
Update the React Native version that the example app links to to 0.71.6 or later, which fixes this issue.