- Home /
RegisterMonoModules.h not found iOS facebook SDK
I have this issue when building unity project on xcode, the project includes facebook SDK, unity version is 2019.3.0a6
/Volumes/Samsung_T3/jenkins/workspace/LKF-game-iOS/iOS/Libraries/FacebookSDK/SDK/Editor/iOS/FBUnityInterface.h:22:10: fatal error: 'RegisterMonoModules.h' file not found #include "RegisterMonoModules.h"
Comment
Answer by Revolter · Aug 18, 2019 at 10:46 AM
I have the same issue, did you find a solution?
I found another solution for this. I checked code and I didn't find actually where is it necessary and I just commented the line. And it solved. I got the build :D