-
Notifications
You must be signed in to change notification settings - Fork 514
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
[mediasetup] Update for Xcode 12 beta 2 #9087
Conversation
The framework is not available (binary or even headers) for the iOS simulator, only devices. As such `tools/mtouch/Makefile` is not updated with a `-weak-framework` Tracked with * https://github.com/xamarin/maccore/issues/2266 * https://feedbackassistant.apple.com/feedback/8001312
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No mediasetup.cs?
Build failure Test results17 tests failed, 79 tests passed.Failed tests
|
Build success |
This still doesn't work with the GM of Xcode 12, VS Mac Version 8.7.6 (build 19) and Xamarin.iOS 13.99.0.251. Are there any temporary workarounds I can do to get our app building for the simulator again? Even if it means temporarily ripping out some parts (I don't know what MediaSetup is used for)? |
I'm hitting this too when building for simulator. |
@praeclarum hitting what exactly? do you have a build log? |
I've attached part of the build log that seems to be pertinent to the problem. |
Sorry @rolfbjarne, I had an edit that I don't seem to have saved. There was an issue in the simulator where it kept trying to link with MediaSetup even though the sim doesn't support it. Fortunately, the stable build released yesterday fixes it. So you can disregard my comment. |
The framework is not available (binary or even headers) for the iOS
simulator, only devices.
As such
tools/mtouch/Makefile
is not updated with a-weak-framework
Tracked with