IOS – Tuist: цель «X» связана с целью «Y» и целью «Z», это статический продукт, поэтому может возникнуть нежелательные пIOS

Программируем под IOS
Anonymous
IOS – Tuist: цель «X» связана с целью «Y» и целью «Z», это статический продукт, поэтому может возникнуть нежелательные п

Сообщение Anonymous »

Я получаю предупреждения при выполнении команды 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.
Заранее спасибо!

Подробнее здесь: https://stackoverflow.com/questions/785 ... -z-it-is-a

Вернуться в «IOS»