-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Conversation
How is |
@1ec5 I don't know. I haven't successfully got the build to that point yet. It seems to be hanging on the first https://www.bitrise.io/build/2ec0b5f61e76c0ef Any ideas? |
Try nixing the package.sh invocation for now. Maybe the normal SDK build is interfering somehow? |
e3aa9ec
to
305823e
Compare
Nope. Still hangs. |
http://devcenter.bitrise.io/docs/step-hangs-times-out-after-a-period-without-any-logs-on-bitrise I guess I need to figure out how to get gyp to generate a scheme that's marked as "shared" when running |
Ah, in that case, check out platform/osx/scripts/test.sh ( |
Heh, wow, quite the hack. I was going to go with a slightly different approach, of checking in the |
If xcodebuild is able to use that scheme, then great! I’m all for finding alternatives to my hack. |
585709b
to
bf395c9
Compare
Well, it's successfully running the tests on iOS CI, but we can't see the output. 😢 |
87cef03
to
ea8cc82
Compare
The simulator does support output to a file descriptor, but I'm not sure if ios-sim supports it. If it doesn't, you could also log to a file and print that file in a subsequent step that runs unconditionally. |
ios-sim is supposed to handle that automatically. I discovered that there's a bug in the 3.1.1 version of ios-sim in homebrew which was fixed in 3.2.0. I submitted a homebrew pull request to upgrade. |
No description provided.