alecd4
alecd4

Reputation: 309

appetize.io and Xamarin

appetize.io requires .app bundle

From appetize.io: Your .app bundle must represent a simulator build of your app. Look in ~/Library/Developer/Xcode/DerivedData//Build/Products/Debug-iphonesimulator/

I assume that with Xamarin those files are in different location. Not sure where. Anyone knows?

Upvotes: 1

Views: 737

Answers (1)

Jason
Jason

Reputation: 89102

The are in your project's root folder, under bin, just like any .NET project

project/bin/iPhoneSimulator/Debug/project.app

Upvotes: 2

Related Questions