Closed jonnyleigh closed 4 years ago
+1 I've got the exact same error
Seems like an issue with the MSAL library. https://github.com/AzureAD/microsoft-authentication-library-for-objc/issues/269
Ok, I managed to get the MSAL library to build by editing the Cartfile to point to the master branch rather than the dev branch.
Contents of Cartfile:
github "AzureAD/microsoft-authentication-library-for-objc" "master"
I'll leave this here in case it's useful for someone else and also as an open bug as the instructions for this sample say to use the Dev branch. Someone at Microsoft should confirm and update the instructions.
Still facing the issue.
Please help me if anyone have solution. Carthage build going to be failed always. Xcode version is 9.4.1
Here is the Error in the log file:
The following build commands failed: CompileC /Users/kishorekankata/Library/Caches/org.carthage.CarthageKit/DerivedData/9.2_9C40b/microsoft-authentication-library-for-objc/7294d2a9865da914338456366b642c009e9695fc/Build/Intermediates.noindex/ArchiveIntermediates/MSAL\ (iOS\ Framework)/IntermediateBuildFilesPath/IdentityCore.build/Release-iphoneos/IdentityCore\ iOS.build/Objects-normal/armv7/MSIDAuthenticationSession.o src/webview/systemWebview/ios/MSIDAuthenticationSession.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure)
@kishorekankata I think @Jitenderios found a solution for carthage.
Closing this issue as outdated, but feel free to reopen.
Build is failing on my environment.
In that log file I find this:
Full log file: (https://github.com/Azure-Samples/active-directory-b2c-ios-swift-native-msal/files/1939494/carthage-xcodebuild.vFCjs4.log)
Thanks.