Obi rope 5.6
Xcode 12.0
Xcode build not progressing
Xcode 12.0
Xcode build not progressing
Xcode build problem
|
Obi rope 5.6
Xcode 12.0 Xcode build not progressing
30-09-2020, 01:16 PM
30-09-2020, 01:16 PM
30-09-2020, 01:20 PM
This gives next to zero additional information. Open up the report navigator in Xcode, select the build process, and take a screenshot of the messages in it. It should show which part of the compilation process it is in (compiling, linking, generating the binary, stripping, signing, etc).
(30-09-2020, 01:16 PM)josemendez Wrote: Hi, Hi I tried both backends oni and brusts (30-09-2020, 01:20 PM)josemendez Wrote: This gives next to zero additional information. Open up the report navigator in Xcode, select the build process, and take a screenshot of the messages in it. It should show which part of the compilation process it is in (compiling, linking, generating the binary, stripping, signing, etc). hi josemendez thnk. for help
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, |
« Next Oldest | Next Newest »
|