Emphasize the need for ///
Fixes #45113 PiperOrigin-RevId: 344231619 Change-Id: I8638a707a8df0f905a6cd3428275cdd1ae091011
This commit is contained in:
parent
684cec69db
commit
cfe685d812
@ -125,7 +125,8 @@ You can set up a private CocoaPods specs repository, and publish your custom
|
||||
...
|
||||
s.version = <your_desired_version_tag>
|
||||
...
|
||||
s.source = { :http => "file://<path_to_TensorFlowLiteC_framework.zip>" }
|
||||
# Note the `///`, two from the `file://` and one from the `/path`.
|
||||
s.source = { :http => "file:///path/to/TensorFlowLiteC_framework.zip" }
|
||||
...
|
||||
s.vendored_frameworks = 'TensorFlowLiteC.framework'
|
||||
...
|
||||
|
Loading…
x
Reference in New Issue
Block a user