-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'maestro' is only available in iOS 12.0 or newer #970
Comments
Hm, are you sure you've properly configured your target iOS version? Stripe-react-native doesn't support <iOS12 |
I ran into this same issue. After upgrading react-native version 0.66.3 -> 0.68.2 I was able to successfully build the project. |
Thanks @myles-grant - did your ios deployment target change during that upgrade? |
No. I had the deployment set to 13.0 with both versions. Although, when using react-native CLI to create a new project the deployment is initially set to iOS 11.0 Note: Xcode version 13.4 (13F17a) |
I have also run into this issue. All my deployment targets were updated from Went through the process of upgrading react native from |
Yeah, we've had iOS 14 as a build target for a while and can't build with the latest version for this library. Trying to upgrade |
You shouldn't need to upgrade your
that is building successfully on Xcode 13. I did originally get the "'maestro' is only available in iOS 12.0 or newer" error, but after totally clearing pods (removing both the ios/Pods/ |
@charliecruzan-stripe unfortunately, no luck. Deleted |
hm, that's odd.. did you try the project I linked? |
@charliecruzan-stripe yeah, it's not building for a different reason
|
@bill-pairaktaridis is it possible that one of the solutions here might apply? |
@charliecruzan-stripe eventually, upgrade RN to |
I have to think this is some sort of odd caching issue that's happening in the It is true that Since I don't think this is an issue with this library, I'm going to close this |
on M1 chip with We are using this script
this script has hard-coded Changing it to Path to the script |
just upgrade RN to 0.66.4 |
Facing this issue while installing maestro on ios
|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0' in my case the here the target was 11 so i changed the target to 13.0 |
This is the right answer, this is the reason that it fails, if you upgrade RN you get rid of this script hence you don't get the problem any more. If for some reason you can't upgrade changing IPHONEOS_DEPLOYMENT_TARGET to 13.0 in a podfile script resolves the problem |
Describe the bug
When I trying to build ios version app I have the error "'maestro' is only available in iOS 12.0 or newer", but my
target ios version is 12.0
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Build success
React native info:
System:
OS: macOS 11.6.5
CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Memory: 926.85 MB / 16.00 GB
Shell: 5.8 - /bin/zsh
Binaries:
Node: 16.13.0 - ~/.nvm/versions/node/v16.13.0/bin/node
Yarn: 1.22.10 - /usr/local/bin/yarn
npm: 8.1.4 - ~/.nvm/versions/node/v16.13.0/bin/npm
Watchman: 2022.02.21.00 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.11.3 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.0.1, iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0
Android SDK:
API Levels: 23, 29, 30, 31
Build Tools: 28.0.3, 29.0.2, 29.0.3, 30.0.2, 31.0.0, 32.0.0
System Images: android-29 | Google Play Intel x86 Atom_64, android-30 | Google APIs Intel x86 Atom, android-30 | Google Play Intel x86 Atom
Android NDK: 22.1.7171670
IDEs:
Android Studio: 2020.3 AI-203.7717.56.2031.7621141
Xcode: 13.1/13A1030d - /usr/bin/xcodebuild
Languages:
Java: 1.8.0_292 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: ^17.0.2 => 17.0.2
react-native: 0.66.1 => 0.66.1
react-native-macos: Not Found
The text was updated successfully, but these errors were encountered: