Skip to content

Commit

Permalink
fix ios dependency error
Browse files Browse the repository at this point in the history
  • Loading branch information
kongdywang committed Dec 11, 2024
1 parent 85cff2a commit c49ef51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Flutter/ios/super_player.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ player plugin.
# Player_Premium SDK: s.dependency 'TXLiteAVSDK_Player_Premium'
# Professional SDK: s.dependency 'TXLiteAVSDK_Professional'
# If you want to specify the SDK version(eg 11.6.15041), use: s.dependency 'TXLiteAVSDK_Player','11.6.15041'
s.dependency 'LiteAVSDK_Player_Premium','12.2.16945'
s.dependency 'TXLiteAVSDK_Player_Premium','12.2.16945'

# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
Expand Down

0 comments on commit c49ef51

Please sign in to comment.