Florent Morin
Florent Morin
@AvdLee #282 #283 #284 😉
@SalvoSwift21 This option is really new and optimized for large projects. It's the reason why it can be disabled. Today, Apple teams need feedbacks from community projects to improve it.
@SalvoSwift21 Yes, you can. Simply send a feedback with a sample code using [Feedback Assistant](https://feedbackassistant.apple.com).
The fastest build was done using new build system [introduced by Xcode 13.2](https://developer.apple.com/documentation/xcode-release-notes/xcode-13_2-release-notes). It was enabled by running this before launching script: ```bash defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1 ``` And...
The fastest build was done using new build system [introduced by Xcode 13.2](https://developer.apple.com/documentation/xcode-release-notes/xcode-13_2-release-notes). It was enabled by running this before launching script: ```bash defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1 ``` And...
The fastest build was done using new build system [introduced by Xcode 13.2](https://developer.apple.com/documentation/xcode-release-notes/xcode-13_2-release-notes). It was enabled by running this before launching script: ```bash defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1 ``` And...
@acecilia Yes. I also shared the solution on the repository mentioned above. The solution was implemented on a big project, by updating `Podfile`. But I think it's possible to implement...
Here is the sample code: ```ruby post_integrate do |installer| xcconfig_path = installer.sandbox.target_support_files_root.to_s + '/Pods-App/Pods-App.debug.xcconfig' xcconfig_content = File.read xcconfig_path xcconfig_original_ld_flags = xcconfig_content.match(/OTHER_LDFLAGS = ([^\n]+)\n/)[1] xcconfig_new_ld_flags =
Duplicates #524 ?
@atiorh Result with `ted_60.m4a` in debug console mode returns `"I am a very kind of a a a a a ..."` Console output ``` ▿ 1 element ▿ 0 :...