-
Xcode上ではテスト実行できるが、コマンドラインからテスト実行できない。
```Bash
$ xcodebuild -scheme HakoBus -configuration Debug -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6s" test
```
```Bash:error…
-
when use xcodebuild will get this message.
xcodebuild: error: unable to execute utility "/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild" because it requires a newer version of macOS.
…
-
➜ xcodes runtimes download "iOS 18.0"
Error: Runtime com.apple.dmg.iPhoneSimulatorSDK18_0 is missing source url. Downloading of iOS 18 runtimes are not supported. Please install manually see https://…
-
I am working on a fork of the SDK with some closed-source additions. I need the ability to deploy the SDK as a binary. So far I am using the pre-SPM version which I can compile using `xcodebuild archi…
-
**Describe the bug**
If I run Jazzy locally everything works fine with --xcodebuild-arguments. Example would be `jazzy --clean --min-acl private --xcodebuild-arguments -workspace,myApp.xcworkspace,-…
-
First of all, thanks for this great project!
I'm trying to build the binaries on macos but when I run `script/install_mac.sh` this step fails:
```
xcodebuild \
-project phaselimiter.xcodep…
-
From the docs:
> We figure out the the simulator destination for you automatically. Stop specifying fragile strings like platform=iphonesimulator,os=14.5,name=iPhone 12 that will break when Xcode upd…
-
### Description
My iOS builds started to break overnight with the following message (no more detail than this...):
`error Failed to build iOS project. We ran "xcodebuild" command but it exited wit…
-
```
mod_pagespeed_ap24 can't be compiled under mac osx. I have tried both make and
xcode project but ended up same issue. I first need to disable
instaweb_console (changing type to "none"), and th…
-
M1 iMac
XCode 13.4
Always throws error during build. Removing derived data doesn't fix it. Building directly in Xcode works fine, only happens in Xcodebuild. Removing STULabel lets build succeed.
…