Lucas2
1
I am trying to contribute to the ios browser but cannot get the Fennec scheme to build. I keep getting errors like
'hashFn.h' file not found
or another similar file.

I see that previously there has been an issue with Brave not supporting the latest version of Xcode, however I thought that issue was resolved here
michal
2
Hi, this is a temporary bug until https://github.com/brave/brave-ios/pull/1308 is merged in.
As a workaround, you can copy two folders node_modules/ad-block/hash-set-cpp
and node_modules/ad-block/bloom-filter-cpp
to node_modules
directory
So hashset and bloom filter folders will be in two locations:
brave-ios/node_modules/
brave-ios/node_modules/ad-block/node_modules
Let me know if that helps
2 Likes
The PR has been merged, so should be back to normal. Sorry for the hassle.
Lucas2
5
Awesome thanks for the update
-Lucas