iOS Question fatal error: 'ByteConverter.h' file not found

omigloo

Member
Licensed User
Longtime User
Hi
I use ByteConverter1.1 into my b4i project to test push notification, but when I compile, I got below error message, where can I download ByteConverter.h for this case, thanks.
#import "ByteConverter.h"
^ 1 error generated.
 

omidaghakhani1368

Well-Known Member
Licensed User
Longtime User
Hi.
If you have local mac server,should be copy .h file to b4ibuildserver directory
or if use cloud mac server,Erel would be copy file in cloud
 
Upvote 0

omigloo

Member
Licensed User
Longtime User
Hi
I have local mac server, I know I should copy .h file to b4ibuildserver directory. But I can't find ByteConverter.h in my computer, could you please tell me where can download ByteConverter.h? I need this file copy to b4ibuildserver directory, Thanks.
 
Upvote 0

omigloo

Member
Licensed User
Longtime User
Hi Erel,
I still got below error message, please help.
#import "ByteConverter.h"
^ 1 error generated.
 
Upvote 0
Top