tulio-mcsantos

Results 1 comments of tulio-mcsantos

If anyone was having problems with this running this way worked for me: ``` - task: Xcode@5 displayName: 'Build IPA' inputs: actions: 'clean' configuration: 'Release' exportOptionsPlist: '$(IOS_FOLDER)/nativeApp/Info.plist' sdk: 'iphoneos' xcWorkspacePath:...