landakram / kiwi

A personal wiki app for iOS.
MIT License
63 stars 4 forks source link

Kiwi-Bridging-Header.h imports can't be found #39

Closed perchard closed 3 years ago

perchard commented 4 years ago

Hi! Great project. It's been hard to find an iOS app that handles markdown files interlinked via wiki style links.

I've been trying to build master following the 3 getting started steps, and am wondering if I'm missing something obvious, or if there's an actual issue.

Xcode version: 11.3 (11C29) Cocoapods version: 1.8.4

The problem I'm running into is that the libraries specified in Kiwi-Bridging-Header.h can't be found (e.g. 'MRProgress/MRProgress.h' file not found

I've tried manually adding/editing header search paths in Build Settings, but this doesn't work and seems like the wrong approach anyway. I've also tried the usual doing everything again from the beginning (installing pods etc.) with the same result.