I have a workspace with a project which links with the static libraries in another project (which is also in the workspace). It\'s a problem in Kobold2D I haven\'t been able
Usually I have an AppStore
scheme (mapped to my AppStore
config).
One thing that happened to me, was this case sensitive issue that was making Cocoapods to generate a build folder for Pods.build
inside Release-iphonesimulator
(as a fallback) instead of AppStore-iphonesimulator
.
I guess I miss-clicked when I linked the scheme and config and only removing it and re-adding made me understand what went wrong. Check the diff.
I was using cocoapods 0.38.2, so this was clearly a user mis-configuration and not a Cocoapods issue that was resolved on 0.34