diff --git a/components/resources/demo/iosApp/Podfile b/components/resources/demo/iosApp/Podfile index aff9c517b2..b0020795ae 100644 --- a/components/resources/demo/iosApp/Podfile +++ b/components/resources/demo/iosApp/Podfile @@ -2,4 +2,5 @@ target 'iosApp' do use_frameworks! platform :ios, '14.1' pod 'shared', :path => '../shared' + project 'iosApp.xcodeproj' end \ No newline at end of file