validation - Xcode 7 - Unable to validate your application -
when upload app app store, i've had problem:
unable validate application: path '/var/folders/hm/.../myapp.ipa' not contain file
i have error:
couldn't find platform family in info.plist cfbundlesupportedplatforms or mach-o lc_version_min sfnt2woff
i've added:
<key>cfbundlesupportedplatforms</key> <array> <string>macosx</string> </array>
in plist file doesn't work.
any solution?
thanks !
have same problem. delete .bundle resource "bundle resources" in build phases in xcode project. see here:
Comments
Post a Comment