-
Notifications
You must be signed in to change notification settings - Fork 3
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
Build failed because AgoraChat is missing a required architecture #12
Comments
@lixm1988 could we add the architecture in the next release, or is there something preventing us from doing so? Apple is dropping rosetta support for Xcode:
|
@maxxfrazer Agora_Chat_iOS SDK depends on a library supported by a third Team.The library does not include arm64-simulator architecture.We have contacted them, and they will support arm64-simulator later |
As Xcode is beginning to drop support, let’s see if they can bring up the timeline on it. Will message you separately |
Enabling rosetta looks like too radical a change for my project. I made my project build by providing a 'stub' version of the chat model struct for simulator that doesn't actually use AgoraChat. It's currently ok as a temporary solution. But I hope that soon it will be possible to add support for the arm64 simulator, and I look forward to any information about this. |
Are there any updates about the architecture support? I have found a workaround for this problem, but it would be better to remove it and use the built-in solution. |
We will support arm64-simulator in the next release and fix this problem. |
That's great news! Is there any rough estimate when the next release might be rolled out? |
We plan to release the next version around mid-August. Any questions, please contact us. |
Do you have any news? |
Thank you! I'll try the beta version |
Updated to v1.2. The issue is fixed. Thank you! |
I included Agora Chat SDK in my project and can't build it for simulator anymore. I get the error:
Could you please support the simulator architecture?
The text was updated successfully, but these errors were encountered: