Changing Build Configuration Results in "No such module" Error

Howdy,

I am trying to introduce a new build configuration to an existing project and am seemingly running into issues when trying to link with external packages. In particular, the build fails with the error "No such module <MODULE_NAME>" wherever I try to import said module. Changing back to the Debug/Release build configuration makes this issue go away immediately, so I am pretty sure it is an issue with how I've defined the new build configuration.

This seems like it could be something rather simple (correct me if I am wrong), so I will spare details for now. If you could just inform me of general places to look into, that would be very helpful.

Xcode Version 14.2 (14C18)

Thanks, smkuehnhold

Changing Build Configuration Results in "No such module" Error
 
 
Q