Questions tagged [xcode-plugin]

13 questions
4
votes
0 answers

xcode9 requires a provisioning profile

I am using xcode plugin (version 2.0.1) with jenkins to generate our builds for multiple targeted app. With Xcode 9, our jenkins build configuration is able to generate the archive but fails to create the ipa. The error message is as…
Ron
  • 389
  • 1
  • 4
  • 16
4
votes
0 answers

Jenkins Xcode Plugin v 2.0.0 weird behavior

In "General build settings" of Jenkins Xcode Plugin version 2.0.0, I have not checked the box against "Generate Archive?" field, but when I run the build job it takes "archive:YES" always. Log as below:- Going to invoke xcodebuild:target:…
Sagar
  • 197
  • 1
  • 9
3
votes
2 answers

How to remove fabric plugin from xcode / mac

I have installed the fabric plugin as a part of twitter application integration. then fabric app is getting crashed every time. so can anyone tell me how can i uninstall FABRIC plugin completely so i can start again the complete procedure. Any help…
Wolverine
  • 4,264
  • 1
  • 27
  • 49
2
votes
0 answers

jenkins with iOS

I am new to jenkins and I refer 4-5 links for integration jenkins with my iOS project. Right now I got successfully retrive repo from gitlab and after that pod installation is completed. Now, as a configure xcode build configuration, it will give me…
Jenish
  • 477
  • 5
  • 20
2
votes
2 answers

Fail an Xcode build on Jenkins if there are Xcode warnings

We've got a Swift iOS project building on Jenkins, using the Xcode plugin. In the project we're using SwiftLint to validate our code syntax, which produces Xcode warnings or errors if code syntax is incorrect (e.g. if you write something like let…
Jon Cox
  • 10,622
  • 22
  • 78
  • 123
1
vote
1 answer

Jenkins xcode plugin wrongly reports that no developer profile was configured

I would like to use the Jenkins Xcode Plugin to build and sign my application in an automated fashion. As per the aproriate instructions I uploaded a valid developer profile as a Jenkins credential. In a sample freestyle project I then added the…
E Y
  • 281
  • 2
  • 11
1
vote
1 answer

How to pass the provisioning profile name in xcodebuild command?

I want to fully automize the build option to generate archive and iPA through command line tools i.e xcodebuild. Problem facing :- I am generating the archive using xcodebuild -schme XYZ -archivePath .../XYZ.xcarchive archive. Question :- The…
Kapil_A
  • 125
  • 2
  • 15
0
votes
0 answers

Failed to load optimized model at path '~/WebPortalDB.momd/WebPortalDB 9.omo' and /Database.momd/OsiriXDB_DataModel.omo

I'm stuck on this problem. Through XCode I created my plugin but once I run it, it opens Osirix without the created plugin giving me this error in the figure. How can I fix? The OsiriXDB_DataModel.omo file which fails to load is present in the given…
0
votes
3 answers

Build passes even on failing test cases in Jenkins

Some of the steps that i have done are described below: Setup Jenkins on remote linux server. Used own mac as a slave to run Xcode build I have setup a Web hook on bitbucket that runs a build on Jenkins server. Build gets triggered when i push…
user6398734
0
votes
2 answers

jenkins build iOS project error about 'no certificat matching .....'

My jenkins build iOS project by xcode-plugin. jenkins and xcode7 building project is ok, but xcode8 error: my project configuration : I had try archive project (Debug) on xcode with this config, everything is ok. but jenkind build failed!! next I…
weijia.wang
  • 2,088
  • 2
  • 18
  • 32
0
votes
1 answer

Missing failure tags in Jenkins test report

The test reports (**/test-results/*.xml) produced during a Jenkins run does not contain any failure tags for the failing tests. The testsuite tag however acknowledges the failing tests and provides…
PistolPete
  • 766
  • 3
  • 10
  • 25
0
votes
1 answer

NCSimulatorPlugin - Does not seems to work

Has anyone tries using NCSimulatorPlugin? I installed the plugin and I can see it inside ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins. But when I quit and relaunched Xcode and run my app on simulator I do not see shortcut to see…
Abhinav
  • 37,684
  • 43
  • 191
  • 309
-1
votes
1 answer

Embed XCode(8) editor for Swift

I am creating an application which besides everything else must display Swift (and ObjectiveC) source code, with code highlighting, inspections, compiler warning and errors. Is there a way to reuse the XCode functionality which does that? Any…
voddan
  • 31,956
  • 8
  • 77
  • 87