美文网首页
Lexical or Preprocessor Issue (X

Lexical or Preprocessor Issue (X

作者: 择一城终老_347e | 来源:发表于2023-06-13 18:08 被阅读0次

Xcode build done. 34.2s

Failed to build iOS app

Could not build the precompiled application for the device.

Lexical or Preprocessor Issue (Xcode): 'speech_to_text/speech_to_text-Swift.h' file not found

/Users/it/.pub-cache/hosted/pub.dev/speech_to_text-6.1.1/ios/Classes/SpeechToTextPlugin.m:1:8

Error launching application on iPhone.

将#import <speech_to_text/speech_to_text-Swift.h>

改为#import <speech_to_text-Swift.h>

相关文章

网友评论

      本文标题:Lexical or Preprocessor Issue (X

      本文链接:https://www.haomeiwen.com/subject/dogcydtx.html