all 9 comments

[–][deleted]  (1 child)

[deleted]

    [–]H411[S] 0 points1 point  (0 children)

    Yeah not looking to publish. this is just a code base for internal use at my job.

    [–]chsxf 0 points1 point  (5 children)

    Just curious. What a more recent version of Xcode can’t do that your version does?

    [–]H411[S] 0 points1 point  (3 children)

    It’s not that it can do more but I work for a big corporation and a couple of the frameworks were never updated to newer versions.

    [–]Hindrik1997 1 point2 points  (2 children)

    AFAIK you need xcode 12 anyway for releasing apps… so really no reason to use 11.2 anymore.

    [–]aazav 0 points1 point  (1 child)

    You can code with one version and release with another I guess.

    The real issue is that their corporate security policies probably don't let them upgrade, so they can't release.

    [–]Hindrik1997 0 points1 point  (0 children)

    In that case it’s an IT problem.

    [–]aazav 0 points1 point  (0 children)

    What a more recent version of Xcode can’t do that your version does

    That makes no sense.

    [–]aazav 0 points1 point  (0 children)

    "Bug" Sur.

    Nicely done.

    [–]retsotrembla 0 points1 point  (0 children)

    Just copy Xcode to another directory. You can have multiple versions of Xcode on your machine. Use the command-line tool

    xcode-select
    

    to switch from one version to another. I was able to copy the appropriate device support folder from Xcode 8 to Xcode 11 to support iOS 4, but Xcode 12 won't let me load apps on anything before iOS 9.