D.J.P
D.J.P
[Can't install ruby 2.6.6 via rvm, error running '__rvm_make -10' on macbook pro m1](https://stackoverflow.com/questions/70789556/cant-install-ruby-2-6-6-via-rvm-error-running-rvm-make-10-on-macbook-pro)
参考官方文档,友盟的兼容方案并不严谨吧, https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1622958-application?language=objc  可以参考PhilCai1993 提到的forums里Facebook lib的写法。
> @fbaumgart I only have one Xcode on my mac. This is not the case. As I described above, it works before I upgrade my mac os to Ventura 13.0....
> It seems like some message mentioned on [issue](https://github.com/fastlane/fastlane/issues/20784#issuecomment-1293164814) apple/swift#20784 is useful for you.
> > > > It seems like some message mentioned on [issue](https://github.com/fastlane/fastlane/issues/20784#issuecomment-1293164814) apple/swift#20784 is useful for you. I suppose something went wrong when it executed the code sign action. Maybe...
> After some info mention above, I try to add match `appstore` before match `development`, then CircleCI is success! It's because we need to install all provision profile and certs...
Maybe something changed about the toolchain by the system on Ventura 13.0. I build success for all `export_method` with another toolchain, not the system toolchain `com.apple.dt.toolchain`. I checked the log...
This issue might be the reason why it fails. https://github.com/apple/swift-driver/issues/1271
> Finally, I've resolved this error by changing some SDKs from `framework` to `xcframework` as mentioned below this issue https://github.com/apple/swift-driver/issues/1271. Those SDKs showed error info with `SwiftDriver compilation error: com.apple.xcode.tools.swift.compiler...
> @Daemonson I'm using Flutter right now so I'm not sure the solution of flutter environment. So I need to have additional job setting before `flutter build ios --debug`? Or...