You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But unfortunately, if I remove arm64 from excluded architectures, the project doesn't compile because I get this error: In /Users/***/Documents/Work/iOS/***/Pods/google-cast-sdk-no-bluetooth/GoogleCastSDK-ios-4.7.0_static/GoogleCast.framework/GoogleCast(GCKCastContext+UI.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/***/Documents/Work/iOS/**/Pods/google-cast-sdk-no-bluetooth/GoogleCastSDK-ios-4.7.0_static/GoogleCast.framework/GoogleCast' for architecture arm64
The text was updated successfully, but these errors were encountered:
I was having the same issue while building a flutter app. Found this in docs https://developers.google.com/cast/docs/ios_sender
There is a section near the end on how to manually update to version 4.7.1 which supports arm64 for simulators.
Hope it helps
Now, in order to build the project, I need to exclude
arm64
architecture in Build Settings because of using google cast pod.Starting from Xcode 14.3, it messes with displaying live issues and displaying the build warnings and errors after the successful build.
The issue and solution is described here: https://developer.apple.com/forums/thread/715103?answerId=749818022#749818022
But unfortunately, if I remove
arm64
from excluded architectures, the project doesn't compile because I get this error:In /Users/***/Documents/Work/iOS/***/Pods/google-cast-sdk-no-bluetooth/GoogleCastSDK-ios-4.7.0_static/GoogleCast.framework/GoogleCast(GCKCastContext+UI.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/***/Documents/Work/iOS/**/Pods/google-cast-sdk-no-bluetooth/GoogleCastSDK-ios-4.7.0_static/GoogleCast.framework/GoogleCast' for architecture arm64
The text was updated successfully, but these errors were encountered: