Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

charts 2.3 unsupported architectures i386 #1591

Closed
waspnator opened this issue Sep 30, 2016 · 6 comments
Closed

charts 2.3 unsupported architectures i386 #1591

waspnator opened this issue Sep 30, 2016 · 6 comments

Comments

@waspnator
Copy link

waspnator commented Sep 30, 2016

the upload my app to apple store i received this message:

ERROR ITMS-90087 The executable for #####.app/Frameworks/Charts.framework contains unsupported architectures '[i386]'."

@pmairoldi
Copy link
Collaborator

We need more info. Installation method would be a good start.

@waspnator
Copy link
Author

waspnator commented Sep 30, 2016

hello, thanks for replying, I'm new to xcode, the app works in the simulator and iPhone, but on the installation, how can I do to provide more information to you?
I'm generating the xcode, by menu / product / archive

@waspnator
Copy link
Author

waspnator commented Oct 3, 2016

Someone has published this framework in your project in the apple store? Can someone help me?
http://stackoverflow.com/questions/39812522/submit-app-to-apple-store-return-error-itms-90087-unsupported-architectures-i386

@pmairoldi
Copy link
Collaborator

How are you installing charts?

@waspnator
Copy link
Author

waspnator commented Oct 3, 2016

i used the pod install

`platform :ios, '8.0'
use_frameworks!

target ‘FaberCodeGerencial’ do
pod 'Charts’, '~> 2.3'
end`

After that used the xcworkspace file to make changes to the project!

@pmairoldi
Copy link
Collaborator

Well since you are using cocoapods this is probably not an issue on our end. Cocoapods generates a framework based on our code so it uses its own settings. Either this is a cocoapods issue or a problem with your project settings. Try using the prerelease version of cocoapods and see if that fixes the problem.

Can't be more help sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants