You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Impossible to assemble release iOS build with latest Xcode 11.0 or 11.1.
I'm using CircleCI with Xcode 11.0 or 11.1 images.
During assembling release build I see Compiling event.cpp error:
Compiling event.cpp
[13:09:17]: ▸ The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 7.0, but the range of supported deployment target versions is 8.0 to 13.0.99. (in target 'react-native-version-number' from project 'Pods')
[13:09:17]: ▸ The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 6.0, but the range of supported deployment target versions is 8.0 to 13.0.99. (in target 'RSKImageCropper' from project 'Pods')
[13:09:17]: ▸ ** ARCHIVE FAILED **
[13:09:17]: ▸ The following build commands failed:
[13:09:17]: ▸ CompileC /Users/distiller/Library/Developer/Xcode/DerivedData/Brandgility-ccncokfacuuibwcjplhtkspodqby/Build/Intermediates.noindex/ArchiveIntermediates/Brandgility/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/Yoga.build/Objects-normal/armv7/event.o /Users/distiller/mobile-web-app/node_modules/react-native/ReactCommon/yoga/yoga/event/event.cpp normal armv7 c++ com.apple.compilers.llvm.clang.1_0.compiler
[13:09:17]: ▸ (1 failure)
With Xcode 10.2.1 image everything works fine.
React Native version:
System:
OS: macOS 10.14.6
CPU: (4) x64 Intel(R) Core(TM) i5-6360U CPU @ 2.00GHz
Memory: 105.80 MB / 8.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 12.4.0 - ~/.nvm/versions/node/v12.4.0/bin/node
Yarn: 1.19.0 - /usr/local/bin/yarn
npm: 6.9.0 - ~/.nvm/versions/node/v12.4.0/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 13.0, DriverKit 19.0, macOS 10.15, tvOS 13.0, watchOS 6.0
Android SDK:
API Levels: 23, 24, 25, 26, 27, 28
Build Tools: 23.0.1, 25.0.1, 26.0.1, 26.0.2, 26.0.3, 27.0.3, 28.0.0, 28.0.3
System Images: android-23 | Intel x86 Atom_64, android-23 | Google APIs Intel x86 Atom, android-23 | Google APIs Intel x86 Atom_64, android-25 | Google APIs Intel x86 Atom, android-27 | Google Play Intel x86 Atom, android-28 | Google APIs Intel x86 Atom
IDEs:
Android Studio: 3.5 AI-191.8026.42.35.5791312
Xcode: 11.0/11A420a - /usr/bin/xcodebuild
npmPackages:
@react-native-community/cli: 2.9.0 => 2.9.0
react: 16.9.0 => 16.9.0
react-native: 0.61.2 => 0.61.2
npmGlobalPackages:
react-native-cli: 2.0.1
Steps To Reproduce
Run release build flow for example on CircleCI or locally
Use Xcode 11.0 or 11.1 images on CI or Xcode 11.0 locally
Check Build error during compiling "event.cpp"
Expected result:
Build assembled correctly without Compiling event.cpp error.
The text was updated successfully, but these errors were encountered:
Impossible to assemble release iOS build with latest Xcode 11.0 or 11.1.
I'm using CircleCI with Xcode 11.0 or 11.1 images.
During assembling release build I see
Compiling event.cpp error
:With Xcode 10.2.1 image everything works fine.
React Native version:
Steps To Reproduce
Expected result:
Build assembled correctly without
Compiling event.cpp error
.The text was updated successfully, but these errors were encountered: