Skip to content
Discussion options

You must be logged in to vote

You just have to look carefully through build output. I found that Accelerate framework was automatically linked for debug, but missed for release. Had to link it manually for release:

<PropertyGroup Condition="'$(Configuration)' == 'Release' and $(RuntimeIdentifier) == 'ios-arm64'">
    <MtouchExtraArgs>--gcc_flags "-framework Accelerate"</MtouchExtraArgs>
</PropertyGroup>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AncientLust
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant