wordpress-mobile / wpxmlrpc

A lightweight XML-RPC encoder/decoder for iOS, OS X, and tvOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to have uniform case in project ID

radj opened this issue · comments

It took me a while to figure it the problem. I cloned the WordPress-iOS repository and my build kept failing because it could not find #include <WPXMLRPC/...> items. It turns out I cloned onto a case-sensitive volume. I simply recloned into a case-insensitive volume and could compile without a problem.

I think this is because the includes look for an all caps WPXMLRPC folder while the actual repo has a lower case wpxmlrpc.