Post

Replies

Boosts

Views

Activity

USDZ Tools on Apple Silicon
Hi, On my mac (with Apple Silicon chip) I have different tools that required Python 3.9. To install Python 3.9 I use Homebrew. I wanted to install "USDZ Tools". I downloaded USDPython-pkg from https://developer.apple.com/augmented-reality/tools/ and by unzipping it I got the file USDPython-0.65.pkg If I try to run usdzconvert -h I get this ~ % usdzconvert -h env: python3.7: No such file or directory I tried replacing !/usr/local/bin/python3.7 with !/usr/bin/env python3 in all python scripts I then tried to relaunch usdzconvert -h now I get this % usdzconvert -h Error: failed to import pxr module. Please add path to USD Python bindings to your PYTHONPATH I checked PATH and PYTHONPATH are good. I then looked in the pxr folder. Inside there are python files and dynamic libraries with the extension so. If run the following command, for example, on _ar.so % file /Applications/usdpython/USD/lib/python/pxr/Ar/_ar.so /Applications/usdpython/USD/lib/python/pxr/Ar/_ar.so: Mach-O 64-bit dynamically linked shared library x86_64 This is not a dynamic library for Apple Silicon On the Internet some say that by launching the terminal in Resetta mode it works. I tried it doesn't work for me. Will there be a native version for Apple Silicon for USDZ Tools? Regards Tof
11
1
7.6k
Mar ’22
Can not install TestFlight version: "This app cannot be installed because its integrity could not be verified."
Hi, I created an application for a client. The client put me as a developer in his team on AppStore Connect. For that I use Xcode 13.2.1. It's a UIKit application in Swift with Storyboards. I built the app => no problem I tested it on my iPhone => no problem From Xcode I made an archive and uploaded it to TestFlight => no problem The archive has been received by Apple. It was then processed by Apple => no problem And finally I received a notification that it was available on TestFlight => no problem TestFlight offers me to install it but when I try it does not install it. If I try to click on the icon of the application it shows me the message "This app cannot be installed because its integrity could not be verified." I have tried installing other apps from TestFlight and have no issues. I checked on my mac for the various certificates for this client and they are all good and valid. I don't understand why for this application I have this behavior. Someone would have any idea ? Regards Tof
249
15
83k
Feb ’22
I cannot customize DatePicker
Hi, I am interested with a DatePicker with GraphicalDatePickerStyle. The design of the calendar is almost what I was looking for. By cons the component is really basic. I did not find any way allowing me to change the selection color, to change the color or the font of the month/Year and the dates, to change the display format of the days of the week, to be able to put a point below the date to indicate an info associated with the day, to be able to have a simple, multiple or period selection, to be able to indicate if a date should be displayed as deactivated and ignored by the selection. If we could also have a display mode by week it would be good. Will these features be present in the final version of DatePicker?
2
0
1.9k
Jun ’20