From cdbda29d22f5e5f00b60cd90ce977a921fe4e783 Mon Sep 17 00:00:00 2001 From: Kevin Johnson Date: Fri, 3 Jan 2025 16:15:47 -0500 Subject: [PATCH] Fix building example project for iOS #322 --- example/viam_example_app/ios/Flutter/Debug.xcconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/example/viam_example_app/ios/Flutter/Debug.xcconfig b/example/viam_example_app/ios/Flutter/Debug.xcconfig index 20ca87dee47..ec97fc6f302 100644 --- a/example/viam_example_app/ios/Flutter/Debug.xcconfig +++ b/example/viam_example_app/ios/Flutter/Debug.xcconfig @@ -1 +1,2 @@ #include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" +#include "Generated.xcconfig"