Skip to content

Conversation

@steveisok
Copy link
Member

Without CursorKind 437, the cross build for iOS/tvOS and iOS/tvOSSimulator will fail. This change adds a temporary attribute to avoid that.

Without CursorKind 437, the cross build for iOS/tvOS and iOS/tvOSSimulator will fail. This change adds a temporary attribute to avoid that.
@steveisok steveisok requested a review from marek-safar as a code owner June 30, 2023 17:46
@ghost ghost added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jun 30, 2023
@ghost ghost assigned steveisok Jun 30, 2023
@steveisok
Copy link
Member Author

/azp run runtime-ioslikesimulator

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ghost
Copy link

ghost commented Jun 30, 2023

Tagging subscribers to this area: @directhex
See info in area-owners.md if you want to be subscribed.

Issue Details

Without CursorKind 437, the cross build for iOS/tvOS and iOS/tvOSSimulator will fail. This change adds a temporary attribute to avoid that.

Author: steveisok
Assignees: steveisok
Labels:

area-Infrastructure-mono, needs-area-label

Milestone: -


public override bool Execute()
{
bool shouldStaticLink = true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this related ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, some version of xcode changed simulator behavior where if any dylib is deployed with the app it'll try to load it first. This was causing problems because we always static link the components.

@steveisok steveisok merged commit 68f8f59 into dotnet:main Jul 5, 2023
@steveisok steveisok deleted the add-temp-offset-xcode15 branch July 5, 2023 16:10
@ghost ghost locked as resolved and limited conversation to collaborators Aug 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants