i2edu před 4 roky
rodič
revize
b8a3dc9f61
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      ios/speech_plugin.podspec

+ 1 - 1
ios/speech_plugin.podspec

@@ -23,5 +23,5 @@ A new Flutter plugin.
   s.vendored_frameworks = 'Frameworks/iflyMSC.framework' , 'Frameworks/lame.framework' , 'Frameworks/TAISDK.framework'
   s.vendored_libraries = 'Classes/Libraries/libai/libaiengine.a'
   # Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
-  s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
+  s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' , 'ENABLE_BITCODE' => 'NO'}
 end