Varun Narang

Results 5 comments of Varun Narang

Thank you, I built the project separately in a separate XCode window and then observed that it was already in there: ![image](https://user-images.githubusercontent.com/904409/97906223-4fa64380-1d69-11eb-9f32-002bdc0e3d9f.png) It still gives me the same error. Thanks...

Thank you for the followup @trungdq88. I kept struggling with Xcode v12. After following through the setups by @ace3, I ended up getting this error: > DevUtils-app/TINOBHNYWE/Components/HotkeyRecorder.swift:10:8: No such module...

Thanks, I did remove/delete the Derived data directory and rebuilt the project. Still facing the same issue.

I faced the same error and figured that XCode wasn't installed. :) Once installed, _carthage_ worked like a charm

I am not sure what might the problem be, but can you try converting the ONIX file to reference tags: ``` ruby ONIX::Normaliser.process("oldfile.xml", "newfile.xml") ``` If this converts it to...