jhurt / FLACiOS

Xcode project to create a fat binary libFLAC framework for use in iOS apps
BSD 2-Clause "Simplified" License
60 stars 20 forks source link

tvOS support #4

Open EdgarPost opened 8 years ago

EdgarPost commented 8 years ago

Building and integrating in another project for iOS works like a charm, but I am trying to build this framework for tvOS and it's failing on this error message:

xcodebuild: error: SDK "iphoneos9.1" cannot be located. Command /bin/sh failed with exit code 64

I do not have a lot of experience with xcode, so it's all a bit of trial and error, but the steps I am currently taking are:

screen shot 2016-01-16 at 11 29 18

Not sure whether or not this is a bug or that I am missing something important..

Thanks a lot!

jonnyijapan commented 5 years ago

@EdgarPost

Still a work in progress, but I got it to build for tvOS https://github.com/jonnyijapan/FLACiOS/pull/1 It's just the .a file so far. Maybe a fat framework can be fixed later - I won't exactly need it for now so I might not try to fix that anytime soon.