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

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -