[Regarding macOS Tahoe](Updated September 18, 2025)
We cannot guarantee the compatibility of the current releases of Live2D Cubism Editor and Cubism SDK with macOS Tahoe.
We advise against upgrading your macOS at this time as it may cause Live2D products not to function correctly.
Upgrading macOS can also cause you to lose your Cubism Editor license file.
Please make sure to deactivate your Cubism Editor license before upgrading the macOS.
For more details:
https://help.live2d.com/en/other/other_09/For inquiries regarding issues with license purchases or license activation errors, please contact us through the
email form.Archive and Upload Metal Demo Sample to Testflight
Hi currently I wish to create ios app using Cubism native SDK. I started my app from "Samples/Metal/Demo/proj.ios.cmake/build/proj_xcode_iphoneos/Demo.xcodeproj". From that project I tried to archived from scheme "Demo>Any iOS Device (arm64)", the archive success showed success status, but when I open the archive the content is empty. Is it actually possible to create archive from the project? Or are there any alternative to create the actual XCode project that can be archived and uploaded to Appstore Testflight? Thank you
0 ·
Answers
Thank you for always using our products.
In order to use the Archive feature, you will need to change some of the project settings in Sample Demo.
Please refer to the following page
https://developer.apple.com/documentation/technotes/tn3110-resolving-generic-xcode-archive-issue
The specific changes are,
1. Search for "Skip Install" in Project ➝ Build Settings,
NO Skip Install for TARGETS Demo,
Skip Install for TARGETS Framework to YES.
2. Search for "Installation Directory" in Project ➝ Build Settings,
Archive with $(LOCAL_APPS_DIR).
Thank you in advance.