diff --git a/templates/iphone/PROJ.xcodeproj/project.pbxproj b/templates/iphone/PROJ.xcodeproj/project.pbxproj index 4896e6ed0..9d87f4c30 100644 --- a/templates/iphone/PROJ.xcodeproj/project.pbxproj +++ b/templates/iphone/PROJ.xcodeproj/project.pbxproj @@ -395,6 +395,11 @@ "\"$(SRCROOT)/::APP_FILE::/lib/i386-debug\"", "\"$(SRCROOT)/::APP_FILE::/lib/i386\"", ); + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + ::foreach frameworkSearchPaths:: "::__current__::", + ::end:: + ); OTHER_LDFLAGS = ( ::foreach ndlls:: "-l::name::", ::end:: @@ -428,6 +433,11 @@ "$(inherited)", "\"$(SRCROOT)/::APP_FILE::/lib/i386\"", ); + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + ::foreach frameworkSearchPaths:: "::__current__::", + ::end:: + ); OTHER_LDFLAGS = ( ::foreach ndlls:: "-l::name::", ::end::