ios - Xamarin Forms IPA generation on Jenkins -


i'm having trouble generate ipa xamarin forms ios project on jenkins. follow documentation (http://developer.xamarin.com/guides/cross-platform/ci/jenkins_walkthrough/) , post question on xamarin forums problem, it's difficult have answer there i'll try here.

i'm able build application mdtool there isn't ipa file in project after end of jenkins' job.

i see discussion on forum tell use archive method instead of build mdtool. didn't change either.

i try use xcrun create ipa file after application build, have kind of error :

error: unable copy application 'ios/bin/iphone/release/application.ios.app/' '/var/folders/v2/gnnclzrd2g98zqc89qn204km00007h/t/vxebxe7wnv/payload'

there's not lot of explanation on how ipa generated on documentation i'd have clarification on that.

is manage create ipa in jenkins ios xamarin forms project ? if how do ? give more information jenkins' job use, ... if necessary.

regards

i find answer after hours of search , it's kinda dumb. xcrun give me error because app path had / in end (like explained in post xcrun packageapplication, failed unable copy application).

but had error :

error: unable create 'ios/bin/iphone/release/volunteer.ipa'

the output option of xcrun need absolute path not relative 1 inside project. using absolute one, ipa generated :)


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -