flyyufelix
flyyufelix

Reputation: 11

Ionic, Apple AppStore Submission

When I upload my app to app store, I encounter this problem while validation:

Error Message:

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

And in the error log, I get this:

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

I use Ionic Framework for my app. It is a very simple app.

I am using XCode 7.1 and recently tested my app on iOS 9. Everything works fine (Build Success, Achive Success) up until the submission step.

Can anyone tell what's going wrong here?

Upvotes: 1

Views: 467

Answers (1)

John Crenshaw
John Crenshaw

Reputation: 41

If this is a Cordova project, check inside your www folder. You probably have an ionicons folder in there with a binary named "sfnt2woff" deep inside it. Just delete that binary (or the entire build folder) and archive again.

Upvotes: 4

Related Questions