wit-ai / wit-ios

Wit.ai iOS client
Other
222 stars 71 forks source link

Warning fixes + CocoaPods clean up #10

Closed hactar closed 10 years ago

hactar commented 10 years ago

1) Currently if you clone your git repo in to a fresh repo, run pod install, open it and try to run it, you'll get errors relating to missing Pod files (you won't get this without a fresh clone because the Pod files are still there in your local directories so everything appears to work). Since the new version no longer depends on any Pods, no libPod.a is generated, and hence the project/workspace no longer works. At the time of writing cocoapods does not clean this up for you (http://stackoverflow.com/questions/21846522/cocoapods-not-creating-pods-xcconfig-on-pod-install, https://github.com/CocoaPods/CocoaPods/issues/1286). I've manually cleaned up the project so it builds again after a fresh clone.

2) Fixed a small warning in WitRecorder when WIT_Debug was set to 0.

hactar commented 10 years ago

BTW, are the tests supposed to be working? Cause I'm getting errors when trying to build those.

blandinw commented 10 years ago

Thanks for the contribution! I confirm that the tests need fixing.