Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TestFlight Internal Only] 배포 시 경고 발생 #29

Open
ggj0418 opened this issue Jan 21, 2025 · 0 comments
Open

[TestFlight Internal Only] 배포 시 경고 발생 #29

ggj0418 opened this issue Jan 21, 2025 · 0 comments

Comments

@ggj0418
Copy link

ggj0418 commented Jan 21, 2025

flutter 버전

3.27.1

ios 세팅

AppDelegate.swift

import Flutter
import UIKit
import ChannelIOFront

@main
@objc class AppDelegate: FlutterAppDelegate {
  override func application(
    _ application: UIApplication,
    didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
  ) -> Bool {
    GeneratedPluginRegistrant.register(with: self)
    ChannelIO.initialize(application)

    return super.application(application, didFinishLaunchingWithOptions: launchOptions)
  }
}

Podfile

target 'Runner' do
  use_frameworks!
  use_modular_headers!

  pod 'ChannelIOSDK', podspec: 'https://mobile-static.channel.io/ios/12.2.1/xcframework.podspec'
  flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
  target 'RunnerTests' do
    inherit! :search_paths
  end
end

문제 상황

  1. 빌드는 정상적으로 동작하고, 아카이브 시에 동작하는 빌드도 정상적으로 돌아갑니다.
  2. 허나, TestFlight Internal Only 를 선택하고 빌드를 app store connect 에 올리려고 시도할 시, 아래 경고 메세지와 함께 빌드가 올라가지 않습니다.
The archive did not include a dSYM for the ChannelIOFront.framework with the UUIDs [어떤 UUID 값~~~].
Ensure that the archive's dSYM folder includes a DWARF file for ChannelIOFront.framework with the expected UUIDs. 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant