alcatraz / alcatraz-packages

Package list repository for Alcatraz
alcatraz.io
382 stars 386 forks source link

Plugin with pods #376

Closed dvkch closed 8 years ago

dvkch commented 9 years ago

Hi,

It seems that a plugin that has a pod won't build, even if all schemes (pods and plugin) are set as "Shared" and it builds OK in Xcode when opening the workspace. Maybe the project is build instead of the workspace?

Stan

jurre commented 9 years ago

Yep, this is what happens. Unfortunately there isn't really a clean way to do this right now other than creating a build script in the project that does this, you can see an example of one here: https://github.com/markohlebar/Peckham/blob/master/Peckham.xcodeproj/project.pbxproj#L66

It's a bit of a hack and you'll have to commit your pods to the repo. We've been wanting to add support for uploading binary packages for a while now, but just haven't had the time

dvkch commented 9 years ago

Indeed this is unusual, but after going insane when trying to build with the pod as an included project I gave up and used this solution. Thanks a lot!!!

On 23 sept. 2015, at 00:53, Jurre notifications@github.com wrote:

Yep, this is what happens. Unfortunately there isn't really a clean way to do this right now other than creating a build script in the project that does this, you can see an example of one here: https://github.com/markohlebar/Peckham/blob/master/Peckham.xcodeproj/project.pbxproj#L66 https://github.com/markohlebar/Peckham/blob/master/Peckham.xcodeproj/project.pbxproj#L66 It's a bit of a hack and you'll have to commit your pods to the repo. We've been wanting to add support for uploading binary packages for a while now, but just haven't had the time

— Reply to this email directly or view it on GitHub https://github.com/supermarin/alcatraz-packages/issues/376#issuecomment-142443590.