GithubHelp home page GithubHelp logo

iOS 17 SDK Support about appcenter HOT 8 OPEN

agustinbishel avatar agustinbishel commented on July 23, 2024 19
iOS 17 SDK Support

from appcenter.

Comments (8)

bricefriha avatar bricefriha commented on July 23, 2024 2

The support team told me they are working on it so... 🤷🏼‍♂️

Hello everyone, it seems that this, perhaps, may shed some light... but AppCenter is on the retreat. https://learn.microsoft.com/en-gb/appcenter/retirement It seems that the alternative is in Azure Pipelines.

from appcenter.

AngelAndresM avatar AngelAndresM commented on July 23, 2024 1

Is there any update on this incident?

I also have this problem.

from appcenter.

albyrock87 avatar albyrock87 commented on July 23, 2024 1

If you're switching to Azure DevOps Pipelines with Hosted Agents, use macos-13 image.
Then add these steps to install the appropriate Xamarin SDK.


- bash: |
    sudo xcode-select -s /Applications/Xcode_15.2.app
  displayName: Use XCode 15.2

- bash: |
    curl -o xamarin-android.pkg "https://download.visualstudio.microsoft.com/download/pr/8cbf56b1-ef0d-466f-8cfe-fae4ba8c5080/e9e853fee3169b1c5128098942f19120/xamarin.android-13.2.2.0.pkg"
    sudo installer -pkg xamarin-android.pkg -target /
  displayName: Install Xamarin.Android
  
- bash: |
    curl -o xamarin-ios.pkg "https://download.visualstudio.microsoft.com/download/pr/ceb0ea3f-4db8-46b4-8dc3-8049d27c0107/3960868aa9b1946a6c77668c3f3334ee/xamarin.ios-16.4.0.23.pkg"
    sudo installer -pkg xamarin-ios.pkg -target /
  displayName: Install Xamarin.iOS

from appcenter.

agustinbishel avatar agustinbishel commented on July 23, 2024

Hello again, do we have any updates about this? Thanks!

from appcenter.

arandanos80 avatar arandanos80 commented on July 23, 2024

By asking about this to App Center support, I've obtained this answer:

"According to the dotnet support policy and Xamarin release notes, Xamarin.iOS 16.4.0.23 is compatible with Xcode 15 and iOS 17. When you select Xamarin iOS SDK as 16.4, the Xcode version is 15.0.1 preview, and the app will be built using iOS SDK 17."

from appcenter.

victorbeltranpinol avatar victorbeltranpinol commented on July 23, 2024

Did somebody get the build pass?
In my case it didn't work
#2621

from appcenter.

agustinbishel avatar agustinbishel commented on July 23, 2024

Hello everyone, it seems that this, perhaps, may shed some light... but AppCenter is on the retreat. https://learn.microsoft.com/en-gb/appcenter/retirement
It seems that the alternative is in Azure Pipelines.

from appcenter.

zeeshandad avatar zeeshandad commented on July 23, 2024

Thanks, I updated my GitHub actions pipeline like below and got rid of this issue:

runs-on: macos-13

steps:
- uses: maxim-lobanov/setup-xcode@v1
  with:
    xcode-version: '15.0.1'

from appcenter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.