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
Summary:
Removing this value in the podspec allows Swift apps with `use_frameworks!` to build successfully.
The error this resolves is "Use of private header from outside its module: 'Private/MDCButton+Subclassing.h'".
Apps can only use 'public' headers via CocoaPods, so we aren't exposing these private headers by removing the private access bit.
Closeshttps://github.com/google/material-components-ios/issues/93.
Reviewers: #material_components_ios_owners, ajsecord
Reviewed By: #material_components_ios_owners, ajsecord
Projects: #material_components_ios
Differential Revision: http://codereview.cc/D138
0 commit comments