Closed manelmateos closed 8 months ago
Cocoapods support isn't released yet, the pod you are seeing is an experimental release as part of my CocoaPods support exploration.
The next tagged release will have CocoaPods support. You can either use the main branch or wait for the next release.
@manelmateos CocoaPods support has been released
I create a new demo project and only pod 'MetaCodable', '1.3.0
in this project's Podfile
, and it built failed. error is :
error: 'metacodablemacro': Source files for target PluginCore should be located under 'Sources/PluginCore', or a custom sources path can be set with the 'path' property in Package.swift
@Mioke can you provide the demo project?
@Mioke can you provide the demo project?
https://github.com/Mioke/resources/blob/master/CMSTest.zip @soumyamahunt can try this.
@Mioke can you provide the demo project?
https://github.com/Mioke/resources/blob/master/CMSTest.zip @soumyamahunt can try this.
@Mioke seems like your pod install
has failed, you might have to run pod install
again after deleting the Pods
folder.
Still the same, confirmed deleting the Pods
folder and then installing again.
same same
Hi,
when I add pod 'MetaCodable' to my project, I get this error: _env: /my_project_path/Pods/MetaCodableMacro/Utils/macro_pluginbuild.sh: No such file or directory
If I see 'Pods/MetaCodableMacro' the Utils directory doesn't exist.