-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix build error with xcode 9 #34
Conversation
yongpingchen
commented
Feb 7, 2018
•
edited
Loading
edited
- fixed xib file to build for iOS 8.0 or later
- fixed appledoc build failure.
- remove appledoc binary
- use latest appledoc
- fixed document warning caused appledoc build failure.
- GHUnit was deprecated, so skip the test in CI.
- ios-sim launch GHUnit test app, even the tests finished, the command can not exit. (GHUnit tests do not execute automatically ios-control/ios-sim#201)
- all of the tests were passed. (already check locally)
- use latest appledoc of local machine - fix an apple doc warning which caused geneate doc to exit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have checked ios-control/ios-sim#201 but I could not find why ios-sim command does not exits.
Could you explain detail of it?
|
||
dependencies: | ||
pre: | ||
- brew install ios-sim | ||
- ios-sim showdevicetypes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need ios-sim showdeivetypes
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
want to confirm the list of supported device in circle ci. Since the list is different with local ones.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see.
Can you remove this?
@shinsuke-nara
|
photocolle-iOSSDK/photocolle-sdk/Makefile Line 34 in f81a981
In develop branch, we use |
develop branch already fixed it. We decide to close it |