-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Issue]: Azure Devops Pipeline fail for Flutter iOS app #116
Comments
Hi, you can see the issue is with the provisioning profile
|
@hey24sheep I have checked the provisioning profile. It is same I am using when building on Xcode. but in pipeline it fails. |
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. |
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 |
Dupe issue #119 |
@komalkhatri08 can you check this #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
The text was updated successfully, but these errors were encountered: