Xcode Error: Cycle inside *******; building could produce unreliable results. This usually can be resolved by moving the target’s Headers build phase before Compile Sources.
Cycle details:
Showing All Issues
Cycle inside rtc_extension; building could produce unreliable results. This usually can be resolved by moving the target's Headers build phase before Compile Sources.
Cycle details:
→ Target 'rtc_extension' has copy command from '/Users/xxx/Documents/SourceCode/base_extension/xxx/third_party/mac/xxx_webrtc.framework' to '/Users/xxx/Documents/SourceCode/base_extension/xxx/bin/Release/xxx_webrtc.framework'
○ Target 'rtc_extension' has link command with output '/Users/xxx/Documents/SourceCode/base_extension/xxx/bin/Release/librtc_extension.dylib'
○ Target 'rtc_extension' has copy command from '/Users/xxx/Documents/SourceCode/base_extension/xxx/third_party/mac/TTTRtcSDK.framework' to '/Users/xxx/Documents/SourceCode/base_extension/xxx/bin/Release/TTTRtcSDK.framework'
Error reason:
Xcode 10 uses new build system by default, which is different from xcode9.
Solution:
Modify build system
in Xcode menu bar – >File -> Progect setting, modify the build system to legacy build system, and then clean and compile.
Read More:
- No repositories directory found inside registry_ DATA_ DIR
- Xcode12.5 package framework error [How to Solve]
- How to Solve Xcode M1 simulator Error
- [Solved] error: #error “Please include Eigen/Geometry instead of including headers inside the src directory d
- Android: Can’t create handler inside thread that has not called Looper.prepare() [Solved]
- [Solved] NPM Error: gyp: No Xcode or CLT version detected!
- [Solved] the SDK location is inside Studio‘s install location
- [Solved] Unity Import Xcode Project Error: iOS framework addition failed due to a CocoaPods installation failure.
- [Solved] Xcode13.1 Upgrade Error: CocoaPods installed but not working Failed to build gem native extension
- [Solved] Xcode13.0 Package Error: Code signing “AipBase.framework“ failed.
- QT Creator Error while building deploying project
- [Solved] python Connect hive to Install sasl Error: Building wheel for sasl (setup.py) … error
- [Solved] Jmeter Error: Error loading results file – see file log
- Xcode debugging for the real iPhone Error: code signature version is no longer supported
- [Solved] There are test failures. Please refer to D:\Java_study\springboot\springboot-sugon-3\target\surefire-reports for the individual test results.
- MAC: Failed building wheel for lxml [How to Solve]
- Flutter Xcode Module not found or LibreSSL SSL_connect: SSL_ERROR_SYSCALL
- How to Solve “Status bar could not find cached time string image. Rendering in-process.” in Xcode
- [Solved] Xcode ObservableObject Error: Unknown attribute ‘ObservableObject‘
- Setting label malloc in MAC development_ error_ Break breakpoint (Xcode)