Я получаю предупреждения при выполнении команды tuistgenerate, поскольку на некоторые платформы одновременно ссылаются различные другие цели.
Вот несколько конкретных примеров с реальными зависимости:
· Target 'FacebookAEM' has been linked from target 'Components' and target ‘myapp-ios', it is a static product so may introduce unwanted side effects.
· Target 'RxDataSources' has been linked from target 'Player' and target 'myapp-ios', it is a static product so may introduce unwanted side effects.
· Xcframework 'FBSDKCoreKit_Basics.xcframework' has been linked from target 'Components' and target 'myapp-ios', it is a static product so may introduce unwanted side effects.
· Xcframework 'FBAEMKit.xcframework' has been linked from target 'Components' and target 'myapp-ios', it is a static product so may introduce unwanted side effects.
· Target 'FacebookLogin' has been linked from target 'Components' and target 'myapp-ios', it is a static product so may introduce unwanted side effects.
· Target 'Reachability' has been linked from target 'ReactiveNetwork' and target 'myapp-ios', it is a static product so may introduce unwanted side effects.
· Target 'FacebookCore' has been linked from target 'Components' and target 'myapp-ios', it is a static product so may introduce unwanted side effects.
· Xcframework 'FBSDKCoreKit.xcframework' has been linked from target 'Components' and target 'myapp-ios', it is a static product so may introduce unwanted side effects.
· Target 'Kingfisher' has been linked from target 'Components', target 'Utils', and target 'myapp-ios', it is a static product so may introduce unwanted side effects.
· Target 'SwiftQueue' has been linked from target 'Download', target 'SyncVideoManager', and target 'myapp-ios', it is a static product so may introduce unwanted side effects.
· Target 'SkeletonView' has been linked from target 'Components' and target 'myapp-ios', it is a static product so may introduce unwanted side effects.
· Target 'Differentiator' has been linked from target 'Player' and target 'myapp-ios', it is a static product so may introduce unwanted side effects.
· Target 'Kingfisher' has been linked from target 'Components' and target 'Utils', it is a static product so may introduce unwanted side effects.
· Target 'SwiftRichString' has been linked from target 'Components', target 'CustomNetwork', target 'Utils', and target 'myapp-ios', it is a static product so may introduce unwanted side effects.
· Target 'SwiftRichString' has been linked from target 'CustomNetwork' and target 'Utils', it is a static product so may introduce unwanted side effects.
· Xcframework 'FBSDKLoginKit.xcframework' has been linked from target 'Components' and target 'myapp-ios', it is a static product so may introduce unwanted side effects.
· Target 'SwiftRichString' has been linked from target 'Components' and target 'Utils', it is a static product so may introduce unwanted side effects.
Какой способ, по вашему мнению, лучше всего избавиться от этих предупреждений? Похоже, это одна из основных причин поломки нашей сборки в CI.
Заранее спасибо!
Я получаю предупреждения при выполнении команды tuistgenerate, поскольку на некоторые платформы одновременно ссылаются различные другие цели. Вот несколько конкретных примеров с реальными зависимости: [code] · Target 'FacebookAEM' has been linked from target 'Components' and target ‘myapp-ios', it is a static product so may introduce unwanted side effects. · Target 'RxDataSources' has been linked from target 'Player' and target 'myapp-ios', it is a static product so may introduce unwanted side effects. · Xcframework 'FBSDKCoreKit_Basics.xcframework' has been linked from target 'Components' and target 'myapp-ios', it is a static product so may introduce unwanted side effects. · Xcframework 'FBAEMKit.xcframework' has been linked from target 'Components' and target 'myapp-ios', it is a static product so may introduce unwanted side effects. · Target 'FacebookLogin' has been linked from target 'Components' and target 'myapp-ios', it is a static product so may introduce unwanted side effects. · Target 'Reachability' has been linked from target 'ReactiveNetwork' and target 'myapp-ios', it is a static product so may introduce unwanted side effects. · Target 'FacebookCore' has been linked from target 'Components' and target 'myapp-ios', it is a static product so may introduce unwanted side effects. · Xcframework 'FBSDKCoreKit.xcframework' has been linked from target 'Components' and target 'myapp-ios', it is a static product so may introduce unwanted side effects. · Target 'Kingfisher' has been linked from target 'Components', target 'Utils', and target 'myapp-ios', it is a static product so may introduce unwanted side effects. · Target 'SwiftQueue' has been linked from target 'Download', target 'SyncVideoManager', and target 'myapp-ios', it is a static product so may introduce unwanted side effects. · Target 'SkeletonView' has been linked from target 'Components' and target 'myapp-ios', it is a static product so may introduce unwanted side effects. · Target 'Differentiator' has been linked from target 'Player' and target 'myapp-ios', it is a static product so may introduce unwanted side effects. · Target 'Kingfisher' has been linked from target 'Components' and target 'Utils', it is a static product so may introduce unwanted side effects. · Target 'SwiftRichString' has been linked from target 'Components', target 'CustomNetwork', target 'Utils', and target 'myapp-ios', it is a static product so may introduce unwanted side effects. · Target 'SwiftRichString' has been linked from target 'CustomNetwork' and target 'Utils', it is a static product so may introduce unwanted side effects. · Xcframework 'FBSDKLoginKit.xcframework' has been linked from target 'Components' and target 'myapp-ios', it is a static product so may introduce unwanted side effects. · Target 'SwiftRichString' has been linked from target 'Components' and target 'Utils', it is a static product so may introduce unwanted side effects. [/code] Какой способ, по вашему мнению, лучше всего избавиться от этих предупреждений? Похоже, это одна из основных причин поломки нашей сборки в CI. Заранее спасибо!