Masonry icon indicating copy to clipboard operation
Masonry copied to clipboard

Pod use_frameworks!, need custom modulemap file, but Masony is not exist that file.

Open ACFancy opened this issue 7 years ago • 0 comments

Issue Info

Info Value
Platform ios/osx/tvos
Platform Version 8.0
Masonry Version 1.1.0
Integration Method cocoapods

Issue Description

Problem & issue about link

Pod use_frameworks!, need custom modulemap file, but Masony is not exist that file. this is the detail link about this https://github.com/CocoaPods/CocoaPods/issues/7585 and this is about ReactCocoa moudlemap file CocoaPods about modluemap config

Example

After Pod use_frameworks! , #define MAS_SHORTHAND in xxx.pch file and #import <Masonry/Masonry.h> , If I want to use no prefix "mas_" methods, Xcode will build error about this.

ACFancy avatar Nov 23 '18 11:11 ACFancy