Post

Replies

Boosts

Views

Activity

Reply to What is wrong with this Model ?
the json is : { "Return": { "Summary": { "AvailableBalanceTotal": 1791381.19, "CurrentBalanceTotal": 0 }, "Accounts": [ { "AccountType": "D", "AccountNumber": "17228676", "AccountDescription": "Corporate Checking Foreign", "AccountProductCode": "56", "AvailableBalance": 1791381.19, "CurrentBalance": 0, "HoldAmount": 0 } ] }, "Success": true }
Topic: Programming Languages SubTopic: Swift Tags:
Jul ’23
Reply to How to Migrate iOS Aplication api
The new api is already ready, and returns the new model all changed, my concern is to take the path of changing the structure of recording and reading of the coredata, and it is an impossible job to complete, changing the names of the fields everywhere , this counting that I can only test it at the end, which can be complicated later to correct all the errors.
Topic: Programming Languages SubTopic: Swift Tags:
Feb ’23
Reply to What is wrong with this Model ?
the json is : { "Return": { "Summary": { "AvailableBalanceTotal": 1791381.19, "CurrentBalanceTotal": 0 }, "Accounts": [ { "AccountType": "D", "AccountNumber": "17228676", "AccountDescription": "Corporate Checking Foreign", "AccountProductCode": "56", "AvailableBalance": 1791381.19, "CurrentBalance": 0, "HoldAmount": 0 } ] }, "Success": true }
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to How to Migrate iOS Aplication api
The new api is already ready, and returns the new model all changed, my concern is to take the path of changing the structure of recording and reading of the coredata, and it is an impossible job to complete, changing the names of the fields everywhere , this counting that I can only test it at the end, which can be complicated later to correct all the errors.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to Command CodeSign failed with a nonzero exit code
In my case, this was caused because I copy the project from another macbook, and somehow it brought together some certificates, and building the project xcode was crashing with this error, so I clone the project again from the git, and all works fine.
Replies
Boosts
Views
Activity
Feb ’23