Machine learning framework MediaPipe for iOS development (4)

Continuing from the previous chapter: MediaPipe, a machine learning framework for iOS development (3)_hbblzjy’s blog-CSDN blog

The finale of going around and around is finally here, it’s time to run the demo, practice and test the results.

Last time I opened the project with Xcode and connected it to a real machine. Because I needed to use the SelfieSegmentationGpuApp demo, I selected this Targets and then ran it, and found an error. The error is as follows:

Then I looked at the official documentation: ( MediaPipe on iOS - mediapipe )

Set up provisioning
To install applications on an iOS device, you need a provisioning profile. There are two options:

Automatic provisioning. This allows you to build and install an app to your personal device. The provisining profile is managed by Xcode, a

Guess you like

Origin blog.csdn.net/hbblzjy/article/details/127555860