You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
문제 상황
빌드는 정상적으로 동작하고, 아카이브 시에 동작하는 빌드도 정상적으로 돌아갑니다.
허나, 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.
The text was updated successfully, but these errors were encountered:
flutter 버전
3.27.1
ios 세팅
AppDelegate.swift
Podfile
문제 상황
The text was updated successfully, but these errors were encountered: