This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 261
fix build #13
Open
ydogs
wants to merge
5
commits into
WhiteHouse:master
Choose a base branch
from
ydogs:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fix build #13
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- fix remaining references to older versions of libUAirship - remove broken reference to FacebookSDK.framework - remove unnecessary references to libUAirship-1.3.3a and the google analytics library and facebook deprecated headers folders from the Frameworks group - add the facebook-ios-sdk and google analytics library directories to the header and library search paths - add libUAirship-1.3.3, libfacebook_ios_sdk.a, and libGoogleAnalytics.a to the target's Link Binary With Libraries build phase
I can't build project for facebook.h problem. I've build all but it not works! |
Someone please execute get ymdk's fixes into this project so that people can actually build and run. |
These fixes helped me a lot. BTW: ymdk were you able to get this working completely, storyboards and all? Do you know of any examples of apps based on this in the marketplace? |
Added details on search functionality.
@DavidBurch, yes I was able to get this working. Haven’t seen any apps based on this, except the actual white house one (https://appsto.re/i6Fn63j). If you want to try it out with the same feeds, just change 'example.com' to 'whitehouse.gov' in config.json and it will work! |
-bash: cd: libs/facebook: No such file or directory |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
analytics library and facebook deprecated headers folders from the
Frameworks group
to the header and library search paths
libGoogleAnalytics.a to the target's Link Binary With Libraries build
phase