bazel and iOS project #25373
Unanswered
alibekcode222
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't know what to do with that error, I tried to solve this by creating custom BUILD file for my new target, update main build file
ProcessInfoPlistFile /Users/user/Library/Developer/Xcode/DerivedData/Telegram-dyqgmjuhvfhusbcseerobicvpnec/Build/Products/Debug-iphoneos/keyboard.appex/Info.plist /var/tmp/_bazel_user/c39625c6d9b4ed7452cff96d7d7b7cec/rules_xcodeproj.noindex/build_output_base/execroot/main/keyboard/Info.plist (in target 'keyboard' from project 'Telegram')
cd /var/tmp/_bazel_user/c39625c6d9b4ed7452cff96d7d7b7cec/rules_xcodeproj.noindex/build_output_base/execroot/main
builtin-infoPlistUtility /var/tmp/_bazel_user/c39625c6d9b4ed7452cff96d7d7b7cec/rules_xcodeproj.noindex/build_output_base/execroot/main/keyboard/Info.plist -producttype com.apple.product-type.app-extension -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/user/Library/Developer/Xcode/DerivedData/Telegram-dyqgmjuhvfhusbcseerobicvpnec/Build/Products/Debug-iphoneos/keyboard.appex/Info.plist
error: Build input file cannot be found: '/var/tmp/_bazel_user/c39625c6d9b4ed7452cff96d7d7b7cec/rules_xcodeproj.noindex/build_output_base/execroot/main/keyboard/Info.plist'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'keyboard' from project 'Telegram')
Beta Was this translation helpful? Give feedback.
All reactions