On Wed, May 1, 2013 at 5:24 AM, Kosta Mihajlov <[email protected]> wrote:
> > Hi All, > We have an issue with publishing our IOS app/s on the store > we are using the Application Builder to submit the ipa/s. > the result returned is : > The App references non-public symbols in > Payload/MediawirePrintStandMobilePresentationMonoTouch.app/PrintStand: > _NDGetEnviron > > This is not a symbol that comes from Xamarin.iOS. It likley comes from a static library you're linking your application against. > I made a few searches and it seemed to me that if i set the solution to > Link SDK Assemblies(currently we don't link anything) it will work: > > Link SDK is the default and there are several reasons for this. I'll give you a link to my Evolve talk as soon as it's published. > This popped up another bug: > 2. Due to the fact that we are using: > * --compiler:clang++* additional arguments > the build fails when Link SDK Assemblies only or Link All > assemblies is set. > > That's surprising. Managed linking happens before native compilation. Can you file a bug report[1] with the details ? including the version of Xamarin.iOS you're using and the exact error you get while building. Sebastien [1] http://bugzilla.xamarin.com > 1. If we you have solution how to fix #1 without using linking .we can > wait for item no #2. > > Thanks, > Costa > > > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
