We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf3fe6 commit 1ba1061Copy full SHA for 1ba1061
2 files changed
.github/workflows/ios-sdk-ci.yml
@@ -19,6 +19,8 @@ jobs:
19
with:
20
ruby-version: 3.0.7
21
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
22
+ - name: Select Xcode 26.0
23
+ run: sudo xcode-select --switch /Applications/Xcode_26.0.app/Contents/Developer
24
25
sdk-tests:
26
name: "SDK Tests"
OptableSDK.xcodeproj/project.pbxproj
@@ -462,6 +462,7 @@
462
isa = XCBuildConfiguration;
463
buildSettings = {
464
CODE_SIGN_STYLE = Automatic;
465
+ DEVELOPMENT_TEAM = "";
466
INFOPLIST_FILE = Tests/Info.plist;
467
LD_RUNPATH_SEARCH_PATHS = (
468
"$(inherited)",
0 commit comments