Please help , Can't package tweak ..
Compiling Tweak.xm...
In file included from <built-in>:351:
In file included from <command line>:
In file included from /var/mobile/Projects/splyceprofeatures/theos/Prefix.pch:4:
In file included from /usr/include/UIKit/UIKit.h:46:
/usr/include/UIKit/UITableView.h:157:58: error: property type
'id<UITableViewDelegate>' is incompatible with type
'id<UIScrollViewDelegate>' inherited from 'UIScrollView'
[-Werror,-Wincompatible-property-type]
@property(nonatomic,assign) id <UITableViewDelegate> delegate;
^
/usr/include/UIKit/UIScrollView.h:101:59: note: property declared
here
@property(nonatomic,assign) id<UIScrollViewDelegate> de...
^
In file included from <built-in>:351:
In file included from <command line>:
In file included from /var/mobile/Projects/splyceprofeatures/theos/Prefix.pch:4:
In file included from /usr/include/UIKit/UIKit.h:51:
/usr/include/UIKit/UITextView.h:50:52: error: property type
'id<UITextViewDelegate>' is incompatible with type
'id<UIScrollViewDelegate>' inherited from 'UIScrollView'
[-Werror,-Wincompatible-property-type]
@property(nonatomic,assign) id<UITextViewDelegate> delegate;
^
/usr/include/UIKit/UIScrollView.h:101:59: note: property declared
here
@property(nonatomic,assign) id<UIScrollViewDelegate> de...
^
In file included from Tweak.xm:1:
In file included from /var/mobile/Projects/splyceprofeatures/writeData.h:19:
/usr/include/mach-o/dyld.h:31:10: fatal error: 'mach-o/loader.h'
file not found
#include <mach-o/loader.h>
^
3 errors generated.
make[2]: *** [obj/Tweak.xm.e3fde9a8.o] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [splyceProFeatures.all.tweak.variables] Error 2