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

Compile error on Release build configuration #2372

Closed
capecrawler opened this issue Apr 19, 2017 · 3 comments
Closed

Compile error on Release build configuration #2372

capecrawler opened this issue Apr 19, 2017 · 3 comments

Comments

@capecrawler
Copy link

Running on device or simulator when developing works but when archiving, throws an error.

screen shot 2017-04-19 at 11 23 52 am

Using the code v3.0.2, I have manually imported source files for this project for the reason that I need to subclass and override some private methods.

@capecrawler
Copy link
Author

Found out that when trying to build on Release build configuration, it throws this error.

@capecrawler capecrawler changed the title Archiving issue Compile error on Release build configuration Apr 19, 2017
@capecrawler
Copy link
Author

Changing optimization level for the Swift compiler-Code generation from (Fast, Whole Module Optimization) to (Fast, Single-File Optimization) somehow fixes the issue.

@liuxuan30
Copy link
Member

liuxuan30 commented Apr 20, 2017

have no idea :( should be swift problem..

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