2017-11-10 16 views
0

npm run ejectを実行した後、プロジェクトを実行できません。私はこのエラーを取得する:Expoを排出した後ネイティブアプリに反応しません

In file included from /Users/patrickbassut/Programming/beebo/.expo-source/ios/ios/Exponent/Versioned/Modules/Internal/EXDevSettings.m:3: 
/Users/patrickbassut/Programming/beebo/.expo-source/ios/ios/Exponent/Versioned/Modules/Internal/EXDevSettings.h:3:9: fatal error: 'React/RCTDevSettings.h' file not found 
#import <React/RCTDevSettings.h> 
     ^
1 error generated. 


** BUILD FAILED ** 



The following build commands failed: 
    CompileC /Users/patrickbassut/Programming/beebo/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/ExpoKit.build/Objects-normal/x86_64/EXDevSettings.o /Users/patrickbassut/Programming/beebo/.expo-source/ios/ios/Exponent/Versioned/Modules/Internal/EXDevSettings.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler 
(1 failure) 

Installing build/Build/Products/Debug-iphonesimulator/beebo.app 
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=22): 
Failed to install the requested application 
The bundle identifier of the application could not be determined. 
Ensure that the application's Info.plist contains a value for CFBundleIdentifier. 
Print: Entry, ":CFBundleIdentifier", Does Not Exist 

Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/beebo.app/Info.plist 
Print: Entry, ":CFBundleIdentifier", Does Not Exist 
  • 反応し、ネイティブ:0.49.5
  • NPM:4.6.1
  • 警備員:4.7.0
  • ノード:8.1 .3

誰かが同様の問題を抱えていて、それをうまく解決できたら、助けてください。前もって感謝します!

+0

どのようにあなたのアプリケーションを実行しようとしているの:私は使用して再び私のプロジェクトを作成することを決めましたか?このエラーを取得するためにどのような手順を取ったのですか?ノードモジュールの再インストール、ウォッチマンのリセット、npmキャッシュのクリアを試しましたか? –

+0

はい、npmモジュールを再インストールし、キャッシュをクリアし、ウォッチマンをリセットし、ポッドをインストールしました... – pavle

+0

iOSを実行していると仮定して、 'react-native run-ios'でアプリを実行していますか? –

答えて

1

それは私にも起こりました。私は博覧会を排出した後、多くの問題を抱えていました。

react-native init yourAppName

代わりの

create-react-native-app yourAppName

+0

はい、私はそれを考えたが、これを避けたい – pavle

+0

最後に、これは最高の選択肢だった... – pavle

関連する問題