[protobuf] Re: (objective-c) How to trigger code re-generation

2015-11-11 Thread Rob Cecil
The only solution I have found is to bump the version number in the .podspec for your proto files. On Monday, November 9, 2015 at 12:14:34 PM UTC-5, Rob Cecil wrote: > > I'm using Cocoapods and my initial project build succeeds. Steps > > 1. Created .podspec referencing my .protos and output

[protobuf] Re: (objective-c) How to trigger code re-generation

2015-11-11 Thread Jorge Luis Canizales Diaz
Hi Rob, unfortunately Cocoapods wants to distance themselves from the use cases of a build system, so the solution you've found is the only one that fits its system. Another, a bit more blunt, way to make Cocoapods rerun the "prepare_command" commands is to delete your workspace and