Home › Forums › OpenEars › Cannot install OpenEars (pch module not found?) › Reply To: Cannot install OpenEars (pch module not found?)
December 9, 2018 at 9:39 pm
#1032620
Ruchir
Participant
Hey Halle,
I’m using XCode 9.2 on a simulator. I cant compile the sample Swift app either. I actually managed to get rid of the prior error by editing the path of the “Objective C Bridging Header” but the underlying error is still occurring:
/Users/ruchirbaronia/Desktop/IOS/Blare/OpenEarsHeader.h:4:9: error: 'OpenEars/OEPocketsphinxController.h' file not found
#import <OpenEars/OEPocketsphinxController.h>
^
1 error generated.
<unknown>:0: error: failed to emit precompiled header '/Users/ruchirbaronia/Library/Developer/Xcode/DerivedData/Blare-eaibarvmhiwnwsbbvplsdedelffi/Build/Intermediates.noindex/PrecompiledHeaders/OpenEarsHeader-swift_D4MTZLWYZ5F4-clang_53GTILGSD4G9.pch' for bridging header '/Users/ruchirbaronia/Desktop/IOS/Blare/OpenEarsHeader.h'
I can’t put images into this forum, but I asked the same question here in slightly more detail.
Why is my Header file unable to import anything?