can not create framework of ios.

mc 4,116 Reputation points
2024-07-10T15:24:24.1733333+00:00

now I am building ios Binding of this repo:https://github.com/BradLarson/GPUImage

and I create framework

but there is error:

error:

cryptexDiskImage' is an unknown content type

how to create it?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,245 questions
{count} votes

Accepted answer
  1. Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 29,561 Reputation points Microsoft Vendor
    2024-07-15T08:58:10.9433333+00:00

    Hello,

    This is a native OC third-party tool, and there is a build.sh file in their source code, please follow their guides to create the .a file and the .framework file.

    (I have tested, and I can create a GPUImage.framework file in A folder)

    Note: .a file can be made to an iOS binding, .framework file can be made to an iOS binding as well.

    See: Walkthrough: Binding an iOS Objective-C Library - Xamarin | Microsoft Learn

    Best Regards,

    Wenyan Zhang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful