Safari samesite none cookie added after login but we are facing the issue in post method.
While doing the post method cookie not getting into request header.And always sending the new cookie in the response header.
Safari not sending the cookie into request header with samesite none.
Kindly help me out.
Post
Replies
Boosts
Views
Activity
App is working in simulator.
But when i am doing archive for production IPA file.
That time i am getting 'Command CodeSign failed with a nonzero exit code'.
App signing and keychain access are valid in xcode.
I have tried code signing identity remove/add , certificate keychain access validation.
Below error message are getting -
CodeSign /Users/username/Library/Developer/Xcode/DerivedData/CvCare-gzbmawocpnufzmbznuhwulouslxo/Build/Intermediates.noindex/ArchiveIntermediates/CvCare/InstallationBuildProductsLocation/Applications/CvCare.app (in target 'CvCare' from project 'CvCare')
cd /Users/username/Cordova_workspace/TestingCvCare/CvCare/platforms/ios
Signing Identity: "Apple Distribution"
Provisioning Profile: "iOS_distribution_profile"
/usr/bin/codesign --force --sign --entitlements /Users/username/Library/Developer/Xcode/DerivedData/CvCare-gzbmawocpnufzmbznuhwulouslxo/Build/Intermediates.noindex/ArchiveIntermediates/CvCare/IntermediateBuildFilesPath/CvCare.build/Release-iphoneos/CvCare.build/CvCare.app.xcent --generate-entitlement-der /Users/username/Library/Developer/Xcode/DerivedData/CvCare-gzbmawocpnufzmbznuhwulouslxo/Build/Intermediates.noindex/ArchiveIntermediates/CvCare/InstallationBuildProductsLocation/Applications/CvCare.app
/Users/username/Library/Developer/Xcode/DerivedData/CvCare-gzbmawocpnufzmbznuhwulouslxo/Build/Intermediates.noindex/ArchiveIntermediates/CvCare/InstallationBuildProductsLocation/Applications/CvCare.app: No such file or directory
Command CodeSign failed with a nonzero exit code.
Kindly help me out.
Thanks,
Bal Mukund Kumar
Hi,
Getting error "undeclared identifier options" in NativeSettings.m while building in Xcode.
The application is a hybrid app packaged with Cordova.
We just changed the text values in "Info" tab for keys :
1.Privacy - Camera Usage Description
2.Privacy- Location when in use usage Description.
Previously it was working fine.
What could be the possible root cause for this error?
Regards,
Reshma
Hi,
Creating a new development profile and downloading to macbook. When the downloaded dev profile is double clicked it is not getting added to keyChain access.
We are on XCode11 and Mac os version is 11.3.1
Do let us know if we are missing any step.
Regards,
Nitesh
Hi,From my app, I am trying to load a HTTP site (http://m.tata-daewoo.com/) in a webview. I have configured my app’s info.plist file and added this site to ExceptionDomains in ATS with NSTemporaryExceptionAllowsInsecureHTTPLoads set to true.<key>NSAppTransportSecurity</key> <dict> <key>NSExceptionDomains</key> <dict> <key>m.tata-daewoo.com</key> <dict> <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key> <true/> </dict> </dict></dict>Still I'm unable to open this HTTP site from my app. I also treid using NSAllowsArbitraryLoadsInWebContent set to true, while removing ExceptionDomains. But that didn't work too.I also tried running this command in terminal.nscurl --ats-diagnostics --verbose http://m.tata-daewoo.comBut the Result is FAIL in all cases.Any idea what can be done to get this working?Thanks & Regards,Suman