When I run the project on an ios simulator everything seems to bo fine. I want to build the project and generate an app to upload it on testflight using the command: eas build -p ios When I run the command I get an error (from logs):
Using Expo modules
Auto-linking React Native modules for target XXXXX
: RNCAsyncStorage, RNCCheckbox, RNCClipboard, RNCMaskedView, RNDateTimePicker, RNGestureHandler, RNLocalize, RNMlKit, RNReanimated, RNScreens, RNVectorIcons, react-native-camera, react-native-pager-view, react-native-safe-area-context, and react-native-webview
[Codegen] Generating ./build/generated/ios/React-Codegen.podspec.json
Analyzing dependencies
Fetching podspec for DoubleConversion
from ../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec
[Codegen] Found FBReactNativeSpec
Fetching podspec for RCT-Folly
from ../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec
[!] The RNMlKit
pod failed to validate due to 1 error:
- ERROR | attributes: Missing required attribute summary
.
- WARN | source: The version should be included in the Git tag.
pod exited with non-zero code: 1
I have tried removing package-lock.json file but can not seem to find any solution about this.