Numerous Undefined symbol errors

Getting these two warnings:

  1. Could not find or use auto-linked framework 'CoreAudioTypes': framework 'CoreAudioTypes' not found

  2. Could not parse or use implicit file '/Applications/Xcode16.0/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/SwiftUICore.framework/SwiftUICore.tbd': cannot link directly with 'SwiftUICore' because product being built is not an allowed client of it

Followed by 100 + errors like below Undefined symbol: _TIFFCleanup & Undefined symbol: _TIFFReadRGBAImageOriented .....

Any ideas? I have tried adding CoreAudioTypes etc. Error is not clear. Am trying to stop using Rosetta

Give us some idea of what your code is doing. What are your imports?

Our app is very large and does numous things. But we do use 2 frameworks to capture images. Kofax which we have udated to the latest and MiSnap which we are in the process of upgrading. We also are using Lottie and a variety of other frameworks. We have created our own SPMs which all seem to be Rosetta free

Numerous Undefined symbol errors
 
 
Q