-
Notifications
You must be signed in to change notification settings - Fork 356
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
Missing required architecture i386 when build for profiling #993
Comments
It's not a duplicate. I've followed all the instructions in your issue, but nothing works. And this error can be observed ONLY when build for profiling (for simulator and for physical device). |
@Serproger Could you please provide sample project with this issue? |
@Serproger any updates? |
For which project I should set this property? Pods? |
Besides that, valid architectures for CocaPods project are i386, x86_x64. Is it valid to update them in the way mentioned in issue 783? |
For your project. For example : |
????? |
sorry, 793 :) |
We don't support i386 Only: //Simulators:
(for architecture x86_64): Mach-O 64-bit dynamically linked shared library x86_64
//Devices:
(for architecture armv7): Mach-O dynamically linked shared library arm_v7
(for architecture arm64): Mach-O 64-bit dynamically linked shared library arm64 For Profiling, you should set "Build Active Architecture Only" to |
@Serproger, any updates? |
Yes, setting of "Build Active Architecture Only" works, thanks. |
@Serproger if you will have any other problems or questions please let us know by creating a separate issue. Thanks! |
Environment details
Expected behavior
Application that uses quickblox webrtc can be built for profiling.
Actual behavior
When building I have this error:
The text was updated successfully, but these errors were encountered: