Skip to content
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

Suppress AddressBook related warnings when building against iOS 9.0 #113

Merged
merged 1 commit into from Dec 4, 2015

Conversation

danthorpe
Copy link
Member

No description provided.

@codecov-io
Copy link

Current coverage is 63.88%

Merging #113 into development will not affect coverage as of b3dc084

@@            development    #113   diff @@
===========================================
  Files                48      48       
  Stmts              3353    3353       
  Branches              0       0       
  Methods                               
===========================================
  Hit                2142    2142       
  Partial               0       0       
  Missed             1211    1211       

Review entire Coverage Diff as of b3dc084

Powered by Codecov. Updated on successful CI builds.

@danthorpe
Copy link
Member Author

Output from Carthage now looks like...

*** Fetching Operations
*** Checking out Operations at "b3dc08476b137322839e668d9c43fbf051a7f901"
*** xcodebuild output can be found in /var/folders/6j/9k2drdbs1fv9fw5d6wng5yzh0000gn/T/carthage-xcodebuild.BZ5ckd.log
*** Building scheme "Operations-OSX" in Operations.xcodeproj
*** Building scheme "Operations-tvOS" in Operations.xcodeproj
*** Building scheme "Operations-watchOS" in Operations.xcodeproj
*** Building scheme "Operations-iOS" in Operations.xcodeproj
*** Building scheme "Operations-iOS-Extension" in Operations.xcodeproj

Partly the reason for this was also that the deployment target of the extension framework was set to 9.0 which is wrong, as we should still be supporting 8.0 - whoops!

danthorpe added a commit that referenced this pull request Dec 4, 2015
…arnings

Suppress AddressBook related warnings when building against iOS 9.0
@danthorpe danthorpe merged commit 34dc55d into development Dec 4, 2015
@danthorpe danthorpe deleted the feature/OPR-111_address_book_warnings branch December 5, 2015 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants