On Xcode 15, build command is failing for Logging library on CI server
We are using CircleCI for generating automatic builds. When we changed Xcode version from 14.2.0 to 15.2.0, our pipeline is failing at step: Uploading podspec which is a step needed for our XCFramework. Logging is the sub dependency used by one of the swift packages used in XCFramework. What am I doing wrong here OR how can I fix this to enable build generation from CircleCI again?
Also, I tried to search when this error occurs but I could not find anything exact like my issue. Below is the error given by my CircleCI pipeline:
The following build commands failed:
Ld /Users/distiller/Library/Developer/Xcode/DerivedData/App-aovnuehlnjyzuugsxhzmrdsbstfr/Build/Intermediates.noindex/Pods.build/Release-iphonesimulator/Logging.build/Objects-normal/x86_64/Binary/Logging normal x86_64 (in target 'Logging' from project 'Pods')
(1 failure)
Thanks in advance.
MacBook Pro 15″, macOS 11.4