You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
dylancom
changed the title
Cocoapod not working anymore with use_frameworks!
Error: Cocoapod not working anymore with use_frameworks!
Apr 13, 2021
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.
The text was updated successfully, but these errors were encountered: