Xcodeproj icon indicating copy to clipboard operation
Xcodeproj copied to clipboard

The product_name of target shouldn't be the same as the same of `target`

Open sueLan opened this issue 4 years ago • 0 comments

For example, GRDB.swift.podspec. The target name is 'GRDB.swift, but the product module name should be GRDB`.

My project depends on GRDB.swift, after pod install , in the GRDB.swift target in the Pods.xcodeproj file, the product name is 'GRDB` image

But in this repo, when creating a new target, the target name is the same as the target product name . code here

Cocoapods version: 1.6.1

sueLan avatar Jul 15 '20 14:07 sueLan