Closed mbondoso closed 3 years ago
Are you seeing this issue only on MSAL, or on other libraries. Thanks.
Msal is our only lib dependency so yes.
Thanks for clarification. I'd recommend opening this issue in Carthage: https://github.com/Carthage/Carthage Do you see any specific MSAL error in Carthage output?
@oldalton Yes, this happens in the copy frameworks build phase. I've removed the copy frameworks step but now I get this: ITMS-90338: Non-public API usage - The app references non-public selectors in XXXX: idToken, initWithParentViewController:, removeAccount:error:. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed.
Closing as duplicate of above stated issue
Hi, when trying to archive the app, I am getting this error:
A shell task (/usr/bin/xcrun lipo -remove x86_64 -output /var/folders/gk/yy0jdqss6q9g2cbg50vr77w00000gn/T/TemporaryItems/(A\ Document\ Being\ Saved\ By\ carthage\ 108)/carthage-lipo-zffIFN/MSAL.framework.dSYM/Contents/Resources/DWARF/MSAL /var/folders/gk/yy0jdqss6q9g2cbg50vr77w00000gn/T/TemporaryItems/(A\ Document\ Being\ Saved\ By\ carthage\ 108)/carthage-lipo-zffIFN/MSAL.framework.dSYM/Contents/Resources/DWARF/MSAL) failed with exit code 1:
Showing Recent Messages fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: input file (/var/folders/gk/yy0jdqss6q9g2cbg50vr77w00000gn/T/TemporaryItems/(A Document Being Saved By carthage 108)/carthage-lipo-zffIFN/MSAL.framework.dSYM/Contents/Resources/DWARF/MSAL) must be a fat file when the -remove option is specified
Command PhaseScriptExecution failed with a nonzero exit code
Has anyone been able to surpass this?