swisspol/GCDWebServer

Target Integrity: MobileCoreService

Closed this issue · 3 comments

compiling brings up the following warning:
Showing Recent Messages
...Pods/Pods.xcodeproj MobileCoreServices has been renamed. Use CoreServices instead.

Can this be changed to CoreServices?

This has been fixed in f4cf591

rnkyr commented

still facing this issue. I see your podspec has correct names, but GCDWebServer.debug.xcconfig (probably generated by cocoapods) contains incorrect one:

OTHER_LDFLAGS = $(inherited) -l"z" -framework "CFNetwork" -framework "MobileCoreServices"

I'm using the latest stable version of Cocoapods, 1.9.3

UPD: looks like specs repo contains already incorrect names: CocoaPods/Specs@18f6adf

rnkyr commented

@swisspol, could you please take a look?