xcode 14.3升级 pod升级

一款2年没有维护的游戏需要升级SDK 

1.升级mac os系统到 13.6系统

2.升级xcode 到14.3

3.升级pod到1.14

pod install 执行警告

% pod install

Analyzing dependencies

Downloading dependencies

Generating Pods project

Integrating client project

Pod installation complete! There are 23 dependencies from the Podfile and 47 total pods installed.

[!] Can't merge user_target_xcconfig for pod targets: ["FBAudienceNetwork", "UMAPM"]. Singular build setting EXCLUDED_ARCHS[sdk=iphonesimulator*] has different values.

[!] Can't merge user_target_xcconfig for pod targets: ["FBAudienceNetwork", "UMAPM"]. Singular build setting EXCLUDED_ARCHS[sdk=iphonesimulator*] has different values.

[!] The `SlotDiamonds [Debug]` target overrides the `ONLY_ACTIVE_ARCH` build setting defined in `Pods/Target Support Files/Pods-SlotDiamonds/Pods

你可能感兴趣的:(xcode,macos,ide,cocoapods)