snipsco / Postal

A Swift framework for working with emails
MIT License
652 stars 81 forks source link

Circle CI can't find libetpan #62

Closed dai-cb closed 7 years ago

dai-cb commented 7 years ago

Breaks here

❌  /Users/distiller/theios/Pods/Postal/dependencies/module.modulemap:2:12: header 'build/ios/include/libetpan/libetpan.h' not found

    header "build/ios/include/libetpan/libetpan.h"
           ^

❌  /Users/distiller/theios/Pods/Postal/Postal/Address+Parsing.swift:26:8: could not build Objective-C module 'libetpan'

import libetpan
       ^

Any ideas how to fix, it works locally.

klefevre commented 7 years ago

How do you build the framework ?

dai-cb commented 7 years ago

So as the error says, we were missing the build folder as we weren't running pod install in CircleCI. Closing.