Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SwiftRuntimeSupport to a version from 2021 #1311

Merged
merged 4 commits into from
Mar 19, 2022

Conversation

chamons
Copy link
Contributor

@chamons chamons commented Dec 20, 2021

All of the cake builds fail for me locally due to this so I created a package manually with these steps reverse engineered from the cake file:

msbuild /t:Build /p:Configuration=Release  SwiftRuntimeSupport.sln
msbuild /t:Pack /p:Configuration=Release /p:PackageOutputPath=/Users/donblas/Programming/XamarinComponents/iOS/SwiftRuntimeSupport/output/ /p:PackageRequireLicenseAcceptance=true /p:IncludeBuildOutput=false

@dalexsoto
Copy link
Member

@SotoiGhost can you have a look? this should enable Swift async support

@SotoiGhost
Copy link
Contributor

@chamons In case you need it, we are using an old version of Cake. Run dotnet tool install Cake.Tool --version 0.33.0 to make it work.

@moljac
Copy link
Member

moljac commented Jan 24, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@EmmanVazz
Copy link

When will this be fixed? It is currently blocking some of us like shown here https://developercommunity.visualstudio.com/t/Xamarin-iOS-codesign-failed-with-exit-co/1631600?space=8&entry=problem&q=codesign+failed&sort=newest&page=8

@SotoiGhost
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@SotoiGhost SotoiGhost merged commit 225a2ca into xamarin:main Mar 19, 2022
@quentinR0bert
Copy link

Hi, it's seem we have an anomaly since this version : #1358

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to bind native iOS framework that uses Async/Await in iOS 13
6 participants