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

Mandatory use_frameworks! in podfile #197

Open
kleytonlopes opened this issue Aug 22, 2019 · 0 comments
Open

Mandatory use_frameworks! in podfile #197

kleytonlopes opened this issue Aug 22, 2019 · 0 comments

Comments

@kleytonlopes
Copy link

Some projects may not use use_frameworks! because of the limitations of its dependencies. When I remove use-frameworks!, the project does not compile:
/MapboxGeocoder.swift/Swift Compatibility Header/MapboxGeocoder-Swift.h:171:9: error: 'MapboxGeocoder/MapboxGeocoder.h' file not found
#import <MapboxGeocoder/MapboxGeocoder.h>
^
:0: error: could not build Objective-C module 'MapboxGeocoder'

Why the import is not: <MapboxGeocoder.swift/MapboxGeocoder.h>?

@kleytonlopes kleytonlopes changed the title Mandatory use-frameworks! Mandatory use_frameworks! Aug 22, 2019
@kleytonlopes kleytonlopes changed the title Mandatory use_frameworks! Mandatory use_frameworks in podfile! Aug 22, 2019
@kleytonlopes kleytonlopes changed the title Mandatory use_frameworks in podfile! Mandatory use_frameworks! in podfile Aug 22, 2019
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