Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 7 - Unable to validate your application

When i upload my app to app store, i've had a problem:

Unable to validate your application:
The path '/var/folders/hm/.../MyApp.ipa' does not contain a file

I have another error:

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

I've added:

<key>CFBundleSupportedPlatforms</key>
<array>
    <string>MacOSX</string>
</array>

in my plist file but it doesn't work.

Any solution?

Thanks !

like image 564
Trong Lam Phan Avatar asked Sep 30 '15 15:09

Trong Lam Phan


1 Answers

Have the same problem. Just delete some .bundle resource from "Bundle Resources" in Build Phases in Xcode project. See here:

like image 160
Mia Stigol Avatar answered Oct 16 '22 07:10

Mia Stigol