With Xcode15, iOS11 devices crash during startup. Error reported as follows:
dyld: could not load inserted library '/System/Library/PrivateFrameworks/GPUToolsCapture.framework/GPUToolsCapture' because image not found
With Xcode15, iOS11 devices crash during startup. Error reported as follows:
dyld: could not load inserted library '/System/Library/PrivateFrameworks/GPUToolsCapture.framework/GPUToolsCapture' because image not found
warning: could not load inserted library '/System/Library/PrivateFrameworks/GPUToolsCapture.framework/GPUToolsCapture'
你好,请问这个问题解决了吗?
same
Try to add -Wl,-ld_classic to the OTHER_LDFLAGS build setting.
no work for me