build-containers
build-containers copied to clipboard
tvOS build support
Adds a container which can be used to build tvOS binaries. Depends on godotengine/godot#45829 and https://github.com/godotengine/godot-build-scripts/pull/21
Getting this error for the binaries built with container on upload. The binaries built on macOS upload fine.
ITMS-90562: Invalid Bundle - The app cannot be processed because options not allowed to be embedded in bitcode are detected in the submission. It is likely that you are not building the app with the toolchain provided in Xcode. Rebuild your entire app with the latest GM Xcode and submit the app again.
Edit:
Fixed by use_lto option on linux build container.