iosdevzone / IDZPrecompiledOgg

libogg compiled for iOS armv7, armv7s, arm64, i386, x86_64
Other
31 stars 6 forks source link

El Capitan issue: Linked to precompiled Ogg.Framework for Mac app. #6

Closed blnked closed 8 years ago

blnked commented 8 years ago

Any help to solve issue: ..../IDZPrecompiledOgg/Ogg.framework/Ogg(framing.o), building for OSX, but linking in object file built for iOS, for architecture x86_64

Thanks

iosdevzone commented 8 years ago

This project is for iOS, not OS X.

blnked commented 8 years ago

thanks for quick reply. I used yours projects (like IDZPrecompiledFLAC and IDZPrecompiledOgg) for IOS app and have been hope to use for Mac app.

iosdevzone commented 8 years ago

I never thought of making the scripts work for OS X as you can build the source directly with a few commands or you can use homebrew (See: http://brew.sh) to install binaries.

In either of these cases, using the library is not quite as easy since it is not packaged as a framework, so you may need to set you library and header search paths appropriately.

Maybe I should try to tweak the scripts... Won't be something I'll get to in the next few days though. Sorry!

blnked commented 8 years ago

You're right (for OS X more easier) thank you for your thoughts and direction