SDK34 - iOS9 Simulators won't run

Hi,
After upgrading to SDK34, my app won’t load on simulators running iOS9.
iOS10 does work.

The console log shows:
Jul 31 16:28:09 Wee-Smartie CoreSimulatorBridge[3728]: Pasteboard change listener callback port <NSMachPort: 0x7c95ccd0> registered
Jul 31 16:28:09 Wee-Smartie CoreSimulatorBridge[3728]: Pasteboard change listener callback port <NSMachPort: 0x7c869a80> registered
Jul 31 16:28:10 Wee-Smartie CoreSimulatorBridge[3728]: Pasteboard change listener callback port <NSMachPort: 0x7c85c220> registered
Jul 31 16:28:10 Wee-Smartie CoreSimulatorBridge[3728]: Pasteboard change listener callback port <NSMachPort: 0x7c95bea0> registered
Jul 31 16:28:10 Wee-Smartie assertiond[3727]: assertion failed: 18G84 13E233: assertiond + 16726 [1BD9E3D0-5485-3412-86B2-4BE50C825E80]: 0x1
Jul 31 16:28:10 Wee-Smartie com.apple.CoreSimulator.SimDevice.2D078177-C891-4D8C-8E24-49DD6033F1AA[3705] (UIKitApplication:host.exp.Exponent[0xc134][3999]): Service exited due to signal: Trace/BPT trap: 5
Jul 31 16:28:10 Wee-Smartie SpringBoard[3722]: Application ‘UIKitApplication:host.exp.Exponent[0xc134]’ crashed.
Jul 31 16:28:10 Wee-Smartie assertiond[3727]: assertion failed: 18G84 13E233: assertiond + 16726 [1BD9E3D0-5485-3412-86B2-4BE50C825E80]: 0x1
Jul 31 16:28:10 Wee-Smartie CoreSimulatorBridge[3728]: Pasteboard change listener callback port <NSMachPort: 0x7c866940> registered
Jul 31 16:28:36 Wee-Smartie CoreSimulatorBridge[3728]: Pasteboard change listener callback port <NSMachPort: 0x7c95bf10> registered

my environment is:
Expo CLI 3.0.6 environment info:
System:
OS: macOS 10.14.6
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 12.6.0 - /usr/local/bin/node
Yarn: 1.17.3 - ~/.yarn/bin/yarn
npm: 6.9.0 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
IDEs:
Android Studio: 3.4 AI-183.6156.11.34.5692245
Xcode: 10.3/10G8 - /usr/bin/xcodebuild
npmPackages:
expo: ^34.0.3 => 34.0.3
react: 16.8.3 => 16.8.3
react-native: https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz => 0.59.8
react-navigation: ^3.11.1 => 3.11.1
npmGlobalPackages:
expo-cli: 2.14.0

Thank you!

Hi there- as we state in the docs:

Required Android and iOS versions: The minimum Android version Expo supports is Android 5 and the minimum iOS version is iOS 10.0.

Sorry if that could’ve been made clearer!

My bad - sorry! I just went straight to the medium doc on upgrading because I was eager for the sqlite fix.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.