diff --git a/glean-core/ios/Glean.xcodeproj/project.pbxproj b/glean-core/ios/Glean.xcodeproj/project.pbxproj index 86ac699feb..8c50559073 100644 --- a/glean-core/ios/Glean.xcodeproj/project.pbxproj +++ b/glean-core/ios/Glean.xcodeproj/project.pbxproj @@ -774,6 +774,9 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); + "LIBRARY_SEARCH_PATHS[sdk=iphoneos*][arch=arm64]" = "../../target/aarch64-apple-ios/debug"; + "LIBRARY_SEARCH_PATHS[sdk=iphonesimulator*][arch=arm64]" = "../../target/aarch64-apple-ios-sim/debug"; + "LIBRARY_SEARCH_PATHS[sdk=iphonesimulator*][arch=x86_64]" = "../../target/x86_64-apple-ios/debug"; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.Glean; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; @@ -807,6 +810,9 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); + "LIBRARY_SEARCH_PATHS[sdk=iphoneos*][arch=arm64]" = "../../target/aarch64-apple-ios/release"; + "LIBRARY_SEARCH_PATHS[sdk=iphonesimulator*][arch=arm64]" = "../../target/aarch64-apple-ios-sim/release"; + "LIBRARY_SEARCH_PATHS[sdk=iphonesimulator*][arch=x86_64]" = "../../target/x86_64-apple-ios/release"; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.Glean; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; diff --git a/glean-core/ios/base.xcconfig b/glean-core/ios/base.xcconfig index 1de87f564a..54ed25f70a 100644 --- a/glean-core/ios/base.xcconfig +++ b/glean-core/ios/base.xcconfig @@ -1,4 +1,3 @@ #include "../../xcconfig/common.xcconfig" INFOPLIST_FILE = Glean/Info.plist -LIBRARY_SEARCH_PATHS = "../../target/universal/$(buildvariant)"