cocoapods-generate
cocoapods-generate copied to clipboard
A CocoaPods plugin that allows you to easily generate a workspace from a podspec.
I'm currently in progress of working on a module inside a big project. The module is kept in a subfolder of the root where the project Podfile is located. I'm...
podspec path : /Users/aaa/bbb/xxx/xxx.podspec yml path : /Users/aaa/bbb/xxx/.gen_config.yml xcodeproj path : /Users/aaa/bbb/xxx/gen/xxx/xxx.xcodeproj after set `app_host_source_dir: app` in `.gen_config.yml` and 'pod gen' I got an error. ``` Build input file cannot...
Hi,There is a question, if :modular_headers => true is used, does gen support it? Here is an example [Demo](https://github.com/su350380433/Swift-OC-Demo) We have this error here. ### Podfile ``` ruby source 'https://cdn.cocoapods.org/'...
In 1.6.0, the cwd wasn't added to the list of local sources (AFAICT), but in v2.0.0, the cwd is added as an absolute path, so if you specify local sources,...
This seems like a regression from v1.6.0 because I could run all test targets for a given platform by running the test action on the platform-specific generated app target. Now,...
As mentioned in https://github.com/CocoaPods/CocoaPods/issues/9686 I'm seeing different behaviour from embedding a pod into my app and using the sample project generated by `pod gen`. * running `xcodebuild` on the generated...
Hi! I'm trying to add unit tests for a watchOS host app. I'm not able to import a watchOS app's resource files using 'Pod gen', so I wonder if there...
I'm working on a module that includes another local module as dependency (podspecs are in the same directory, I use `pod gen --local_sources=.` for generation). I would like to have...
This is not something that breaks anything, just something distracting. If you run `pod gen`, it creates ready to use `gen/Module/*` with xcworkspace and etc. as expected. However there's always...
Given a podspec supporting multiple platforms but also with a platform-specific depa like `s.ios.dependency 'SomeiOSSpecificDep'`, pod gen won't generate a podfile that has that platform information in it. Running pod...