30-09-2020, 02:50 PM
(This post was last modified: 30-09-2020, 02:51 PM by josemendez.)
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,
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,