newrelic / newrelic-ios-agent-spm

This repository hosts the Swift Package Manager deployment of the iOS agent
Apache License 2.0
15 stars 9 forks source link

Source files for target NewRelicPackage should be located under 'Sources/NewRelicPackage' #27

Open nashfive opened 1 year ago

nashfive commented 1 year ago

Description

Simply switching from package 7.4.3 to 7.4.4 yields the error:

Source files for target NewRelicPackage should be located under 'Sources/NewRelicPackage', or a custom sources path can be set with the 'path' property in Package.swift

Your package structure is invalid/incomplete. I had to create a local package with your .binaryTarget and use it instead of your package to fix this. 😮‍💨

Your Environment

Xcode 14.3

alandeguz commented 1 year ago

Happens for me as well, both Xcode 14.2 and 14.3