Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
-1 votes
1 answer
89 views

can I put my .a library from my objective-c project to my swift project with pods installed?

I have a library with .a format in my objective-c project. and I want to run it in my swift project that already installed cocoapods. my plan is I want to use that .a library and then convert my code ...
Qube's user avatar
  • 563
0 votes
1 answer
298 views

Decomplie objective-c .a library

I want to decompile a .a objective-c iOS library. I search to Google and the site and find a few post. Most useful one was below post: https://stackoverflow.com/a/2336679/1939409 According to the ...
Husein Behboudi Rad's user avatar
13 votes
2 answers
11k views

Create podspec to ship static library

I'm trying to ship a static library via cocoapods. I was given the library without any build directions right now its a drop in to my iOS app. I don't need to build the library for each application ...
JonMorehouse's user avatar
  • 1,383
1 vote
2 answers
1k views

run objective-c static library on Android

How I can run objective-c static library ".a" with iOS dependencies for Android application? Details: We have iOS project with objective-c framework (customized and haven't analogs on java). It should ...
D.K.'s user avatar
  • 1,375
-4 votes
2 answers
3k views

How can we get source from filename.a file and appname.ipa file in iphone.? [duplicate]

Possible Duplicate: Is it possible to reverse-engineer my iPhone application? How can I get the source code from the .ipa file? Is there any way to fetch out the source code from compiled (.a) ...
Prince Kumar Sharma's user avatar
1 vote
0 answers
937 views

How do I load libcocos2d.a (or any static library) into MacRuby?

I tried framework and require, both with paths, and got the same library not found message. I found an article on generating BridgeSupport files for static C libraries. I've never done this before, ...
johnrubythecat's user avatar