Open komalkhatri08 opened 9 months ago
Hi, you can see the issue is with the provisioning profile No profiles for 'com.ericsson.isf' were found:
. Please go through the links once, you will find your solution I am sure. This issue has been solved multiple times here.
@hey24sheep I have checked the provisioning profile. It is same I am using when building on Xcode. but in pipeline it fails. Will go through above links given by you and get back if any progress. Thanks a lot for your reply :)
The problem is not that your profile is same, the problem is that it's not found by the build pipeline.
ok I have tried all solution and I was able to build the iOS Archive and Runner.app using Xcode extension and Flutter build extension of Alois Deniel . But when. I use Flutter build extension of hey24sheep it gives me same above error. Also I have a query when I m using development certificate in azure pipeline will it make ipa?
This extension is based and updated on on top of his extension only. You can use his if that works for you. Also it will build the IPA if you provide the build command as the IPA when selecting the build type
@komalkhatri08 can you check this https://github.com/hey24sheep/azure-flutter-tasks/issues/119 issue once
@komalkhatri08 Close this issue in case it's solved, otherwise I will close this issue soon
In my case I had a line in my project.pbxproj. Under release XCBuildConfiguration I had a line defined "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";. I just replaced "iPhone Developer" with "" (empty string) and then it worked. Because the signing identity was development and the config was run on distribution it conflicted in the build.
New issue checklist
Task name
Xcode build
Task version
No response
Issue Description
I am trying to build pipeline for my flutter iOS . Below is my yaml file . I have updated my provisioning certificates and p12 certificates. Also on my Xcode the build is success using command -
xcodebuild -sdk iphoneos -configuration Release -workspace iOS/Runner.xcworkspace -scheme Runner build -verbose CODE_SIGN_STYLE=Automatic DEVELOPMENT_TEAM=EG2ML2NW5A
Also tried running flutter build. end up with same issue.
But it does not work in pipeline. I am stuck in this for 5 days.
Kindly help me with this. Ask me anything else u need .
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
Mac OS
Relevant log output
Full task logs with system.debug enabled
Repro steps
No response