I downloaded the StackMob iOS SDK
. I can compile StackMob-v.1.4.0
from source to use in an iOS project (which was cool), but I'd really like to see if I can get it running on OS X. Looking through the github issue tracker, it looks like some fixes were put in to allow it to build for OS X.
The source consists of a workspace with the iOS-sdk
and a cocoapods proj
.
I tried changing:
Targets > StackMob-iOS-SDK > Base SDK to 10.8
Targets > StackMob-iOS-SDK > Architecture to Standard (64)
I removed occurrences of UIKit with AppKit, MobileCoreServices with CoreServices.
https://github.com/stackmob/stackmob-ios-sdk
I'm super lost at the moment, if anyone could point me in the right direction in getting the project to compile to OSX, that would be great.
Thanks! Matt