Home > Software design >  upgrade xcode14 error build: Dependency for P1:target-
upgrade xcode14 error build: Dependency for P1:target-

Time:09-16

enter image description here

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

CodePudding user response:

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

CodePudding user response:

the owner of the framework must do an update to the framework which is must be compiled by xcode 14.

  • Related