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

Could not build Objective-C Module #72

Open
advra opened this issue Mar 28, 2019 · 1 comment
Open

Could not build Objective-C Module #72

advra opened this issue Mar 28, 2019 · 1 comment

Comments

@advra
Copy link

advra commented Mar 28, 2019

I've installed this using Cocoapods and when trying to build from the workspace I get the error Could not build Objective-C module 'Embassy'.

Some things I've already tried:
-cleared the derived build folder
-changed schema and tried building Embassy then the App's schema which still failed

Any ideas?

@muuvmuuv
Copy link

Got the same:

Building for debugging...
/Users/marvin/Developer/plash/api/.build/arm64-apple-macosx/debug/Embassy.build/module.modulemap:2:12: error: header '/Users/marvin/Developer/plash/api/.build/arm64-apple-macosx/debug/Embassy.build/Embassy-Swift.h' not found
    header "/Users/marvin/Developer/plash/api/.build/arm64-apple-macosx/debug/Embassy.build/Embassy-Swift.h"
           ^
/Users/marvin/Developer/plash/api/Sources/Plash/main.swift:2:8: error: could not build Objective-C module 'Embassy'
import Embassy
       ^
/Users/marvin/Developer/plash/api/.build/arm64-apple-macosx/debug/Embassy.build/module.modulemap:2:12: error: header '/Users/marvin/Developer/plash/api/.build/arm64-apple-macosx/debug/Embassy.build/Embassy-Swift.h' not found
    header "/Users/marvin/Developer/plash/api/.build/arm64-apple-macosx/debug/Embassy.build/Embassy-Swift.h"
           ^
/Users/marvin/Developer/plash/api/Sources/Plash/main.swift:2:8: error: could not build Objective-C module 'Embassy'
import Embassy
       ^

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

2 participants