Add CoreML as a weak_framework in TensorFlowLiteC podspec
PiperOrigin-RevId: 304364533 Change-Id: Ibba9c4e65f3c326d595607e130ba58ae01ec7f4a
This commit is contained in:
parent
83e974b61c
commit
4a690425ee
@ -20,4 +20,5 @@ Pod::Spec.new do |s|
|
||||
s.module_name = 'TensorFlowLiteC'
|
||||
s.library = 'c++'
|
||||
s.vendored_frameworks = 'Frameworks/TensorFlowLiteC.framework'
|
||||
s.weak_frameworks = 'CoreML'
|
||||
end
|
||||
|
@ -18,4 +18,5 @@ Pod::Spec.new do |s|
|
||||
s.module_name = 'TensorFlowLiteSelectTfOps'
|
||||
s.library = 'c++'
|
||||
s.vendored_frameworks = 'Frameworks/TensorFlowLiteSelectTfOps.framework'
|
||||
s.weak_frameworks = 'CoreML'
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user