Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fatal error: 'UBSignal.h' file not found #39

Open
evgeniyd opened this issue May 21, 2017 · 0 comments
Open

fatal error: 'UBSignal.h' file not found #39

evgeniyd opened this issue May 21, 2017 · 0 comments

Comments

@evgeniyd
Copy link

The framework is installed via Carthage.
In attempt to import it,

#import <UberSignals/UberSignals.h>
// OR
@import UberSignals;

...a Could not build module 'UberSignals' error occurs:

While building module 'UberSignals' imported from /Users/admin/Developer/repo/demo-app/ExploreSF/ExploreSF/SignalTypes/EHRAvailableCountriesRequest.h:18:
In file included from <module-includes>:1:
/Users/admin/Developer/repo/demo-app/ExploreSF/Carthage/Build/iOS/UberSignals.framework/Headers/UberSignals.h:33:9: fatal error: 'UBSignal.h' file not found
#import "UBSignal.h"
        ^
1 error generated.
In file included from /Users/admin/Developer/repo/demo-app/ExploreSF/ExploreSF/SignalTypes/EHRAvailableCountriesRequest.m:9:
/Users/admin/Developer/repo/demo-app/ExploreSF/ExploreSF/SignalTypes/EHRAvailableCountriesRequest.h:18:9: fatal error: could not build module 'UberSignals'
@import UberSignals;
 ~~~~~~~^~~~~~~~~~~
2 errors generated.

Carthage 0.23.0
Xcode 8.3.2 (8E2002)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant