KSCrash icon indicating copy to clipboard operation
KSCrash copied to clipboard

fix import error

Open xdkhan opened this issue 7 months ago • 4 comments

if podfile like this, xcode build error

source 'xxx'
install! 'cocoapods',
:generate_multiple_pod_projects => true,
:incremental_installation => true,
:disable_input_output_paths => true

use_frameworks! :linkage => :static

截屏2024-07-17 13 48 22

'KSCrashAppTransitionState.h' file not found with include; use "quotes" instead

xdkhan avatar Jul 17 '24 05:07 xdkhan