📌  相关文章
📜  错误:多个命令产生“平台 ios build Debug-iphonesimulator myhorses.app Frameworks TNSWidgets.framework” - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:19.600000             🧑  作者: Mango

代码示例1
Open Xcode
Select your project
Find the 'General' tab (located within the same tab list as Build Phases, Build Settings etc)
Scroll down to the 'Embedded Binaries' section.
In the list you'll see that TNSWigets.framework is in the list multiple times.
Remove the duplicates using the '-' button until there is just one.
Rebuild and hopefully if there are no other duplicates in that list you should have a successful build