Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Xcode build problem
#6
So it gets stuck during linking.

There's a pretty disrupting bug in Xcode 11.4 and up that causes linking against static C++11 libs to hang. In theory it has been fixed in XCode 12 (at least, Xcode 12 beta 1 had it fixed), so a regression is a possibility. See:
http://obi.virtualmethodstudio.com/forum...-2124.html

Try using the Burst backend, and removing libOni.a from your XCode project. That should allow linking to progress.

cheers,
Reply


Messages In This Thread
Xcode build problem - by ayakut - 30-09-2020, 01:12 PM
RE: Xcode build problem - by josemendez - 30-09-2020, 01:16 PM
RE: Xcode build problem - by ayakut - 30-09-2020, 01:20 PM
RE: Xcode build problem - by josemendez - 30-09-2020, 02:50 PM
RE: Xcode build problem - by ayakut - 30-09-2020, 01:16 PM
RE: Xcode build problem - by josemendez - 30-09-2020, 01:20 PM