Date: 2024-10-14 01:12:55
Score: 1.5
Natty:
Try to add -fmodules compiler option:
pod(
name = "TensorFlowLiteObjC",
version = "2.5.0",
moduleName = "TFLTensorFlowLite"
extraOpts = listOf("-compiler-option", "-fmodules")
)
Read more:
https://kotlinlang.org/docs/native-cocoapods-libraries.html#support-for-objective-c-headers-with-import-directives
Reasons:
- Probably link only (1):
- Low length (0.5):
- Has code block (-0.5):
- Low reputation (0.5):
Posted by: Tamás Fábián