iOS Xcode13.2.1 创建framework,没有Pr
iOS Xcode13.2.1 创建framework,没有Products目录
image<time datetime="2022-02-07T06:36:52.000Z" style="box-sizing: border-box; margin-right: 10px;">2022.02.07 14:36:52</time>字数 91阅读 94
<article class="_2rhmJa" style="box-sizing: border-box; display: block; font-weight: normal; line-height: 1.8; margin-bottom: 20px; word-break: break-word; position: relative; caret-color: rgb(64, 64, 64); color: rgb(64, 64, 64); font-family: Georgia, "Times New Roman", Times, "Songti SC", serif; font-size: 16px; font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration: none;">
image突然发现没有products目录没了......那我咋制作包呢......还是得度娘
解决步骤
-
1、显示包内容
image -
2、打开project.pbxproj
image -
3、修改+保存
搜索productRefGroup
,将productRefGroup
上面一行的mainGroup
的值,复制给productRefGroup
,再保存一下,Xcode就自动刷新出来了。
</article>