Xcodeproj
Xcodeproj copied to clipboard
The product_name of target shouldn't be the same as the same of `target`
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`
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