Daniel Zanchi

Results 33 comments of Daniel Zanchi

I didn’t try since it’s GPL

Same error for me: M1 pro macOS version: 12.3.1 (21E258) Xcode version: 13.3.1 Python: 3.9/3.9.10 OpenCV: 4.x branch I am using this command to build a xcframework for iOS device...

@alalek maybe this is more clear: https://gist.github.com/DanielZanchi/c74e0dd673876a70e5b9c785242eae63 This is the script Script-534E23C7BD6F6DA66DBD8534.sh ``` #!/bin/sh set -e if test "$CONFIGURATION" = "Debug"; then : cd /Users/danielzanchi/Developer/opencv2/opencv-4.x/build_xcframeworkxphoto/iphoneos/build/build-arm64-iphoneos/modules/objc_bindings_generator/ios /Users/danielzanchi/Developer/opencv2/opencv-4.x/modules/objc/generator/../generator/gen_objc.py -p /Users/danielzanchi/Developer/opencv2/opencv-4.x/modules/objc/generator/../../python/src2/gen2.py -c /Users/danielzanchi/Developer/opencv2/opencv-4.x/build_xcframeworkxphoto/iphoneos/build/build-arm64-iphoneos/modules/objc_bindings_generator/gen_objc.json...

Hey guys I found the solution: https://stackoverflow.com/a/71669282/2425276 I had to link my python3 to the systems python with this command and everything worked again: `sudo ln -s /opt/homebrew/bin/python3 /opt/homebrew/bin/python`

Hello! I managed to use Amplify on a macOS app under Catalyst. It's not the best solution but I am going to build two completely different apps for iOS and...

The eye button is still missing :(

any news on the eye button??

Sure but can't use iOS 13. I need to upgrade my app for iOS13