You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every last thing failed. Cocoapods crashed, so I tried building the framework instead. That crashed because of the unable to create framework from AZSClient #98 issue; a workaround on that thread got to where it could build the framework. I dragged the framework folder into my application, and could not build because of an error 'compiling for iOS but the framework is built for iOS and iOS simulator'. I found a workaround online to set the build setting "Validate Workspace" to Yes, but now I get an error:
Please try again later.
Failed to load Info.plist from bundle at path /var/db/appinstalld/Library/Caches/com.apple.mobile.installd.staging/temp.reCbvg/extracted/WritingDesk.app/Frameworks/AZSClient.framework; Extra info about "/var/db/appinstalld/Library/Caches/com.apple.mobile.installd.staging/temp.reCbvg/extracted/WritingDesk.app/Frameworks/AZSClient.framework/Info.plist": Couldn't stat /var/db/appinstalld/Library/Caches/com.apple.mobile.installd.staging/temp.reCbvg/extracted/WritingDesk.app/Frameworks/AZSClient.framework/Info.plist: No such file or directory
Have you found a mitigation/solution?
Yes, I have decided to re-write the app to use AWS instead of Azure
The text was updated successfully, but these errors were encountered:
Which version of the SDK/iOS was used?
iOS 15.0, Xcode 13.1, Swift
What problem was encountered?
Every last thing failed. Cocoapods crashed, so I tried building the framework instead. That crashed because of the unable to create framework from AZSClient #98 issue; a workaround on that thread got to where it could build the framework. I dragged the framework folder into my application, and could not build because of an error 'compiling for iOS but the framework is built for iOS and iOS simulator'. I found a workaround online to set the build setting "Validate Workspace" to Yes, but now I get an error:
Please try again later.
Failed to load Info.plist from bundle at path /var/db/appinstalld/Library/Caches/com.apple.mobile.installd.staging/temp.reCbvg/extracted/WritingDesk.app/Frameworks/AZSClient.framework; Extra info about "/var/db/appinstalld/Library/Caches/com.apple.mobile.installd.staging/temp.reCbvg/extracted/WritingDesk.app/Frameworks/AZSClient.framework/Info.plist": Couldn't stat /var/db/appinstalld/Library/Caches/com.apple.mobile.installd.staging/temp.reCbvg/extracted/WritingDesk.app/Frameworks/AZSClient.framework/Info.plist: No such file or directory
Have you found a mitigation/solution?
Yes, I have decided to re-write the app to use AWS instead of Azure
The text was updated successfully, but these errors were encountered: