mike4aday / SwiftlySalesforce

The Swift-est way to build native mobile apps that connect to Salesforce.
MIT License
136 stars 43 forks source link

Even after successful pod install project does not run at all #51

Closed nishiarya closed 6 years ago

nishiarya commented 6 years ago

Hi,

I have created a blank project and successfully able to run pod 'SwiftlySalesforce' to download all the dependencies. All 5 dependencies download correctly and project workspace file created.

I opened workspace and did all setup in "Configure Your App Delegate for Salesforce also provided consumerKey and callback url" as per the instructions given in below link https://github.com/mike4aday/SwiftlySalesforce

Then i have tried to run the app, app did not get run due to the downloaded dependancies errors which cannot be fixed manually at developer side.

Please see attached screenshots for refrance screen shot 2017-11-28 at 1 06 48 pm screen shot 2017-11-28 at 1 09 14 pm screen shot 2017-11-28 at 1 09 59 pm screen shot 2017-11-28 at 1 36 45 pm

I have checked with both xcode versions 9.0 and 9.1. Alamofire errors Locksmith errors

I don't think we need to fix these errors manually.

Sample is running but through pod setup i am not able to use salesforce, instructions are waist if it can not work as expected.

I am blocked here now. Kindly provide me the solution so that i can attache latest Salesforce to my existing project through pods.

Thanks & Regards, Nishant Singh

mike4aday commented 6 years ago

@nishiarya The current version of Swiftly Salesforce is v6.0, and it has only 1 dependency, PromiseKit. It seems you're using a much older version, 2.2.0, correct? Please upgrade your Podfile to use the latest version.

nishiarya commented 6 years ago

Oh! My bad, Thanks for the update.