cancel
Showing results for 
Search instead for 
Did you mean: 

BTP IOS SDK - Regnerate Framework Classes

daniel_endres
Explorer
0 Kudos

Currently I am working on a SwiftUI App with a CAP based Backend which is based on a Project generated by the SAP BTP SDK for iOS Assistant. So in the development process there will be a lot of changes on both backend and frontend.

I wonder if there is a way to regenerate the ODataProxyClasses resulting in exactly the same like generated via the Assistant?

When generating with the assistant the newest version produces a FrameWork (which internally hold the public and internal folders). But when generating with the sapcpsdk-proxygenerator I will get a folder.

Is there a way to upgrade the framework or do i need to manually add the generated files to the Framework Package?

Accepted Solutions (0)

Answers (1)

Answers (1)

robinkuck
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi daniel.endres2,

the SAP BTP SDK for iOS offers a command line tool for proxy class generation based on OData metadata. You can check following page for more details: https://help.sap.com/docs/btp-sdk-ios/sap-btp-sdk-for-ios/proxy-classes#code-generation

BR, Robin