-
Notifications
You must be signed in to change notification settings - Fork 179
Description
Describe the bug
When i trying to build the app itt fails with error "error: no such file or directory: '(' (in target 'ReadiumGCDWebServer' from project 'Pods')"
The full error is:
Xcode build... error: no such file or directory: '(' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: ',' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: ')' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: 'NO' (in target 'ReadiumGCDWebServer' from project 'Pods') error: the following command failed with exit code 1 but produced no further output ScanDependencies .../Build/Intermediates.noindex/ArchiveIntermediates/boranativescript/IntermediateBuildFilesPath/Pods.build/Debug-iphoneos/ReadiumGCDWebServer.build/Objects-normal/arm64/ReadiumGCDWebServer_vers.o .../Build/Intermediates.noindex/ArchiveIntermediates/boranativescript/IntermediateBuildFilesPath/Pods.build/Debug-iphoneos/ReadiumGCDWebServer.build/DerivedSources/ReadiumGCDWebServer_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: '(' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: ',' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: ')' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: 'NO' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: '(' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: ',' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: ')' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: 'NO' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: '(' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: ',' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: ')' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: 'NO' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: '(' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: ',' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: ')' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: 'NO' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: '(' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: ',' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: ')' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: 'NO' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: '(' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: ',' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: ')' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: 'NO' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: '(' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: ',' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: ')' (in target 'ReadiumGCDWebServer' from project 'Pods') error: no such file or directory: 'NO' (in target 'ReadiumGCDWebServer' from project 'Pods') warning: Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'MDFInternationalization' from project 'Pods') warning: no rule to process file '.../Pods/FirebaseMessaging/FirebaseMessaging/Sources/Resources/PrivacyInfo.xcprivacy' of type 'text.xml' for architecture 'arm64' (in target 'FirebaseMessaging' from project 'Pods') note: Disabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-O, expected -Onone (in target 'boranativescript' from project 'FOO') note: Run script build phase 'NativeScript PreLink' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'FOO' from project 'FOO') note: Run script build phase 'NativeScript PreBuild' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'FOO' from project 'FOO') note: Run script build phase 'NativeScript PostBuild' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'FOO' from project 'FOO')
How to reproduce?
Just trying to build the app
Readium version
3.1.0
OS version
IOS 18.3.1
Testing device
Iphone 12
Environment
macOS: 15.3.1
Xcode: 16.2Additional context
No response