Expo-configure-project.sh. Expo Modules add to Bare React Native App - Build Compile Error

Please provide the following:

  1. SDK Version: 49
  2. Platforms(Android/iOS/web/all): IOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Trying to add expo modules to my app to use Expo AV, but my build is failing from this error:

The following build commands failed:
        CompileC /Users/myName/Library/Developer/Xcode/DerivedData/ProjectName/Build/Intermediates.noindexProject.build/Debug-iphonesimulator/Project.build/Objects-normal/arm64/main.o /Users/myName/Desktop/Directory/ProjectDirectory/ios/SoloistProject/main.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ProjectName' from project 'ProjectNamet')
(1 failure)

I’ve traced these logs to

/bin/sh -c /Users/myName/Library/Developer/Xcode/DerivedData/ProjectName/Build/Intermediates.noindex/ProjectName.build/Debug-iphonesimulator/ProjectName.build/Script-69D64F18005AFB4242E0D453.sh bash: ./Pods/Target Support Files/Pods-ProjectName/expo-configure-project.sh: No such file or directory Command PhaseScriptExecution failed with a nonzero exit code

But I haven’t been able to figure out why the expo-configure-project.sh isn’t being automatically generated?

Has anyone seen this error before? Or have any idea how to fix? I’ve been struggling for multiple days now and haven’t gotten anywhere.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.