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
{{ message }}
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
Describe the bug
Hi guys, thanks for this package.
I'm having some issues when submitting our Xamarin app to App Store connect. When adding this NuGet to your iOS, we get the following response from Apple:
"ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it."
I'm using the latest public version of Xcode (12.4) to build from VS for Mac (8.8.7 build 18). I don't know much about this SwiftSupport, other than what a few quick searches can tell me. Do you have any suggestions or pointers?
Note: Currently I have been using version 4.9.0.13, as I'm getting a linker error when trying to use your latest version (4.9.0.14). I don't know if upgrading would help with my issue. Are there any flags that has to be added with the latest version?
error MT5209 : Native linking error : clang: error: no such file or directory: '<project_root>/obj/iPhone/Debug/device-builds/iphone11.8-14.4/mtouch-cache/iOSDFULibrary'
clang : error : no such file or directory: '<project_root>/obj/iPhone/Debug/device-builds/iphone11.8-14.4/mtouch-cache/iOSDFULibrary'
MTOUCH : error MT5201: Native linking failed.