-
Notifications
You must be signed in to change notification settings - Fork 518
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
[mmp] Ignore, by default, frameworks that cause rejection from App Store. Fix #6039 #6107
Conversation
…ore. Fix xamarin#6039 So far this only applies to `QTKit`... XM will now, by default, avoid natively link with QTKit unless it's instructed to so explicitly using `--link-prohibited-frameworks` ref: xamarin#6039
Can be validated with xamarin/SubmissionSamples#28 |
Build failure Test results9 tests failed, 0 tests' device not found, 92 tests passed.Failed tests
|
Build failure Test results1 tests failed, 0 tests' device not found, 100 tests passed.Failed tests
|
Co-Authored-By: Rolf Bjarne Kvinge <[email protected]>
Co-Authored-By: Rolf Bjarne Kvinge <[email protected]>
Co-Authored-By: Rolf Bjarne Kvinge <[email protected]>
Co-Authored-By: Rolf Bjarne Kvinge <[email protected]>
@rolfbjarne thanks for the typo fixes :) I need to figure out why textmate does not spot all of them :| |
Build failure |
Build failure Test results1 tests failed, 100 tests passed.Failed tests
|
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.
❤️
Build failure Test results3 tests failed, 166 tests passed.Failed tests
|
known/random failures
|
So far this only applies to
QTKit
...XM will now, by default, avoid natively link with QTKit unless it's
instructed to so explicitly using
--link-prohibited-frameworks
ref: #6039