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

Cannot Submit Framework to AppStore #4

Closed
hongkongkiwi opened this issue Jan 23, 2015 · 1 comment
Closed

Cannot Submit Framework to AppStore #4

hongkongkiwi opened this issue Jan 23, 2015 · 1 comment
Assignees

Comments

@hongkongkiwi
Copy link
Contributor

It seems Apple rejects universal framework with i386 and x86_64 architecture support.
More details can be found in this thread, particularly user big3 (from Apple)’s respond:
https://devforums.apple.com/thread/244357?start=25&tstart=0

We can use lipo tool to strip the support for i386 and x86_64 before submit, but note that stripping these 2 architectures will result in failure to compile for Simulator.

@hongkongkiwi
Copy link
Contributor Author

Here is the full command for reference:

lipo -remove i386 -remove x86_64 WowWeeMiPSDK -output WowWeeMiPSDK

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