简体   繁体   English

测试飞行SDK已更新,但在ios中已弃用

[英]Test flight SDK Updated but deprecated in ios

I had using TestFlight SDK 2.0 before,After that I had download TestFlight SDK 2.2.1 and replace the all files, integrated in my App.And removes the old files also. 我以前使用过TestFlight SDK 2.0,此后,我下载了TestFlight SDK 2.2.1并替换了集成在我的App中的所有文件。还删除了旧文件。 But I'm facing a problem while uploading latest build to TestFlight. 但是在将最新版本上传到TestFlight时遇到了问题。 Still The SDK is showing 2.0 and deprecated. SDK仍显示2.0,并且已弃用。 Please suggest me to resolve this. 请建议我解决此问题。 碎石球

I had the same problem where I updated the SDK, but the old SDK was still showing up in TestFlight. 我在更新SDK时遇到了同样的问题,但是旧的SDK仍然出现在TestFlight中。 Turns out I had to go into Build Settings --> Search Paths --> Library Search Paths and sure enough, this was still pointing to the old SDK folder. 事实证明,我必须进入“构建设置”->“搜索路径”->“库搜索路径”,而且确实,这仍然指向旧的SDK文件夹。 I just updated this to the new folder. 我刚刚将其更新到新文件夹。

The odds are pretty good the old one is still around somewhere in your project. 老项目仍然存在于您项目中的某个地方,可能性很大。

Once trick that I've used before to find out if something is still in the project somewhere is to open the project file with a text editor. 我以前用来确定项目中是否仍有某些内容的技巧是使用文本编辑器打开项目文件。 (BareBones Softeware's BBEdit is great, but their freeware Text Wrangler will also work just fine for this.) (BareBones Softeware的BBEdit很棒,但是他们的免费软件Text Wrangler也可以很好地工作。)

Once it is open just search for the "bad" file and search the entire project. 打开后,只需搜索“坏”文件并搜索整个项目。 You might find it there and that will help you track it down. 您可能会在那找到它,这将有助于您对其进行跟踪。 You can edit this file but be careful, it is XML and it had better still be valid XML when you save it. 您可以编辑此文件,但要小心,它是XML,保存时最好还是有效的XML。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM