You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with Xcode 15 you don't need to link C++ anymore, and .linkedLibrary("c++") in your Package.swift will cause Xcode to produce a warning Ignoring duplicate libraries: '-lc++' for any app or framework where the GoogleAppMeasurementWrapper package is used (including transitive use)
You can also remove .linkedLibrary("z")
The text was updated successfully, but these errors were encountered:
Starting with Xcode 15 you don't need to link C++ anymore, and
.linkedLibrary("c++")
in your Package.swift will cause Xcode to produce a warningIgnoring duplicate libraries: '-lc++'
for any app or framework where theGoogleAppMeasurementWrapper
package is used (including transitive use)You can also remove
.linkedLibrary("z")
The text was updated successfully, but these errors were encountered: