Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Error: Cocoapod not working anymore with use_frameworks! #542

Open
dylancom opened this issue Apr 13, 2021 · 3 comments
Open

Error: Cocoapod not working anymore with use_frameworks! #542

dylancom opened this issue Apr 13, 2021 · 3 comments

Comments

@dylancom
Copy link

If you install GCDWebServer from a cocoapod and your podfile contains use_frameworks!, "GCDWebServerPrivate.h" can't be found anymore in many files.
For e.g. the file: GCDWebServerStreamedResponse.m reports the error: 'GCDWebServerPrivate.h' file not found.

When removing use_frameworks! from the podfile (and perform another pod install) all imports work fine again.

@dylancom dylancom changed the title Cocoapod not working anymore with use_frameworks! Error: Cocoapod not working anymore with use_frameworks! Apr 13, 2021
@taikhoan01
Copy link

same problem, did you fix it?

@taikhoan01
Copy link

i don't import pod "GCDWebServer", "~> 3.0"
pod "ConnectSDK" to project can you show me how import and run project

@lockieluke
Copy link

Fixed it with

pod "GCDWebServer", "~> 3.0", :modular_headers => true

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

No branches or pull requests

3 participants