Closed rahulom closed 7 months ago
any suggestion? @wmathurin
Finally everything is working. I simply removed this plugin and implimented the custom Oauth flow.
Fix for this on Mobile SDK discussion forum https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000JgC8FSAV
I'm also running into Xcode archive issues with SDK 10.2.0, Xcode 14 + modern build system, anyone have a workaround for now?
@jake-moritz-trifecta We are still working on incorporating the fix directly, but the link above (https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000JgC8FSAV) has some steps that has worked for others in the meantime. Could you give that a try and see if those steps work for you as well?
Thanks for the fast reply! I have already updated my build scripts to remove libCordova.a from linked binaries and remove CordovaLib from the target dependencies as mentioned in the link. This has allowed my local Xcode builds and archives to work properly.
As part of my testing of these changes, I tried to upload my app's .ipa file to App Store Connect. I am getting these errors, which I haven't gotten before:
This is a screenshot from Transporter for Mac. I received the same error messages when trying to deliver the .ipa file using Fastlane.
A number of changes have taken place since the issue was first opened. Please re-open the issue if it still persists on the latest version of Mobile SDK (12.0).
The xcode is throwing an error while archiving the build. Derived data error is throwing by the xcode. The application running fine in simulator and devices. I tried to remove an extra Images.xcassets from Build Faces->Copy bundle resources -But still the issue not resolved.
Cordova Info---
Cordova Packages:
Project Installed Platforms:
Project Installed Plugins:
Environment:
ios Environment:
Xcode 14.0 Build version 14A309
Project Setting Files:
<?xml version='1.0' encoding='utf-8'?>
--- Start of Cordova JSON Snippet --- { "platforms": [ "ios" ], "plugins": { "com.salesforce": {}, "cordova-plugin-device": {}, "cordova-plugin-file-opener2": {}, "cordova-plugin-file": {}, "cordova-plugin-inappbrowser": {}, "cordova-plugin-statusbar": {} } } --- End of Cordova JSON Snippet ---