首页 > 解决方案 > 文件 Dev.debug.xcconfig” 无法打开,因为没有这样的文件

问题描述

我尝试通过 xcode 使用我的 react 本机应用程序运行构建,但遇到了这个错误:

/Users/rodeltony/Documents/React_Files/flumis-react-native/ios/flumisReactNative.xcodeproj The file Dev.debug.xcconfig” couldn’t be opened because there is no such file. (/Users/rodeltony/Documents/React_Files/flumis-react-native/ios/Pods/Target Support Files/Pods-flumisReactNative Dev/Pods-flumisReactNative Dev.debug.xcconfig)

我尝试运行pod reintegratepod install它抛出了这个错误:

/Library/Ruby/Gems/2.6.0/gems/ethon-0.14.0/lib/ethon/curls/classes.rb:36: [BUG] Illegal instruction at 0x00000001046e8000
ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.arm64e-darwin20]

-- Crash Report log information --------------------------------------------
   See Crash Report log file under the one of following:                    
     * ~/Library/Logs/DiagnosticReports                                     
     * /Library/Logs/DiagnosticReports                                      
   for more details.                                                        
Don't forget to include the above Crash Report log file in bug reports.  

知道如何解决这个问题吗?

标签: xcodereact-native

解决方案


推荐阅读