Skip to content

Conversation

@EgorBo
Copy link
Member

@EgorBo EgorBo commented Mar 18, 2020

#33633 introduced a FullAOT sample for iOS arm64. This PR makes it simulator (x64) friendly.

Steps:

./build.sh -os iOS -arch x64

cd src/mono/netcore/sample/iOS

make xcode MONO_ARCH=x64

@Dotnet-GitSync-Bot
Copy link
Collaborator

I couldn't add an area label to this PR.

Checkout this page to find out which area owner to ping, or please add exactly one area label to help train me in the future.

@EgorBo EgorBo added the os-ios Apple iOS label Mar 18, 2020
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>arm64</string>
</array>
Copy link
Member

Choose a reason for hiding this comment

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

did you check whether it still works on device? I remember there was some issue when this key was removed

Copy link
Member Author

@EgorBo EgorBo Mar 18, 2020

Choose a reason for hiding this comment

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

@akoeplinger yeah I checked, still works for both device and simulator. I think it was armv7 by default and I changed it to arm64. I've just created a simple project in Xcode and this property doesn't even exist in the default plist.

@EgorBo EgorBo merged commit bcb33e5 into dotnet:master Mar 19, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 10, 2020
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.

3 participants