Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I'm writing a Cocoa Framework for iOS in Swift language. I need to add Objective-c static library inside this framework.
i referred - https://medium.com/swift-and-ios-writing/using-a-c-library-inside-a-swift-framework-d041d7b701d9
and follow the all the steps but not able to access the objective c library functions.
Getting Error -
could not build Objective-C module <'Framework_Name'>
<'HeaderFileName.h'> file not found
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
As title, I would like to make a basic library of math functions but I would like to know if user need my source code (.cs class) or just providing the .dll file and user adding it in references
The user only needs the Class Library (dll) and can add a reference to it in her own project
How to use a Class Library
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
Because of LLVM will it be possible to actually compile SWIFT code for use on another platform.
Of course you couldn't use the Apple only libraries, but just for generic code, does LLVM enable this, even if Apple wouldn't support it?
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I am learning objective-c and using xcode to develop a simple "single-view" app - so far I am dealing with the mainview.h and mainview.m and the xib files. My question is, I would like to create a class called "GetName" class, and put some methods in that class then call that class from my mainview.m?. How to do that in xcode and objective-c? Could you please give me a simple structure/example?
http://developer.apple.com
or
Xcode ➜ Menu ➜ Help ➜ Documentation and API Reference.
Or simply: ⌥⌘?
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I would like to add metadata to mp3 files in C/Objective-C (OS X).
I found several libraries (e.g. id3lib), but I have no clue on how to compile them.
Are there any tutorials on how you can do that? Is there any other framework for C/Objective-C to write ID3 tags to an MP3 file (song name, artist and coverart)?
Take a look at the id3lib Library Documentation. It provides a quick tutorial.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
It is possible to do that?
please give me a hint.
I would investigate ffmpeg, specifically libavcodec - this will allow you to convert static images in to a movie file (assuming you can get it to compile for iOS).
As far as adding to the iPod library is concerned, you aint going to be able to do that - you can read from the library from within an iOS app, but not write to it.