Hi!
After upgrading to Xcode 14, our app is rejected by App Store Connect during validation because watchos_application stub binary has more architectures than our watchOS extension. I tried a hack to strip those unnecessary architectures and our app can pass connect validation again. I am looking into a fix but it seems I can't access multi arch info for lipo in _watchos_application_impl. Is there anyway i can access all architectures in watchos_application_impl or should I create a implicit dependency with a transition on it?
Hi! After upgrading to Xcode 14, our app is rejected by App Store Connect during validation because watchos_application stub binary has more architectures than our watchOS extension. I tried a hack to strip those unnecessary architectures and our app can pass connect validation again. I am looking into a fix but it seems I can't access multi arch info for lipo in _watchos_application_impl. Is there anyway i can access all architectures in watchos_application_impl or should I create a implicit dependency with a transition on it?
Related: https://github.com/bazelbuild/rules_apple/issues/704