iOS Question Generate xcarchive

RAFA BRAVO

Active Member
Licensed User
Longtime User
My company asks me to upload an xcarchive to github so that the signed .ipa file can be generated.

I'd like to develop with b4i. Can I generate the project with b4i and open it with Xcode just to generate xcarchive?

Or is the project generated by b4i not valid for this process?
Thanks
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
B4i creates a regular Xcode project and then invokes the command line xcodebuild tool to build the IPA. You can open the project with Xcode and do whatever you need, in fact I use it quite a lot during debugging of B4i.

It is easier to start with a simulator release build as you don't need to fight with the certificates.
 
Upvote 0
Top