react-native-material-kit icon indicating copy to clipboard operation
react-native-material-kit copied to clipboard

iOS Build / Compilation Error Use Quotes instead of Arrows

Open hammadzz opened this issue 6 years ago • 6 comments

'UIView+React.h' file not found with include; use "quotes" instead node_modules/react-native-material-kit/iOS/RCTMaterialKit/MKTouchableManager.m

Anyone else experiencing this issue with iOS Build with this library?

hammadzz avatar Nov 28 '17 02:11 hammadzz

I get this same error, has anyone found a solution yet?

pencilcheck avatar Apr 09 '18 20:04 pencilcheck

@pencilcheck solved by temporary changing in source file from <UIView+React.h> to "UIView+React.h"

hope @xinthink will merge the pull request regarding the fix

Tamiyadd avatar Apr 10 '18 13:04 Tamiyadd

@Tamiyadd It works, thx

aoarashi1988 avatar Mar 19 '19 02:03 aoarashi1988

My solution is to use #import <React/UIView+React.h>on MKTouchableManager.h and TickViewManager.h. I hope the fix is deployed soon.

mschipperheyn avatar Apr 01 '19 11:04 mschipperheyn

@mschipperheyn Can you try https://github.com/xinthink/react-native-material-kit/pull/409 plz ?

Crash-- avatar Apr 01 '19 11:04 Crash--

@Crash-- that looks ok. It's what I use as a tmp workaround after each installation

mschipperheyn avatar Apr 01 '19 16:04 mschipperheyn