Max Howell

Results 625 comments of Max Howell

> we need to have access to pods from all modules inside Batter, so maybe we should add dependency and search paths to all modules in Batter? Yes, all batter...

This works: https://github.com/mxcl/CakePods I had to: * Add the Pods project to the Cake project * Add the Pod xcconfig files to the Cake project * Make the project settings...

Note when opening it don’t have Cake.app running or it will regenerate Cake.xcodeproj and the changes will be lost.

LMK if I can help, I found figuring out how to make xcodeprojs quite tricky. We use tuist/xcodeproj, but I made a facade wrapper (module: XcodeProject) that should be capable...

Can you tell me more about the project? Is it a regular project? Or a workspace?

Funny “New Cake” doesn't work either, this is pretty much a static operation without much configuration. I just tested both locally and it worked FYI. Must be something about your...

Any info here? https://github.com/mxcl/Cake/issues/49 We thought that one fixed, but could be that it's not.

Here’s the main notCake `throw` (there's one other, but it's the same cause) https://github.com/mxcl/Cake/blob/4f61b7567d45ab865bf4e5a743c75a1026d4dfdc/Sources/Model/Base/XcodeProject/XcakeProject/Processor/Kitchen/CakeProject.swift#L40 Seems unlikely there'd no Cakefile though. Could be other causes though for that throw.

Which comes from here: https://github.com/mxcl/Cake/blob/4f61b7567d45ab865bf4e5a743c75a1026d4dfdc/Sources/Model/Base/XcodeProject/XcakeProject/Processor/Cakefile.swift#L34