andrew-levy/react-native-safari-extension

CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler during eas build

Closed this issue · 1 comments

I'm able to build the project locally via expo run:ios, but whenever I run eas build, it fails on the fast lane step with

`CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler

error: Build input file cannot be found: '/Users/andrewlevy/exampleApp/ios/exampleAppExtension/SafariWebExtensionHandler.swift' (in target 'exampleAppExtension' from project 'exampleApp')`

oh i figured out what's wrong. was using an absolute path which doesn't exist in the cloud. PR coming soon