When I use an mlmodel called tinyyolo in my project, after building, xcode reports “ Command CodeSign failed with a nonzero exit code”. The problem should be with the mlmodel. But I don't know what‘s wrong and how to solve it.
Post
Replies
Boosts
Views
Activity
Environment
Xcode 14
ios 16
Error
[Unknown process name] CGImageCreate: invalid image byte order info for bitsPerPixel != 32 = 16384
And when I run my app in iphone, it can't show the image of result. It seems that there are some bugs when running in ios 16. How can I solve this problem?