What version of XOJO is compatible with Xcode Version 7.3.1

What version os XOJO i can Use with Xcode Version 7.3.1

None.
http://documentation.xojo.com/resources/system_requirements_for_current_version.html#iOS_Apps

[quote]Supported Xcode versions
11.x (requires 2019r2 or later)
10.x
9.x[/quote]

Alexis, visit this link and check the different Xojo versions: https://documentation.xojo.com/Category:System_Requirements

Xojo2016r3 supported Xcode 7.x and 8.x

This doesn’t mean that you can create an iOS app with that and publish it to the App store. From what I understand, you can’t use Xcode 7.x anymore to create apps that will be approved.

thanks

You must be using the most recent Xcode SDK to publish to the App Store… which I believe is XCode 11.3.1 not 9.3

i have to made one app for old phone and iPad, and is for no publish is in house use only.
thanks

Just curious… how are you planning on deploying that “in-house”… if you are going to connect the iPhone/iPad to your computer and side-load it via Xcode… that is fine… for a year… as that is the length of time such an app will run… then you have to use Xcode to load it again.

There are some command-line tools out there that let you get around this requirement.

Care to share? :slight_smile:

This is one:

While it’s designed for debugging, it works for built apps too.

Ok… but does that get around the one year lifetime for apps loaded without going thru the App Store???

I like its description

yet

seems like Xcode IS required

No. Just the need to have Xcode to install on device. Those restrictions are dependent on the dates of the development profile.

not true… it explicted says Xcode must be installed

My recollection from when I tried that was that you needed Xcode to compile that tool, but not run it. But those requirements may have changed.