upgrade xcode14 error build: Dependency for P1:target-

Viewed 164

enter image description here

Does anyone have the same problem?how to fix it? thanks.

1 Answers

The old project previously had SWIFT_SWIFT3_OBJC_INFERENCE set in buildSettings. Delete this configuration and the project will run normally

Related