readium / r2-testapp-swift

BSD 3-Clause "New" or "Revised" License
146 stars 38 forks source link

ld: framework not found GCDWebServers #310

Closed tooolbox closed 4 years ago

tooolbox commented 4 years ago

When attempting to build from a fresh checkout, (and having followed the instructions in the readme, including a carthage update) Xcode gives the error ld: framework not found GCDWebServers

The cause of this is the pbxproj file still points at /Carthage/builds/iOS/GCDWebServers.framework even though it is now GCDWebserver (singular) after switching to the EDRLabs fork of GCDWebServer.