SICSoftwareGmbH / sicci_for_xcode

SICCI for Xcode: a Jenkins plugin to build, test... your iOS and OS X projects
http://wiki.jenkins-ci.org/display/JENKINS/SICCI+for+Xcode+Plugin
GNU General Public License v3.0
24 stars 8 forks source link

Selecting "SICCI for Xcode" as a build step does nothing in Safari #8

Open coconitro opened 13 years ago

coconitro commented 13 years ago

When I select "SICCI for Xcode" in the "Add build step" menu nothing happens. I can see in my browser a request being made but the page does not update with the appropriate build options. This is on Mac OS X 10.6.7 in the latest Safari 5.0.4.

bbiallowons commented 13 years ago

Could you tell me your Jenkins' version and the version of SICCI for Xcode you're using? I tried to figure it out, but i got no problems on 10.6.6 (10.6.7 is release yet hm?) and Safari 5.0.4.

coconitro commented 13 years ago

Jenkins version 1.406 SICCI version 0.8

10.6.7 has been out for a couple of weeks now IIRC.

bbiallowons commented 13 years ago

That seems to be bug since 1.406, will be fixed as soon as possible

bbiallowons commented 13 years ago

i just added a prerelease of 0.0.9 here in this project's download section, could you try if this fixes your problem?

coconitro commented 13 years ago

0.0.9 fixes this issue. Thanks.

coconitro commented 13 years ago

Seems to have a new issue possibly related. Reproducible in both Firefox and Safari.

After adding a Xcode build action, I select the targets and save. When I go back to configure the job again, all of the targets are unselected.

On building it also doesn't build any targets, relevant section in config.xml:

  <entry>
      <string>4|-|Debug|-|archive_app</string>
      <string>false</string>
    </entry>
    <entry>
      <string>4|-|Debug|-|create_ipa</string>
      <string>true</string>
    </entry>
    <entry>
      <string>FilenameTemplate</string>
      <string>&lt;TARGET&gt;_&lt;CONFIG&gt;_b&lt;BUILD&gt;_&lt;DATETIME&gt;</string>
    </entry>
    <entry>
      <string>4|-|unit_test</string>
      <string>false</string>
    </entry>
    <entry>
      <string>4|-|Debug|-|clean_before_build</string>
      <string>true</string>
    </entry>
    <entry>
      <string>kind</string>
      <string>com.sic.bb.jenkins.plugins.sicci_for_xcode.XcodeBuilder$XcodeBuilderDescriptor</string>
    </entry>
    <entry>
      <string>XcodeProjectSearchDepth</string>
      <string>10</string>
    </entry>
  </data>
  <dataList>
    <entry>
      <string>BuildTargets</string>
      <list>
        <string>smart drive NA 1.4</string>
        <string>smart drive NA 1.4 logging</string>
        <string>smart drive NA no navi</string>
        <string>smart drive EU 1.4</string>
        <string>smart drive EU 1.4 logging</string>
        <string>smart drive EU no navi</string>
        <string>FrontStage Framework</string>
        <string>FSComponentIpod</string>
        <string>FSComponentVTuner</string>
        <string>FSComponentPhone</string>
bbiallowons commented 13 years ago

Confirmed... i'm currently working on it

ThWee commented 12 years ago

I'm using jenkins 1.436 and have with release 0.0.8 the earlier told issue. Is there a new release planed or the beta 0.0.9 somewhere for downloading available?

ostatnicky commented 12 years ago

Still not working neither in Safari nor Chrome, neither in Firefox nor Opera. Mac OS X 10.6.8, Jenkins ver. 1.464, SICCI for Xcode Plugin 0.0.8

ostatnicky commented 12 years ago

pegli have solved it in Issue #18! Yeah!