简体   繁体   English

在sqlite3的Info.plist CFBundleSupportedPlatforms或Mach-O LC_VERSION_MIN中找不到平台系列

[英]Couldn't find platform family in Info.plist CFBundleSupportedPlatforms or Mach-O LC_VERSION_MIN for sqlite3

I am trying to build IOS app in ionic using ionic build ios The build is success. 我正在尝试使用ionic build ios在ionic中构建IOS应用程序。构建成功。 But when I use Xcode to deploy my App to apple store it is showing me above mentioned error. 但是,当我使用Xcode将我的App部署到苹果商店时,它向我显示了上述错误。

I have gone through many github and stackoverflow issues but none of them worked for me. 我经历了很多github和stackoverflow问题,但是没有一个对我有用。 List of things I have tried: 我尝试过的事情清单:

  1. Remove all .DSYM files 删除所有.DSYM文件
  2. Add > CFBundleSupportedPlatforms as array and MacOSX as string to my info.plist 在我的info.plist中添加> CFBundleSupportedPlatforms作为数组,将MacOSX作为字符串
  3. Removing all the Elements in my > Copy Bundle Resources 删除我的>复制捆绑包资源中的所有元素
  4. Clean project before building and the clicking archive option 在构建之前清理项目,然后单击存档选项

Some of the links I found result: 我发现一些链接结果:

  1. https://github.com/Alamofire/Alamofire/issues/823 https://github.com/Alamofire/Alamofire/issues/823
  2. Couldn't find platform family in Info.plist CFBundleSupportedPlatforms or Mach-O LC_VERSION_MIN for phantomjs 在phantomjs的Info.plist CFBundleSupportedPlatforms或Mach-O LC_VERSION_MIN中找不到平台系列

But none of these worked for me. 但是这些都不对我有用。 I tested my app to my phone it is working properly but could not upload to apple store. 我在手机上测试了我的应用程序,它可以正常工作,但无法上传到Apple Store。

There is no plugin installed in my Framework as sqlite but on Validating it shows error with sqlite 我的框架中没有以sqlite形式安装插件,但在验证时显示sqlite出现错误

Any help would be appreciated. 任何帮助,将不胜感激。

After spending so many hours, I solved it by deleting a file which in my www/lib folder with name sqlite, this was the part of some other library I was using and it was showing me this file even before I starting validating. 在花费了很多小时之后,我通过删除www / lib文件夹中名为sqlite的文件解决了该问题,这是我正在使用的其他一些库的一部分,即使在开始验证之前,它也向我显示了该文件。 Might help some one with same problem. 可能会帮助某些人遇到同样的问题。

暂无
暂无

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

相关问题 在 Info.plist CFBundleSupportedPlatforms 或 Mach-O LC_VERSION_MIN for modplug 中找不到平台系列 - Couldn't find platform family in Info.plist CFBundleSupportedPlatforms or Mach-O LC_VERSION_MIN for modplug 无法在Info.plist CFBundleSupportedPlatforms或Mach-O LC_VERSION_MIN中找到phantomjs的平台系列 - Couldn't find platform family in Info.plist CFBundleSupportedPlatforms or Mach-O LC_VERSION_MIN for phantomjs 无效的包 - Info.plist 应该使用包含单个平台的数组指定 CFBundleSupportedPlatforms - Invalid Bundle - Info.plist should specify CFBundleSupportedPlatforms with an array containing a single platform Apple Mach-O链接器错误sqlite3 - Apple Mach-O Linker Error sqlite3 无效的捆绑包 - 嵌套捆绑包没有CFBundleSupportedPlatforms中列出的正确平台Info.plist密钥 - Invalid Bundle - A nested bundle doesn't have the right platforms listed in CFBundleSupportedPlatforms Info.plist key Info.plist 实用程序错误:“Info.plist 无法打开,因为没有这样的文件” - Info.plist Utility Error: “Info.plist couldn't be opened because there is no such file” 错误:文件“Info.plist”无法打开,因为没有这样的文件 - Error: The file “Info.plist” couldn’t be opened because there is no such file 仅在存档时无法删除Info.plist - Info.plist couldn't be removed on archive only 无法删除无法删除“Info.plist” - Failed to remove “Info.plist” couldn't be removed Xamarin iOS,无法打开Info.plist - Xamarin iOS, Info.plist couldn't be opened
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM