Executable name (AppName1.exe) and the app name (AppName2.app) are different

前端 未结 3 710
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-11 11:28

I get the following warning in MonoTouch. How can I solve it? I want both to be named App1 but I can not find the right spot.

Thanks!

warning MT0030:         


        
3条回答
  •  情话喂你
    2021-01-11 12:09

    Open the project options in Xamarin Studio and navigate to the "Build" section. Verify that Assembly Name in the Output Tab matches Application Name in the iOS Application Tab.

提交回复
热议问题