I have started seeing this error after applying the compose material, foundation, and runtime dependencies when I run build. I have the swift-package plugin installed, and oddly enough, I can build just fine when I use the createSwiftPackage task, but gradle build always fails.
ld: '/var/folders/26/qt7y26117_52h2ky9hkdztyw0000gn/T/included3677059779110068378/skiko-native-bridges-ios-arm64.a(Font.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target.
Landry Norris
05/13/2022, 9:50 PM
In this specific project, I’m not currently using Compose ui, so removing everything except compose runtime was acceptable and fixed the problem. I’ll have to check this out on some of my other Compose for iOS projects.