RyanCao

Results 10 comments of RyanCao

更改后就像这样: ```ruby Pod::Spec.new do |s| s.name = "TZImagePickerController" s.version = "3.8.5" s.summary = "A clone of UIImagePickerController, support picking multiple photos、original photo and video" s.homepage = "https://github.com/banchichen/TZImagePickerController" s.license = "MIT"...

Sorry, my description may have caused you to misunderstand. The Draco base library does not use any SDK or third-party dependencies, but does it use https://developer.apple.com/support/third-party-SDK-requirements/ As for the interface...

The PrivacyInfo.xcprivacy file was not found in the pod update library.

1. I found that the PrivacyInfo.xcprivacy file was only found in the main branch. I hope it can be updated to the tag branch in time later. 2. s.source_files =...

Thanks for your prompt reply, this definitely solves the problem I'm having now, so I'm planning on upgrading to version 0.5.10. https://github.com/warrenm/GLTFKit2/commit/636ddee4495b0f77b6b76b9d3a4d48a0989169db

I can't find the PrivacyInfo file in the master branch, and I can't find the file in the pod update library. I don't think it has been added.

经过我的尝试,因为 m3 pro 是 arm 64 架构,可以通过指定 平台的版本来解决这个问题 指定 platform: linux/x86_64,如下所示: ``` version: "3.8" services: nacos: image: nacos/nacos-server:${NACOS_VERSION} container_name: nacos-standalone-mysql env_file: - ../env/nacos-standlone-mysql.env volumes: - ./standalone-logs/:/home/nacos/logs ports: - "8848:8848" -...

I probably know the reason. It may be that after the viewmodel is updated, it is still the previous viewmodel without creating a new viewmodel, resulting in Equatable being always...