iOS Question Where is the objective c code that represents my developement?

miguelconde

Member
Licensed User
Longtime User
Hello, im not an ios developer and i have some troubles trying to export my b4i proyect to xcode.
When i try to open the objective c code that is hosted in Object/src/B4iProyect in Xcode (i need to do this in order to respond to a request of the client) i got a message that says that there are some missing libs.

Where is the full objective c code?
How i can export all my code in order that dont get that warning?

Its being really complex to me properly get this process to work for my lak o knowledge and time to learn it

Thanks in advance
 
Last edited:

miguelconde

Member
Licensed User
Longtime User
Note that you shouldn't distribute these libraries without permission.
Is not for distribution purpouses! I need to compile my code in xcode because the client want to use his keystores, he uses xcode and he dont want to share them. I personally going to be in the process to guarantee no copyright problems with the libreries.
Thank you in advance.
Note that in the zip file im not getting those libreries, all i get is a payload directory
 
Upvote 0
Top