Meteor app cannot be run on iOS after Xcode upgrade - ios

I was developing Meteor project and was able to test it on both Android and iOS. But after my Xcode upgraded to version 7.3 I'm not able to test project on iOS anymore. Now I'm getting error:
Check that you have Xcode 6.x installed
Is there any way to run my project while having Xcode 7 or do I need to downgrade it? My Meteor version is 1.3

Related

Will apps run on the latest version of IOS if they were developed in an older version of Xcode?

My Mac only lets met run Xcode 13.2, which is an older version of Xcode.
If I develop an app using this version of Xcode and publish it to the App store, will it be able to run on the latest version of IOS on iPhone (IOS 16 and above)?
Please let me know, thanks!

Downgrade SDK Dart to build App on MacBook

I have an old MacBook here, and I need to build an app on it to test on an iPhone, the problem is that the app was created using the newest version of flutter. And as you may know, MacBook does not allow to install Flutter in XCode older than Flutter version 13,
and I was wondering if I would downgrade the Dart/Flutter SDK I will have problems and how to solve them?
the message displayed on console is:
[!] Xcode - develop for iOS and macOS (Xcode 12.4)
• Xcode at /Applications/Xcode.app/Contents/Developer
! Flutter recommends a minimum Xcode version of 13.
Download the latest version or update via the Mac App Store.
• CocoaPods version 1.10.1
Yes, you can install other versions of flutter to build your application with it. You can either do so manually or use the flutter version manager (fvm) for that.
Download links for all flutter releases can be found in the flutter documentation.
These older releases of flutter then have different requirements for the Xcode versions.

Flutter app is not building when adding Passbase

I am building flutter app with Passbase integration. I have followed all steps from here: https://docs.passbase.com/flutter and in Android it works fine. However in iOS app is not building. VSCode shows this:
Xcode build done. 11.9s
Failed to build iOS app
Error output from Xcode build:
↳
Exited (sigterm)
Could not build the precompiled application for the device.
Error launching application on iPhone.
And Xcode shows this:
Maybe it is because I run latest flutter version 1.20.4 and Passbase says that they have tested it with 1.17.5...
Any ideas what to do?
If you are using Passbase plugin version 1.9.5, you need to use Xcode 12.0. Or use plugin version 1.9.4 instead. The only change between these versions is that 1.9.5 was built using Xcode 12.0.

ERROR ITMS-90725: "This app was built with the iOS 12.1 SDK. New apps for iPhone or iPad must be built with the iOS 13 SDK or later."

I use build phonegap for build IOS app....I genarated .ipa file with last version of phonegap build but when I try yo upload .ipa file to apple store it give that error
ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS 12.1 SDK. New apps for iPhone or iPad must be built with the iOS 13 SDK or later."
what should I do?
You'll need to use a service which does support the latest version of XCode (currently 11.6), like VoltBuilder, Ionic or Monaca. It doesn't look like PhoneGap is ever going to be updated.
Disclosure: I'm one of the developers of VoltBuilder.
Currently there is no way to build on PhoneGap Build Cloud targeting iOS 13, since it requires cordova 6.0.0 and the lastest phonegap-cli avaiable is 9.0.0 which uses cordova 5.0.1 which targets iOS 12.1 and xcode 10.
You can build localy using cordova 6.0.0, if you don't have a mac you can try macincloud or another could solution as monaca and others.

Can my iOS published app, targeted for ios 7 built in xcode 5, run in ios 10.2 devices?

I am creating an app via Cordova. The build is complete in android ,and now I am creating an app for iOS.
I am running OS X 10.8 Mountain Lion and the max version XCODE is 5.1. The maximum version of iOS SDK that Xcode 5 supports iOS 7 SDK.
So I need to know before hand whether my app targeting iOS 7 will run on the latest devices ?
Forgive me if my question is a bit naive. I am new to iOS/ mac environment.
I suggest you to update the Xcode to the lasted version(8.2.1), and you can test your app in Xcode, with the simulotar 10.2(if you update the Xcode the lasted version, simulator will also have the lasted os version).
I am not mean this is test your cordova app if can run in device with 10.2 version, this step is test your cordova app if is operation normally in 10.2 version, if it will have some issues in this version, this is necessary.

Resources