-
Notifications
You must be signed in to change notification settings - Fork 134
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
Can not compile with Swift as a framework #49
Comments
👍 |
#60 has make XcodeEditor able to be nicely integrate with Carthage into Swift projects(the project did not set define modules to be Yes, so previously after linking the framework you still need to add necessary headers to the bridging headers). I haven't tested Cocoapods yet, but it's totally fine with Carthage. |
@iosdevzone @cezheng Shall we tag a new version and close this issue off? |
@jasperblues Maybe better to make sure that Cocoapods is fine(not sure if podspec would need an update or not since Carthage reads the xcodeproj's header settings but Cocoapods does not), but currently I don't have a mac at hand to check this out. |
I'm using cocoapods in a MacOSX command line app with this Podfile:
When i try to build the project, it fails building because of including of non-modular header inside framework module
I've tried different solutions, like customizing the modulemap file or adding the framework to the target, but the error is always the same.
¿is there some solution or is it simply a swift limitation?, thanks
The text was updated successfully, but these errors were encountered: