2011 Mac with flutter development - ios

I am looking at purchasing a Mac mini to help with development of a flutter application. The newest versions are quite expensive and after looking on ebay the cheaper versions are the 2011 models.
The hardware is primarily 2.3 GHz i5, 8gb ram and SSD which seems fine but the OS version varies from mountain lion to High Sierra. I assume older versions can be updated?
I can't find anywhere that specifies minimum OS versions for flutter. Does anyone know whether a 2011 Mac mini with this spec would be appropriate for app development. I would like to also use the IOS emulator with newer apple device/phone models and iOS versions.
Sorry I have little experience with Mac os. Thanks a lot
(I may also want to try swift coding in xcode)

Can I update Mac OS to newer version?
Yes.
What are the minimum requirements for flutter development using Mac machine?
The latest stable version of flutter is v1.12.13+hotfix.8
This version of flutter requires a minimum Xcode version of 11.0.0. See the screen shot below.
The Xcode 11 requires a Mac running macOS 10.14.3 (macOS Mojave) or later. See more details here.
Xcode 11 includes SDKs for iOS 13, iPadOS 13, watchOS 6, macOS 10.15, tvOS 13 and Swift 5.1. Xcode 11 supports running multiple concurrent versions of the Xcode app and of any associated tools such as Simulator.
You can find more details from here.

Related

iOS Simulator on older Mac

Xcode won't let me download the latest version 14 because it says I need to upgrade my macOS but I have an older mac and the highest upgrade Apple has told me it can go is Big Sur (which is where it's at right now). I have tried to download the older version of Xcode which supports it (Xcode 13.2.1) but then it won't even download because of storage space. The Xcode .xip file is 10gb and I have more than that in storage space. I really only need Xcode for the iOS Simulator. Is there a way I could get an iOS & Android Simulator on my computer?

Lunch flutter app on the real device with macOS High Sierra 10.13.6

I have a question for you. I have a old MacBook Pro with macOS High Sierra 10.13.6 and for this reason I can’t run the iOS app because I can't update the system and Xcode to the latest version.
I wanted to ask you if I can bypass this problem by running the application directly on my iPhone 13 pro using Android studio.
Thank you !

Options for iOS 4.2.1 Development in 2015

I have an old 2G iPod Touch for which I'd like to develop a very simple application. I managed to install Xcode 3.2.5 (the first to include the 4.2 SDK) onto my Mac that runs 10.10.4, but it says it isn't compatible when I run it. Next I tried Xcode 4.4.1 (the most recent that can target iOS 4.2), but it also fails to run. So, I'm thinking that Apples tools might be a lost cause when it comes to development for 4.2.1 if I'm not willing to downgrade my Mac to an earlier OSX version.
Do I have any other options for developing an iOS 4.2.1 app using one or more of OSX 10.10.4, Windows 10, and Ubuntu 14.04? Are options like Xamarin more flexible when it comes to the iOS versions they can target? Thanks in advance for any suggestions.

Delphi XE7 iOs Developing

I'm trying to set up the environment for installing an iOS App developed by Delphi XE7. The thing is my Mac OS X is the version 10.6.8 and the higgest Xcode I can install is the 3.2. Is it possible to work with such scenario?
The documentation answers your question
Requirements for Developing iOS Applications
PC running Windows connected to an Intel-based Mac, or a Mac running Windows in a VM, with 2 GB RAM or more.
The Mac must run OS X 10.9 or 10.8, with the latest version of Xcode that supports iOS 7 or iOS 8.
An Apple Developer account is required to deploy iOS apps to physical devices.
Platform Assistant server (paserver) installed on the Mac:
emphasis mine.

Minimum MacOS Version Required to Compile iOS Apps

We wish to compile iOS (iPhone & iPad) apps and we want to know if you need to have a minimum version of MacOS to compile/create the apps? We currently have a Mac OS X 10.6.8, 1GB RAM, 32 Bit.
If we want to compile apps for iOS 7 do we need the latest (more recent than what we have) OS?
Edit: Does the fact our Mac machine is 32bit affect our ability to compile iOS apps (old apps and/or more recent apps - iOS 5 and up)?
If we want to compile apps for iOS 7 do we need the latest (more recent than what we have) OS?
Compiling apps against the iOS 7 SDK requires Xcode 5. Xcode 5 requires 10.8.4 or later. You have provided insufficient information about your Mac to determine if your Mac can run OS X 10.8. Try to install Mavericks here, or if that doesn't work see the Mountain Lion requirements and buy it here.
iOS7 SDK requires XCode 5 (min requirement 10.8.4)
OSX 10.6.8 will not run anything beyond XCode 4.2
OS X 10.6.8 (snow leopard) is TOO OLD to publish an iphone app.
You'll need a new mac with OS X 10.8 (mountain lion). If the hardware in your mac won't support an upgrade to more recent OS X versions, don't waste your time. Apple have not maintained backward compatibility: the minimum versions of Xcode or Application Launcher needed to meet the app store requirements won't run on 10.6.8.
Specifically:
- Beginning on February 1, 2015 new iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK
You can develop, test and simulate with your old mac, but ultimately to build and publish your app you'll need a newer Mac.
2022 update
Now they require SDK 15, included in XCode 13 or later (https://xcodereleases.com).
This release requires macOS Big Sur 11.3 which can officially work on macs from 2013 and later: https://support.apple.com/en-us/HT211238
In fact you can install it on an older mac with a patch, such as: https://github.com/dortania/Opencore-Legacy-Patcher

Resources