Couldn't find platform family in Info.plist CFBundleSupportedPlatforms or Mach-O LC_VERSION_MIN for 错误

使用carthage添加第三方库,archive后,如果export ipa包报如下错误 :Couldn't find platform family in Info.plist CFBundleSupportedPlatforms or Mach-O LC_VERSION_MIN for XXX。是因为在Copy Bundle Resources添加了.dsYM文件。

解决的方法:从Copy Bundle Resources里删除.dsYM即可

你可能感兴趣的:(Couldn't find platform family in Info.plist CFBundleSupportedPlatforms or Mach-O LC_VERSION_MIN for 错误)