File tree Expand file tree Collapse file tree
.github/actions/setup-xcode Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,15 @@ inputs:
44 xcode-version :
55 description : " Xcode version to use"
66 required : false
7- default : " 16.2 .0"
7+ default : " 16.4 .0"
88
99runs :
1010 using : " composite"
1111 steps :
1212 - uses : maxim-lobanov/setup-xcode@v1
1313 with :
1414 xcode-version : ${{ inputs.xcode-version }}
15+
16+ - name : Download iOS Platform
17+ run : xcodebuild -downloadPlatform iOS
18+ shell : bash
Original file line number Diff line number Diff line change 7373 "14002" : " Upload failed" ,
7474 "15000" : " AI token limit exceeded. Please try again later." ,
7575 "15001" : " You are not allowed to access AI chat" ,
76+ "15002" : " AI attachment file limit exceeded. Please try again later." ,
7677 "16000" : " MCP OAuth error" ,
7778 "16001" : " MCP discovery error" ,
7879 "16002" : " MCP service not found" ,
You can’t perform that action at this time.
0 commit comments